Class: Google::Cloud::ApigeeRegistry::V1::CreateArtifactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::CreateArtifactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for CreateArtifact.
Instance Attribute Summary collapse
-
#artifact ⇒ ::Google::Cloud::ApigeeRegistry::V1::Artifact
Required.
-
#artifact_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#artifact ⇒ ::Google::Cloud::ApigeeRegistry::V1::Artifact
683 684 685 686 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 683 class CreateArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#artifact_id ⇒ ::String
683 684 685 686 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 683 class CreateArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
683 684 685 686 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 683 class CreateArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |