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_size::Integer

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

Returns:

  • (::Integer)

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



1309
1310
1311
1312
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1309

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

#page_token::String

Returns Pagination token that specifies the next page to return. If empty, the first page is returned.

Returns:

  • (::String)

    Pagination token that specifies the next page to return. If empty, the first page is returned.



1309
1310
1311
1312
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1309

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

#parent::String

Returns Required. The name of the Data Catalog resource to list the tags of.

The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).

Returns:

  • (::String)

    Required. The name of the Data Catalog resource to list the tags of.

    The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).



1309
1310
1311
1312
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1309

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