public interface ResourceRefOrBuilder
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).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 = 1;
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 = 1;
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 = 2 [(.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 = 2 [(.confluent.protobuf.field_meta) = { ... }