Package com.google.cloud.channel.v1
Interface AssociationInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssociationInfo
,AssociationInfo.Builder
public interface AssociationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBaseEntitlement()
The name of the base entitlement, for which this entitlement is an add-on.com.google.protobuf.ByteString
getBaseEntitlementBytes()
The name of the base entitlement, for which this entitlement is an add-on.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBaseEntitlement
String getBaseEntitlement()
The name of the base entitlement, for which this entitlement is an add-on.
string base_entitlement = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The baseEntitlement.
-
getBaseEntitlementBytes
com.google.protobuf.ByteString getBaseEntitlementBytes()
The name of the base entitlement, for which this entitlement is an add-on.
string base_entitlement = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for baseEntitlement.
-
-