Interface AccessReasonOrBuilder (2.4.9)

public interface AccessReasonOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetail()

public abstract String getDetail()

More detail about certain reason types. See comments for each type above.

string detail = 2;

Returns
TypeDescription
String

The detail.

getDetailBytes()

public abstract ByteString getDetailBytes()

More detail about certain reason types. See comments for each type above.

string detail = 2;

Returns
TypeDescription
ByteString

The bytes for detail.

getType()

public abstract AccessReason.Type getType()

Type of access justification.

.google.cloud.accessapproval.v1.AccessReason.Type type = 1;

Returns
TypeDescription
AccessReason.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Type of access justification.

.google.cloud.accessapproval.v1.AccessReason.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.