Interface IdentityOrBuilder (0.52.0)

public interface IdentityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Output only. Name of the identity.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Name of the identity.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getType()

public abstract Identity.IdentityType getType()

Type of identity to use for the datasetConfig.

.google.cloud.storageinsights.v1.Identity.IdentityType type = 2;

Returns
Type Description
Identity.IdentityType

The type.

getTypeValue()

public abstract int getTypeValue()

Type of identity to use for the datasetConfig.

.google.cloud.storageinsights.v1.Identity.IdentityType type = 2;

Returns
Type Description
int

The enum numeric value on the wire for type.