Class: Google::Cloud::DataCatalog::V1::ListTagsRequest

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

Overview

Request message for ListTags.

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

Returns The maximum number of tags to return. Default is 10. Max limit is 1000.

Returns:

  • (Integer)

    The maximum number of tags to return. Default is 10. Max limit is 1000.



662
663
664
665
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 662

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

#page_tokenString

Token that specifies which page is requested. If empty, the first page is returned.

Returns:

  • (String)

    Token that specifies which page is requested. If empty, the first page is returned.



662
663
664
665
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 662

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

#parentString

Returns Required. The name of the Data Catalog resource to list the tags of. The resource could be an Entry or an EntryGroup.

Examples:

  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
  • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}.

Returns:

  • (String)

    Required. The name of the Data Catalog resource to list the tags of. The resource could be an Entry or an EntryGroup.

    Examples:

    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}


662
663
664
665
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 662

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