- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class ChangeOfferRequest.Builder extends GeneratedMessageV3.Builder<ChangeOfferRequest.Builder> implements ChangeOfferRequestOrBuilder
Request message for CloudChannelService.ChangeOffer.
Protobuf type google.cloud.channel.v1.ChangeOfferRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ChangeOfferRequest.BuilderImplements
ChangeOfferRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllParameters(Iterable<? extends Parameter> values)
public ChangeOfferRequest.Builder addAllParameters(Iterable<? extends Parameter> values)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.channel.v1.Parameter> |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
addParameters(Parameter value)
public ChangeOfferRequest.Builder addParameters(Parameter value)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Parameter |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
addParameters(Parameter.Builder builderForValue)
public ChangeOfferRequest.Builder addParameters(Parameter.Builder builderForValue)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
Parameter.Builder |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
addParameters(int index, Parameter value)
public ChangeOfferRequest.Builder addParameters(int index, Parameter value)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Parameter |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
addParameters(int index, Parameter.Builder builderForValue)
public ChangeOfferRequest.Builder addParameters(int index, Parameter.Builder builderForValue)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Parameter.Builder |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
addParametersBuilder()
public Parameter.Builder addParametersBuilder()
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Parameter.Builder |
addParametersBuilder(int index)
public Parameter.Builder addParametersBuilder(int index)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Parameter.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ChangeOfferRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
build()
public ChangeOfferRequest build()
Returns | |
---|---|
Type | Description |
ChangeOfferRequest |
buildPartial()
public ChangeOfferRequest buildPartial()
Returns | |
---|---|
Type | Description |
ChangeOfferRequest |
clear()
public ChangeOfferRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
clearBillingAccount()
public ChangeOfferRequest.Builder clearBillingAccount()
Optional. The billing account resource name that is used to pay for this entitlement when setting up billing on a trial subscription.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ChangeOfferRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
clearName()
public ChangeOfferRequest.Builder clearName()
Required. The resource name of the entitlement to update. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
clearOffer()
public ChangeOfferRequest.Builder clearOffer()
Required. New Offer. Format: accounts/{account_id}/offers/{offer_id}.
string offer = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ChangeOfferRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
clearParameters()
public ChangeOfferRequest.Builder clearParameters()
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
clearPurchaseOrderId()
public ChangeOfferRequest.Builder clearPurchaseOrderId()
Optional. Purchase order id provided by the reseller.
string purchase_order_id = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
clearRequestId()
public ChangeOfferRequest.Builder clearRequestId()
Optional. You can specify an optional unique request ID, and if you need to retry your request, the server will know to ignore the request if it's complete.
For example, you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if it received the original operation with the same request ID. If it did, it will ignore the second request.
The request ID must be a valid UUID
with the exception that zero UUID is not supported
(00000000-0000-0000-0000-000000000000
).
string request_id = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
clone()
public ChangeOfferRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
getBillingAccount()
public String getBillingAccount()
Optional. The billing account resource name that is used to pay for this entitlement when setting up billing on a trial subscription.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The billingAccount. |
getBillingAccountBytes()
public ByteString getBillingAccountBytes()
Optional. The billing account resource name that is used to pay for this entitlement when setting up billing on a trial subscription.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for billingAccount. |
getDefaultInstanceForType()
public ChangeOfferRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ChangeOfferRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The resource name of the entitlement to update. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the entitlement to update. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getOffer()
public String getOffer()
Required. New Offer. Format: accounts/{account_id}/offers/{offer_id}.
string offer = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The offer. |
getOfferBytes()
public ByteString getOfferBytes()
Required. New Offer. Format: accounts/{account_id}/offers/{offer_id}.
string offer = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for offer. |
getParameters(int index)
public Parameter getParameters(int index)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Parameter |
getParametersBuilder(int index)
public Parameter.Builder getParametersBuilder(int index)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Parameter.Builder |
getParametersBuilderList()
public List<Parameter.Builder> getParametersBuilderList()
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Builder> |
getParametersCount()
public int getParametersCount()
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getParametersList()
public List<Parameter> getParametersList()
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Parameter> |
getParametersOrBuilder(int index)
public ParameterOrBuilder getParametersOrBuilder(int index)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ParameterOrBuilder |
getParametersOrBuilderList()
public List<? extends ParameterOrBuilder> getParametersOrBuilderList()
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.channel.v1.ParameterOrBuilder> |
getPurchaseOrderId()
public String getPurchaseOrderId()
Optional. Purchase order id provided by the reseller.
string purchase_order_id = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The purchaseOrderId. |
getPurchaseOrderIdBytes()
public ByteString getPurchaseOrderIdBytes()
Optional. Purchase order id provided by the reseller.
string purchase_order_id = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for purchaseOrderId. |
getRequestId()
public String getRequestId()
Optional. You can specify an optional unique request ID, and if you need to retry your request, the server will know to ignore the request if it's complete.
For example, you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if it received the original operation with the same request ID. If it did, it will ignore the second request.
The request ID must be a valid UUID
with the exception that zero UUID is not supported
(00000000-0000-0000-0000-000000000000
).
string request_id = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()
Optional. You can specify an optional unique request ID, and if you need to retry your request, the server will know to ignore the request if it's complete.
For example, you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if it received the original operation with the same request ID. If it did, it will ignore the second request.
The request ID must be a valid UUID
with the exception that zero UUID is not supported
(00000000-0000-0000-0000-000000000000
).
string request_id = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ChangeOfferRequest other)
public ChangeOfferRequest.Builder mergeFrom(ChangeOfferRequest other)
Parameter | |
---|---|
Name | Description |
other |
ChangeOfferRequest |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ChangeOfferRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ChangeOfferRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChangeOfferRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
removeParameters(int index)
public ChangeOfferRequest.Builder removeParameters(int index)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
setBillingAccount(String value)
public ChangeOfferRequest.Builder setBillingAccount(String value)
Optional. The billing account resource name that is used to pay for this entitlement when setting up billing on a trial subscription.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The billingAccount to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setBillingAccountBytes(ByteString value)
public ChangeOfferRequest.Builder setBillingAccountBytes(ByteString value)
Optional. The billing account resource name that is used to pay for this entitlement when setting up billing on a trial subscription.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for billingAccount to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ChangeOfferRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
setName(String value)
public ChangeOfferRequest.Builder setName(String value)
Required. The resource name of the entitlement to update. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ChangeOfferRequest.Builder setNameBytes(ByteString value)
Required. The resource name of the entitlement to update. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setOffer(String value)
public ChangeOfferRequest.Builder setOffer(String value)
Required. New Offer. Format: accounts/{account_id}/offers/{offer_id}.
string offer = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The offer to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setOfferBytes(ByteString value)
public ChangeOfferRequest.Builder setOfferBytes(ByteString value)
Required. New Offer. Format: accounts/{account_id}/offers/{offer_id}.
string offer = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for offer to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setParameters(int index, Parameter value)
public ChangeOfferRequest.Builder setParameters(int index, Parameter value)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Parameter |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
setParameters(int index, Parameter.Builder builderForValue)
public ChangeOfferRequest.Builder setParameters(int index, Parameter.Builder builderForValue)
Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer.
repeated .google.cloud.channel.v1.Parameter parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Parameter.Builder |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
setPurchaseOrderId(String value)
public ChangeOfferRequest.Builder setPurchaseOrderId(String value)
Optional. Purchase order id provided by the reseller.
string purchase_order_id = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The purchaseOrderId to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setPurchaseOrderIdBytes(ByteString value)
public ChangeOfferRequest.Builder setPurchaseOrderIdBytes(ByteString value)
Optional. Purchase order id provided by the reseller.
string purchase_order_id = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for purchaseOrderId to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChangeOfferRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
setRequestId(String value)
public ChangeOfferRequest.Builder setRequestId(String value)
Optional. You can specify an optional unique request ID, and if you need to retry your request, the server will know to ignore the request if it's complete.
For example, you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if it received the original operation with the same request ID. If it did, it will ignore the second request.
The request ID must be a valid UUID
with the exception that zero UUID is not supported
(00000000-0000-0000-0000-000000000000
).
string request_id = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The requestId to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public ChangeOfferRequest.Builder setRequestIdBytes(ByteString value)
Optional. You can specify an optional unique request ID, and if you need to retry your request, the server will know to ignore the request if it's complete.
For example, you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if it received the original operation with the same request ID. If it did, it will ignore the second request.
The request ID must be a valid UUID
with the exception that zero UUID is not supported
(00000000-0000-0000-0000-000000000000
).
string request_id = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for requestId to set. |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ChangeOfferRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ChangeOfferRequest.Builder |