Class: Google::Cloud::ApigeeRegistry::V1::TagApiSpecRevisionRequest

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 TagApiSpecRevision.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the spec to be tagged, including the revision ID.

Returns:

  • (::String)

    Required. The name of the spec to be tagged, including the revision ID.



366
367
368
369
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 366

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

#tag::String

Returns Required. The tag to apply. The tag should be at most 40 characters, and match [a-z][a-z0-9-]{3,39}.

Returns:

  • (::String)

    Required. The tag to apply. The tag should be at most 40 characters, and match [a-z][a-z0-9-]{3,39}.



366
367
368
369
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 366

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