Package com.google.cloud.config.v1
Interface ResourceCAIInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceCAIInfo
,ResourceCAIInfo.Builder
public interface ResourceCAIInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullResourceName()
CAI resource name in the format following https://cloud.google.com/apis/design/resource_names#full_resource_namecom.google.protobuf.ByteString
getFullResourceNameBytes()
CAI resource name in the format following https://cloud.google.com/apis/design/resource_names#full_resource_name-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFullResourceName
String getFullResourceName()
CAI resource name in the format following https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource_name = 1;
- Returns:
- The fullResourceName.
-
getFullResourceNameBytes
com.google.protobuf.ByteString getFullResourceNameBytes()
CAI resource name in the format following https://cloud.google.com/apis/design/resource_names#full_resource_name
string full_resource_name = 1;
- Returns:
- The bytes for fullResourceName.
-
-