public static final class ResetIdentityAwareProxyClientSecretRequest.Builder extends GeneratedMessageV3.Builder<ResetIdentityAwareProxyClientSecretRequest.Builder> implements ResetIdentityAwareProxyClientSecretRequestOrBuilder
The request sent to ResetIdentityAwareProxyClientSecret.
Protobuf type google.cloud.iap.v1.ResetIdentityAwareProxyClientSecretRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ResetIdentityAwareProxyClientSecretRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ResetIdentityAwareProxyClientSecretRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
build()
public ResetIdentityAwareProxyClientSecretRequest build()
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest |
buildPartial()
public ResetIdentityAwareProxyClientSecretRequest buildPartial()
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest |
clear()
public ResetIdentityAwareProxyClientSecretRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ResetIdentityAwareProxyClientSecretRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
clearName()
public ResetIdentityAwareProxyClientSecretRequest.Builder clearName()
Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ResetIdentityAwareProxyClientSecretRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
clone()
public ResetIdentityAwareProxyClientSecretRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
getDefaultInstanceForType()
public ResetIdentityAwareProxyClientSecretRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ResetIdentityAwareProxyClientSecretRequest other)
public ResetIdentityAwareProxyClientSecretRequest.Builder mergeFrom(ResetIdentityAwareProxyClientSecretRequest other)
Parameter | |
---|---|
Name | Description |
other |
ResetIdentityAwareProxyClientSecretRequest |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResetIdentityAwareProxyClientSecretRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ResetIdentityAwareProxyClientSecretRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ResetIdentityAwareProxyClientSecretRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ResetIdentityAwareProxyClientSecretRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
setName(String value)
public ResetIdentityAwareProxyClientSecretRequest.Builder setName(String value)
Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ResetIdentityAwareProxyClientSecretRequest.Builder setNameBytes(ByteString value)
Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ResetIdentityAwareProxyClientSecretRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ResetIdentityAwareProxyClientSecretRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ResetIdentityAwareProxyClientSecretRequest.Builder |