public static final class AssociationInfo.Builder extends GeneratedMessageV3.Builder<AssociationInfo.Builder> implements AssociationInfoOrBuilder
Association links that an entitlement has to other entitlements.
Protobuf type google.cloud.channel.v1.AssociationInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AssociationInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AssociationInfo build()
buildPartial()
public AssociationInfo buildPartial()
clear()
public AssociationInfo.Builder clear()
Overrides
clearBaseEntitlement()
public AssociationInfo.Builder clearBaseEntitlement()
The name of the base entitlement, for which this entitlement is an add-on.
string base_entitlement = 1 [(.google.api.resource_reference) = { ... }
clearField(Descriptors.FieldDescriptor field)
public AssociationInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AssociationInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AssociationInfo.Builder clone()
Overrides
getBaseEntitlement()
public 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 |
---|
Type | Description |
String | The baseEntitlement.
|
getBaseEntitlementBytes()
public 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 |
---|
Type | Description |
ByteString | The bytes for baseEntitlement.
|
getDefaultInstanceForType()
public AssociationInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AssociationInfo other)
public AssociationInfo.Builder mergeFrom(AssociationInfo other)
public AssociationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AssociationInfo.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AssociationInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setBaseEntitlement(String value)
public AssociationInfo.Builder setBaseEntitlement(String value)
The name of the base entitlement, for which this entitlement is an add-on.
string base_entitlement = 1 [(.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The baseEntitlement to set.
|
setBaseEntitlementBytes(ByteString value)
public AssociationInfo.Builder setBaseEntitlementBytes(ByteString value)
The name of the base entitlement, for which this entitlement is an add-on.
string base_entitlement = 1 [(.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for baseEntitlement to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public AssociationInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AssociationInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AssociationInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides