The ListIpOverrides request message.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListIpOverridesRequest
Methods |
public __construct( $data = NULL) Constructor.
|
public static build(string $parent) : self
|
public getPageSize() Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100. Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public getPageToken() Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any. Generated from protobuf field string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public getParent() Required. The parent key for which the IP overrides are listed, in the
format Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
|
public setPageSize( $var) Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100. Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public setPageToken( $var) Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any. Generated from protobuf field string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public setParent( $var) Required. The parent key for which the IP overrides are listed, in the
format Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
|
Properties |
protected $page_size = 0 Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100. Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; |
protected $page_token = '' Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any. Generated from protobuf field string page_token = 3 [(.google.api.field_behavior) = OPTIONAL]; |
protected $parent = '' Required. The parent key for which the IP overrides are listed, in the
format Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { |
Methods |
Methods |
public static build(string $parent) : self
|