public static final class ListRelatedAccountGroupsRequest.Builder extends GeneratedMessageV3.Builder<ListRelatedAccountGroupsRequest.Builder> implements ListRelatedAccountGroupsRequestOrBuilder
The request message to list related account groups.
Protobuf type google.cloud.recaptchaenterprise.v1.ListRelatedAccountGroupsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListRelatedAccountGroupsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListRelatedAccountGroupsRequest build()
public ListRelatedAccountGroupsRequest buildPartial()
public ListRelatedAccountGroupsRequest.Builder clear()
Overrides
public ListRelatedAccountGroupsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ListRelatedAccountGroupsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPageSize()
public ListRelatedAccountGroupsRequest.Builder clearPageSize()
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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
clearPageToken()
public ListRelatedAccountGroupsRequest.Builder clearPageToken()
Optional. A page token, received from a previous ListRelatedAccountGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRelatedAccountGroups
must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
public ListRelatedAccountGroupsRequest.Builder clearParent()
Required. The name of the project to list related account groups from, in
the format "projects/{project}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListRelatedAccountGroupsRequest.Builder clone()
Overrides
public ListRelatedAccountGroupsRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
Optional. A page token, received from a previous ListRelatedAccountGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRelatedAccountGroups
must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. A page token, received from a previous ListRelatedAccountGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRelatedAccountGroups
must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
public String getParent()
Required. The name of the project to list related account groups from, in
the format "projects/{project}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
public ByteString getParentBytes()
Required. The name of the project to list related account groups from, in
the format "projects/{project}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListRelatedAccountGroupsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListRelatedAccountGroupsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public ListRelatedAccountGroupsRequest.Builder mergeFrom(ListRelatedAccountGroupsRequest other)
public final ListRelatedAccountGroupsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListRelatedAccountGroupsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPageSize(int value)
public ListRelatedAccountGroupsRequest.Builder setPageSize(int value)
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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | int
The pageSize to set.
|
setPageToken(String value)
public ListRelatedAccountGroupsRequest.Builder setPageToken(String value)
Optional. A page token, received from a previous ListRelatedAccountGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRelatedAccountGroups
must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | String
The pageToken to set.
|
setPageTokenBytes(ByteString value)
public ListRelatedAccountGroupsRequest.Builder setPageTokenBytes(ByteString value)
Optional. A page token, received from a previous ListRelatedAccountGroups
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRelatedAccountGroups
must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for pageToken to set.
|
public ListRelatedAccountGroupsRequest.Builder setParent(String value)
Required. The name of the project to list related account groups from, in
the format "projects/{project}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
public ListRelatedAccountGroupsRequest.Builder setParentBytes(ByteString value)
Required. The name of the project to list related account groups from, in
the format "projects/{project}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
public ListRelatedAccountGroupsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListRelatedAccountGroupsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides