Uses of Class
com.google.cloud.channel.v1.AssociationInfo.Builder
-
Packages that use AssociationInfo.Builder Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of AssociationInfo.Builder in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return AssociationInfo.Builder Modifier and Type Method Description AssociationInfo.Builder
AssociationInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AssociationInfo.Builder
AssociationInfo.Builder. clear()
AssociationInfo.Builder
AssociationInfo.Builder. clearBaseEntitlement()
The name of the base entitlement, for which this entitlement is an add-on.AssociationInfo.Builder
AssociationInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AssociationInfo.Builder
AssociationInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AssociationInfo.Builder
AssociationInfo.Builder. clone()
AssociationInfo.Builder
Entitlement.Builder. getAssociationInfoBuilder()
Association information to other entitlements.AssociationInfo.Builder
AssociationInfo.Builder. mergeFrom(AssociationInfo other)
AssociationInfo.Builder
AssociationInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AssociationInfo.Builder
AssociationInfo.Builder. mergeFrom(com.google.protobuf.Message other)
AssociationInfo.Builder
AssociationInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static AssociationInfo.Builder
AssociationInfo. newBuilder()
static AssociationInfo.Builder
AssociationInfo. newBuilder(AssociationInfo prototype)
AssociationInfo.Builder
AssociationInfo. newBuilderForType()
protected AssociationInfo.Builder
AssociationInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
AssociationInfo.Builder
AssociationInfo.Builder. setBaseEntitlement(String value)
The name of the base entitlement, for which this entitlement is an add-on.AssociationInfo.Builder
AssociationInfo.Builder. setBaseEntitlementBytes(com.google.protobuf.ByteString value)
The name of the base entitlement, for which this entitlement is an add-on.AssociationInfo.Builder
AssociationInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AssociationInfo.Builder
AssociationInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AssociationInfo.Builder
AssociationInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AssociationInfo.Builder
AssociationInfo. toBuilder()
Methods in com.google.cloud.channel.v1 with parameters of type AssociationInfo.Builder Modifier and Type Method Description Entitlement.Builder
Entitlement.Builder. setAssociationInfo(AssociationInfo.Builder builderForValue)
Association information to other entitlements.
-