- 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 ProvisionedService.Builder extends GeneratedMessageV3.Builder<ProvisionedService.Builder> implements ProvisionedServiceOrBuilder
Service provisioned for an entitlement.
Protobuf type google.cloud.channel.v1.ProvisionedService
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProvisionedService.BuilderImplements
ProvisionedServiceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProvisionedService.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
build()
public ProvisionedService build()
Returns | |
---|---|
Type | Description |
ProvisionedService |
buildPartial()
public ProvisionedService buildPartial()
Returns | |
---|---|
Type | Description |
ProvisionedService |
clear()
public ProvisionedService.Builder clear()
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProvisionedService.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProvisionedService.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
clearProductId()
public ProvisionedService.Builder clearProductId()
Output only. The product pertaining to the provisioning resource as specified in the Offer.
string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
clearProvisioningId()
public ProvisionedService.Builder clearProvisioningId()
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
clearSkuId()
public ProvisionedService.Builder clearSkuId()
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
clone()
public ProvisionedService.Builder clone()
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
getDefaultInstanceForType()
public ProvisionedService getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ProvisionedService |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getProductId()
public String getProductId()
Output only. The product pertaining to the provisioning resource as specified in the Offer.
string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The productId. |
getProductIdBytes()
public ByteString getProductIdBytes()
Output only. The product pertaining to the provisioning resource as specified in the Offer.
string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for productId. |
getProvisioningId()
public String getProvisioningId()
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The provisioningId. |
getProvisioningIdBytes()
public ByteString getProvisioningIdBytes()
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for provisioningId. |
getSkuId()
public String getSkuId()
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The skuId. |
getSkuIdBytes()
public ByteString getSkuIdBytes()
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for skuId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ProvisionedService other)
public ProvisionedService.Builder mergeFrom(ProvisionedService other)
Parameter | |
---|---|
Name | Description |
other |
ProvisionedService |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProvisionedService.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ProvisionedService.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionedService.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ProvisionedService.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
setProductId(String value)
public ProvisionedService.Builder setProductId(String value)
Output only. The product pertaining to the provisioning resource as specified in the Offer.
string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The productId to set. |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
setProductIdBytes(ByteString value)
public ProvisionedService.Builder setProductIdBytes(ByteString value)
Output only. The product pertaining to the provisioning resource as specified in the Offer.
string product_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for productId to set. |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
setProvisioningId(String value)
public ProvisionedService.Builder setProvisioningId(String value)
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The provisioningId to set. |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
setProvisioningIdBytes(ByteString value)
public ProvisionedService.Builder setProvisioningIdBytes(ByteString value)
Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for provisioningId to set. |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProvisionedService.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
setSkuId(String value)
public ProvisionedService.Builder setSkuId(String value)
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The skuId to set. |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
setSkuIdBytes(ByteString value)
public ProvisionedService.Builder setSkuIdBytes(ByteString value)
Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
string sku_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for skuId to set. |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionedService.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ProvisionedService.Builder |