Class: Google::Cloud::Channel::V1::ListEntitlementChangesRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filters applied to the list results.

Returns:

  • (::String)

    Optional. Filters applied to the list results.



1541
1542
1543
1544
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1541

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

#page_size::Integer

Returns Optional. The maximum number of entitlement changes to return. The service may return fewer than this value. If unspecified, returns at most 10 entitlement changes. The maximum value is 50; the server will coerce values above 50.

Returns:

  • (::Integer)

    Optional. The maximum number of entitlement changes to return. The service may return fewer than this value. If unspecified, returns at most 10 entitlement changes. The maximum value is 50; the server will coerce values above 50.



1541
1542
1543
1544
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1541

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

#page_token::String

Returns Optional. A page token, received from a previous CloudChannelService.ListEntitlementChanges call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to CloudChannelService.ListEntitlementChanges must match the call that provided the page token.

Returns:



1541
1542
1543
1544
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1541

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

#parent::String

Returns Required. The resource name of the entitlement for which to list entitlement changes. The - wildcard may be used to match entitlements across a customer. Formats:

  • accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
  • accounts/{account_id}/customers/{customer_id}/entitlements/-.

Returns:

  • (::String)

    Required. The resource name of the entitlement for which to list entitlement changes. The - wildcard may be used to match entitlements across a customer. Formats:

    • accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
    • accounts/{account_id}/customers/{customer_id}/entitlements/-


1541
1542
1543
1544
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1541

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