public interface AccessReasonOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDetail()
public abstract String getDetail()
More detail about certain reason types. See comments for each type above.
string detail = 2;
Returns | |
---|---|
Type | Description |
String |
The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()
More detail about certain reason types. See comments for each type above.
string detail = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for detail. |
getType()
public abstract AccessReason.Type getType()
Type of access justification.
.google.cloud.cloudcontrolspartner.v1beta.AccessReason.Type type = 1;
Returns | |
---|---|
Type | Description |
AccessReason.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
Type of access justification.
.google.cloud.cloudcontrolspartner.v1beta.AccessReason.Type type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |