public static final class SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder extends GeneratedMessage.Builder<SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder> implements SearchPrincipalAccessBoundaryPolicyBindingsRequestOrBuilderRequest message for SearchPrincipalAccessBoundaryPolicyBindings rpc.
Protobuf type google.iam.v3.SearchPrincipalAccessBoundaryPolicyBindingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchPrincipalAccessBoundaryPolicyBindingsRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest build()| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest |
|
buildPartial()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest |
|
clear()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
|
clearName()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder clearName() Required. The name of the principal access boundary policy.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |
clearPageSize()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder clearPageSize()Optional. The maximum number of policy bindings to return. The service may return fewer than this value.
If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |
clearPageToken()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder clearPageToken() Optional. A page token, received from a previous
SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call
that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. The name of the principal access boundary policy.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. The name of the principal access boundary policy.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPageSize()
public int getPageSize()Optional. The maximum number of policy bindings to return. The service may return fewer than this value.
If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. A page token, received from a previous
SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call
that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. A page token, received from a previous
SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call
that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SearchPrincipalAccessBoundaryPolicyBindingsRequest other)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder mergeFrom(SearchPrincipalAccessBoundaryPolicyBindingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchPrincipalAccessBoundaryPolicyBindingsRequest |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
|
setName(String value)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder setName(String value) Required. The name of the principal access boundary policy.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder setNameBytes(ByteString value) Required. The name of the principal access boundary policy.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder setPageSize(int value)Optional. The maximum number of policy bindings to return. The service may return fewer than this value.
If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder setPageToken(String value) Optional. A page token, received from a previous
SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call
that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder setPageTokenBytes(ByteString value) Optional. A page token, received from a previous
SearchPrincipalAccessBoundaryPolicyBindingsRequest call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchPrincipalAccessBoundaryPolicyBindingsRequest must match the call
that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
SearchPrincipalAccessBoundaryPolicyBindingsRequest.Builder |
This builder for chaining. |