The request message to search related account group memberships.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsRequest
Methods |
public __construct( $data = NULL) Constructor.
|
public static build(string $project, string $hashedAccountId) : self
|
public getAccountId() Optional. The unique stable account identifier used to search connections. The identifier should correspond to an Generated from protobuf field string account_id = 5 [(.google.api.field_behavior) = OPTIONAL];
|
public getHashedAccountId() Optional. Deprecated: use The unique stable hashed account identifier used to search connections. The
identifier should correspond to a Generated from protobuf field bytes hashed_account_id = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
|
public getPageSize() Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000. Generated from protobuf field int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public getPageToken() Optional. A page token, received from a previous
When paginating, all other parameters provided to
Generated from protobuf field string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
|
public getProject() Required. The name of the project to search related account group
memberships from. Specify the project name in the following format:
Generated from protobuf field string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
|
public setAccountId( $var) Optional. The unique stable account identifier used to search connections. The identifier should correspond to an Generated from protobuf field string account_id = 5 [(.google.api.field_behavior) = OPTIONAL];
|
public setHashedAccountId( $var) Optional. Deprecated: use The unique stable hashed account identifier used to search connections. The
identifier should correspond to a Generated from protobuf field bytes hashed_account_id = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
|
public setPageSize( $var) Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000. Generated from protobuf field int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public setPageToken( $var) Optional. A page token, received from a previous
When paginating, all other parameters provided to
Generated from protobuf field string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
|
public setProject( $var) Required. The name of the project to search related account group
memberships from. Specify the project name in the following format:
Generated from protobuf field string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
|
Properties |
protected $account_id = '' Optional. The unique stable account identifier used to search connections. The identifier should correspond to an Generated from protobuf field string account_id = 5 [(.google.api.field_behavior) = OPTIONAL]; |
protected $hashed_account_id = '' Optional. Deprecated: use The unique stable hashed account identifier used to search connections. The
identifier should correspond to a Generated from protobuf field bytes hashed_account_id = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
|
protected $page_size = 0 Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000. Generated from protobuf field int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL]; |
protected $page_token = '' Optional. A page token, received from a previous
When paginating, all other parameters provided to
Generated from protobuf field string page_token = 4 [(.google.api.field_behavior) = OPTIONAL]; |
protected $project = '' Required. The name of the project to search related account group
memberships from. Specify the project name in the following format:
Generated from protobuf field string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { |
Methods |
Methods |
public static build(string $project, string $hashedAccountId) : self
|