public static final class IdentityAwareProxyClient.Builder extends GeneratedMessageV3.Builder<IdentityAwareProxyClient.Builder> implements IdentityAwareProxyClientOrBuilderContains the data that describes an Identity Aware Proxy owned client.
 Protobuf type google.cloud.iap.v1.IdentityAwareProxyClient
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > IdentityAwareProxyClient.BuilderImplements
IdentityAwareProxyClientOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IdentityAwareProxyClient.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
build()
public IdentityAwareProxyClient build()| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient | |
buildPartial()
public IdentityAwareProxyClient buildPartial()| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient | |
clear()
public IdentityAwareProxyClient.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
clearDisplayName()
public IdentityAwareProxyClient.Builder clearDisplayName()Human-friendly name given to the OAuth client.
 string display_name = 3;
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public IdentityAwareProxyClient.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
clearName()
public IdentityAwareProxyClient.Builder clearName()Output only. Unique identifier of the OAuth client.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public IdentityAwareProxyClient.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
clearSecret()
public IdentityAwareProxyClient.Builder clearSecret()Output only. Client secret of the OAuth client.
 string secret = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
clone()
public IdentityAwareProxyClient.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
getDefaultInstanceForType()
public IdentityAwareProxyClient getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getDisplayName()
public String getDisplayName()Human-friendly name given to the OAuth client.
 string display_name = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Human-friendly name given to the OAuth client.
 string display_name = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for displayName. | 
getName()
public String getName()Output only. Unique identifier of the OAuth client.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes()Output only. Unique identifier of the OAuth client.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getSecret()
public String getSecret()Output only. Client secret of the OAuth client.
 string secret = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The secret. | 
getSecretBytes()
public ByteString getSecretBytes()Output only. Client secret of the OAuth client.
 string secret = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for secret. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(IdentityAwareProxyClient other)
public IdentityAwareProxyClient.Builder mergeFrom(IdentityAwareProxyClient other)| Parameter | |
|---|---|
| Name | Description | 
| other | IdentityAwareProxyClient | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IdentityAwareProxyClient.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public IdentityAwareProxyClient.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IdentityAwareProxyClient.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
setDisplayName(String value)
public IdentityAwareProxyClient.Builder setDisplayName(String value)Human-friendly name given to the OAuth client.
 string display_name = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe displayName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
setDisplayNameBytes(ByteString value)
public IdentityAwareProxyClient.Builder setDisplayNameBytes(ByteString value)Human-friendly name given to the OAuth client.
 string display_name = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for displayName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public IdentityAwareProxyClient.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
setName(String value)
public IdentityAwareProxyClient.Builder setName(String value)Output only. Unique identifier of the OAuth client.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public IdentityAwareProxyClient.Builder setNameBytes(ByteString value)Output only. Unique identifier of the OAuth client.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IdentityAwareProxyClient.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |
setSecret(String value)
public IdentityAwareProxyClient.Builder setSecret(String value)Output only. Client secret of the OAuth client.
 string secret = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe secret to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
setSecretBytes(ByteString value)
public IdentityAwareProxyClient.Builder setSecretBytes(ByteString value)Output only. Client secret of the OAuth client.
 string secret = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for secret to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final IdentityAwareProxyClient.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| IdentityAwareProxyClient.Builder | |