public static final class UpdateLicensePoolRequest.Builder extends GeneratedMessageV3.Builder<UpdateLicensePoolRequest.Builder> implements UpdateLicensePoolRequestOrBuilder
Request message for updating a license pool.
Protobuf type google.cloud.commerce.consumer.procurement.v1.UpdateLicensePoolRequest
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 UpdateLicensePoolRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateLicensePoolRequest build()
buildPartial()
public UpdateLicensePoolRequest buildPartial()
clear()
public UpdateLicensePoolRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateLicensePoolRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLicensePool()
public UpdateLicensePoolRequest.Builder clearLicensePool()
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateLicensePoolRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUpdateMask()
public UpdateLicensePoolRequest.Builder clearUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
clone()
public UpdateLicensePoolRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateLicensePoolRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLicensePool()
public LicensePool getLicensePool()
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getLicensePoolBuilder()
public LicensePool.Builder getLicensePoolBuilder()
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getLicensePoolOrBuilder()
public LicensePoolOrBuilder getLicensePoolOrBuilder()
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public FieldMask getUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
hasLicensePool()
public boolean hasLicensePool()
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the licensePool field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateLicensePoolRequest other)
public UpdateLicensePoolRequest.Builder mergeFrom(UpdateLicensePoolRequest other)
public UpdateLicensePoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateLicensePoolRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeLicensePool(LicensePool value)
public UpdateLicensePoolRequest.Builder mergeLicensePool(LicensePool value)
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateLicensePoolRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateLicensePoolRequest.Builder mergeUpdateMask(FieldMask value)
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateLicensePoolRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLicensePool(LicensePool value)
public UpdateLicensePoolRequest.Builder setLicensePool(LicensePool value)
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
setLicensePool(LicensePool.Builder builderForValue)
public UpdateLicensePoolRequest.Builder setLicensePool(LicensePool.Builder builderForValue)
Required. The license pool to update.
The license pool's name field is used to identify the license pool to
update. Format:
billingAccounts/{billing_account}/orders/{order}/licensePool
.
.google.cloud.commerce.consumer.procurement.v1.LicensePool license_pool = 1 [(.google.api.field_behavior) = REQUIRED];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateLicensePoolRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateLicensePoolRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateLicensePoolRequest.Builder setUpdateMask(FieldMask value)
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateLicensePoolRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
builderForValue |
Builder
|