public static final class QueryAuthProvidersRequest.Builder extends GeneratedMessage.Builder<QueryAuthProvidersRequest.Builder> implements QueryAuthProvidersRequestOrBuilderRequest message for QueryAuthProviders.
Protobuf type google.cloud.agentidentity.v1beta.QueryAuthProvidersRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > QueryAuthProvidersRequest.BuilderImplements
QueryAuthProvidersRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public QueryAuthProvidersRequest build()| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest |
|
buildPartial()
public QueryAuthProvidersRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest |
|
clear()
public QueryAuthProvidersRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
|
clearPageSize()
public QueryAuthProvidersRequest.Builder clearPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum page size is 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
clearPageToken()
public QueryAuthProvidersRequest.Builder clearPageToken() Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, the first page is returned.
A page token, received from a previous QueryAuthProviders call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryAuthProviders must match the call that provided the page token.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
clearParent()
public QueryAuthProvidersRequest.Builder clearParent()Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
clearWorkloadId()
public QueryAuthProvidersRequest.Builder clearWorkloadId()Required. The workload identifier to filter by.
string workload_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public QueryAuthProvidersRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum page size is 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, the first page is returned.
A page token, received from a previous QueryAuthProviders call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryAuthProviders 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 token, which can be sent as page_token to retrieve the next
page. If this field is omitted, the first page is returned.
A page token, received from a previous QueryAuthProviders call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryAuthProviders 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. |
getParent()
public String getParent()Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getWorkloadId()
public String getWorkloadId()Required. The workload identifier to filter by.
string workload_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The workloadId. |
getWorkloadIdBytes()
public ByteString getWorkloadIdBytes()Required. The workload identifier to filter by.
string workload_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workloadId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(QueryAuthProvidersRequest other)
public QueryAuthProvidersRequest.Builder mergeFrom(QueryAuthProvidersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryAuthProvidersRequest |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public QueryAuthProvidersRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public QueryAuthProvidersRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
|
setPageSize(int value)
public QueryAuthProvidersRequest.Builder setPageSize(int value)Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum page size is 1000.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public QueryAuthProvidersRequest.Builder setPageToken(String value) Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, the first page is returned.
A page token, received from a previous QueryAuthProviders call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryAuthProviders 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 |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public QueryAuthProvidersRequest.Builder setPageTokenBytes(ByteString value) Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, the first page is returned.
A page token, received from a previous QueryAuthProviders call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to QueryAuthProviders 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 |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
setParent(String value)
public QueryAuthProvidersRequest.Builder setParent(String value)Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public QueryAuthProvidersRequest.Builder setParentBytes(ByteString value)Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
setWorkloadId(String value)
public QueryAuthProvidersRequest.Builder setWorkloadId(String value)Required. The workload identifier to filter by.
string workload_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe workloadId to set. |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |
setWorkloadIdBytes(ByteString value)
public QueryAuthProvidersRequest.Builder setWorkloadIdBytes(ByteString value)Required. The workload identifier to filter by.
string workload_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for workloadId to set. |
| Returns | |
|---|---|
| Type | Description |
QueryAuthProvidersRequest.Builder |
This builder for chaining. |