Class IdentityAwareProxyClient.Builder (0.39.0)

public static final class IdentityAwareProxyClient.Builder extends GeneratedMessage.Builder<IdentityAwareProxyClient.Builder> implements IdentityAwareProxyClientOrBuilder

Contains the data that describes an Identity Aware Proxy owned client.

Protobuf type google.cloud.iap.v1.IdentityAwareProxyClient

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

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
Overrides

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.

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.

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.

getDefaultInstanceForType()

public IdentityAwareProxyClient getDefaultInstanceForType()
Returns
Type Description
IdentityAwareProxyClient

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public IdentityAwareProxyClient.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
IdentityAwareProxyClient.Builder
Overrides

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 String

The 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 ByteString

The bytes for displayName to set.

Returns
Type Description
IdentityAwareProxyClient.Builder

This builder for chaining.

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 String

The 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 ByteString

The bytes for name to set.

Returns
Type Description
IdentityAwareProxyClient.Builder

This builder for chaining.

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 String

The 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 ByteString

The bytes for secret to set.

Returns
Type Description
IdentityAwareProxyClient.Builder

This builder for chaining.