Interface IdentityAwareProxyClientOrBuilder (0.1.0)

public interface IdentityAwareProxyClientOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Human-friendly name given to the OAuth client.

string display_name = 3;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Human-friendly name given to the OAuth client.

string display_name = 3;

Returns
Type Description
ByteString

The bytes for displayName.

getName()

public abstract 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 abstract 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 abstract 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 abstract 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.