Class: Google::Cloud::ResourceManager::V3::ListTagHoldsRequest

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

Overview

The request message for listing the TagHolds under a TagValue.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Criteria used to select a subset of TagHolds parented by the TagValue to return. This field follows the syntax defined by aip.dev/160; the holder and origin fields are supported for filtering. Currently only AND syntax is supported. Some example queries are:

  • holder = //compute.googleapis.com/compute/projects/myproject/regions/us-east-1/instanceGroupManagers/instance-group
  • origin = 35678234
  • holder = //compute.googleapis.com/compute/projects/myproject/regions/us-east-1/instanceGroupManagers/instance-group AND origin = 35678234.

Returns:

  • (::String)

    Optional. Criteria used to select a subset of TagHolds parented by the TagValue to return. This field follows the syntax defined by aip.dev/160; the holder and origin fields are supported for filtering. Currently only AND syntax is supported. Some example queries are:

    • holder = //compute.googleapis.com/compute/projects/myproject/regions/us-east-1/instanceGroupManagers/instance-group
    • origin = 35678234
    • holder = //compute.googleapis.com/compute/projects/myproject/regions/us-east-1/instanceGroupManagers/instance-group AND origin = 35678234


132
133
134
135
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 132

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

#page_size::Integer

Returns Optional. The maximum number of TagHolds to return in the response. The server allows a maximum of 300 TagHolds to return. If unspecified, the server will use 100 as the default.

Returns:

  • (::Integer)

    Optional. The maximum number of TagHolds to return in the response. The server allows a maximum of 300 TagHolds to return. If unspecified, the server will use 100 as the default.



132
133
134
135
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 132

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

#page_token::String

Returns Optional. A pagination token returned from a previous call to ListTagHolds that indicates where this listing should continue from.

Returns:

  • (::String)

    Optional. A pagination token returned from a previous call to ListTagHolds that indicates where this listing should continue from.



132
133
134
135
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 132

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

#parent::String

Returns Required. The resource name of the parent TagValue. Must be of the form: tagValues/{tag-value-id}.

Returns:

  • (::String)

    Required. The resource name of the parent TagValue. Must be of the form: tagValues/{tag-value-id}.



132
133
134
135
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 132

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