Class: Google::Cloud::ApigeeRegistry::V1::GetArtifactContentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb

Overview

Request message for GetArtifactContents.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the artifact whose contents should be retrieved. Format: {parent}/artifacts/*.

Returns:

  • (::String)

    Required. The name of the artifact whose contents should be retrieved. Format: {parent}/artifacts/*



661
662
663
664
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 661

class GetArtifactContentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end