public interface TypedPlatformResourceRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getResourceId()
The resource identifier (not the fully-qualified CRN).
|
com.google.protobuf.ByteString |
getResourceIdBytes()
The resource identifier (not the fully-qualified CRN).
|
TypedPlatformResourceRef.ResourceType |
getType()
The type of this resource.
|
int |
getTypeValue()
The type of this resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
The type of this resource.
.auditlog.v2.TypedPlatformResourceRef.ResourceType type = 1;
TypedPlatformResourceRef.ResourceType getType()
The type of this resource.
.auditlog.v2.TypedPlatformResourceRef.ResourceType type = 1;
String getResourceId()
The resource identifier (not the fully-qualified CRN).
string resource_id = 2;
com.google.protobuf.ByteString getResourceIdBytes()
The resource identifier (not the fully-qualified CRN).
string resource_id = 2;