Class: Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsRequest

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

Overview

The request sent to ListIdentityAwareProxyClients.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of clients to return. The service may return fewer than this value. If unspecified, at most 100 clients will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of clients to return. The service may return fewer than this value. If unspecified, at most 100 clients will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



567
568
569
570
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 567

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

#page_token::String

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

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

Returns:

  • (::String)

    A page token, received from a previous ListIdentityAwareProxyClients call. Provide this to retrieve the subsequent page.

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



567
568
569
570
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 567

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

#parent::String

Returns Required. Full brand path. In the following format: projects/{project_number/id}/brands/{brand}.

Returns:

  • (::String)

    Required. Full brand path. In the following format: projects/{project_number/id}/brands/{brand}.



567
568
569
570
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 567

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