Class: Google::Cloud::ApigeeRegistry::V1::GetArtifactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::GetArtifactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for GetArtifact.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the artifact to retrieve.
Format: {parent}/artifacts/*
.
651 652 653 654 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 651 class GetArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |