- 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
ProvisionedServiceOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProvisionedService.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProvisionedService.Builder |
build()
public ProvisionedService build()
Type | Description |
ProvisionedService |
buildPartial()
public ProvisionedService buildPartial()
Type | Description |
ProvisionedService |
clear()
public ProvisionedService.Builder clear()
Type | Description |
ProvisionedService.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProvisionedService.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProvisionedService.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProvisionedService.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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];
Type | Description |
ProvisionedService.Builder | This builder for chaining. |
clearProvisioningId()
public ProvisionedService.Builder clearProvisioningId()
Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
Type | Description |
ProvisionedService.Builder | This builder for chaining. |
clone()
public ProvisionedService.Builder clone()
Type | Description |
ProvisionedService.Builder |
getDefaultInstanceForType()
public ProvisionedService getDefaultInstanceForType()
Type | Description |
ProvisionedService |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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];
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];
Type | Description |
ByteString | The bytes for productId. |
getProvisioningId()
public String getProvisioningId()
Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The provisioningId. |
getProvisioningIdBytes()
public ByteString getProvisioningIdBytes()
Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the underlying Subscription ID.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
Type | Description |
ByteString | The bytes for skuId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ProvisionedService other)
public ProvisionedService.Builder mergeFrom(ProvisionedService other)
Name | Description |
other | ProvisionedService |
Type | Description |
ProvisionedService.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProvisionedService.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ProvisionedService.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ProvisionedService.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ProvisionedService.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionedService.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProvisionedService.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ProvisionedService.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
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];
Name | Description |
value | String The productId to set. |
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];
Name | Description |
value | ByteString The bytes for productId to set. |
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 would be the underlying Subscription ID.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The provisioningId to set. |
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 would be the underlying Subscription ID.
string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for provisioningId to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
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];
Name | Description |
value | String The skuId to set. |
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];
Name | Description |
value | ByteString The bytes for skuId to set. |
Type | Description |
ProvisionedService.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProvisionedService.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProvisionedService.Builder |