public interface TypedCloudResourceRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getInternalId()
An identifier known to an internal system.
|
com.google.protobuf.ByteString |
getInternalIdBytes()
An identifier known to an internal system.
|
String |
getResourceId()
The customer-facing resource identifier (not the fully-qualified CRN).
|
com.google.protobuf.ByteString |
getResourceIdBytes()
The customer-facing resource identifier (not the fully-qualified CRN).
|
TypedCloudResourceRef.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.TypedCloudResourceRef.ResourceType type = 1;
TypedCloudResourceRef.ResourceType getType()
The type of this resource.
.auditlog.v2.TypedCloudResourceRef.ResourceType type = 1;
String getResourceId()
The customer-facing resource identifier (not the fully-qualified CRN). This should be present if known. Examples: "sa-8191a", "lkc-a1b2c", "receipts".
string resource_id = 2;
com.google.protobuf.ByteString getResourceIdBytes()
The customer-facing resource identifier (not the fully-qualified CRN). This should be present if known. Examples: "sa-8191a", "lkc-a1b2c", "receipts".
string resource_id = 2;
String getInternalId()
An identifier known to an internal system. i.e. - a database key. This is only needed if resource_id is missing. Examples: "512340".
string internal_id = 3 [(.confluent.protobuf.field_meta) = { ... }
com.google.protobuf.ByteString getInternalIdBytes()
An identifier known to an internal system. i.e. - a database key. This is only needed if resource_id is missing. Examples: "512340".
string internal_id = 3 [(.confluent.protobuf.field_meta) = { ... }