Class Instance.Builder (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.80.0 (latest)
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.1
publicstaticfinalclass Instance.BuilderextendsGeneratedMessageV3.Builder<Instance.Builder>implementsInstanceOrBuilderRepresents a Data Fusion instance.
Protobuf type google.cloud.datafusion.v1beta1.Instance
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Instance.BuilderImplements
InstanceOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addAccelerators(Accelerator value)
publicInstance.BuilderaddAccelerators(Acceleratorvalue)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
addAccelerators(Accelerator.Builder builderForValue)
publicInstance.BuilderaddAccelerators(Accelerator.BuilderbuilderForValue)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
addAccelerators(int index, Accelerator value)
publicInstance.BuilderaddAccelerators(intindex,Acceleratorvalue)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
addAccelerators(int index, Accelerator.Builder builderForValue)
publicInstance.BuilderaddAccelerators(intindex,Accelerator.BuilderbuilderForValue)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
addAcceleratorsBuilder()
publicAccelerator.BuilderaddAcceleratorsBuilder()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
addAcceleratorsBuilder(int index)
publicAccelerator.BuilderaddAcceleratorsBuilder(intindex)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
addAllAccelerators(Iterable<? extends Accelerator> values)
publicInstance.BuilderaddAllAccelerators(Iterable<?extendsAccelerator>values)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
addAllAvailableVersion(Iterable<? extends Version> values)
publicInstance.BuilderaddAllAvailableVersion(Iterable<?extendsVersion>values)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
addAllDisabledReason(Iterable<? extends Instance.DisabledReason> values)
publicInstance.BuilderaddAllDisabledReason(Iterable<?extendsInstance.DisabledReason>values)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
Iterable<? extends com.google.cloud.datafusion.v1beta1.Instance.DisabledReason>The disabledReason to add.
This builder for chaining.
addAllDisabledReasonValue(Iterable<Integer> values)
publicInstance.BuilderaddAllDisabledReasonValue(Iterable<Integer>values)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
addAvailableVersion(Version value)
publicInstance.BuilderaddAvailableVersion(Versionvalue)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
addAvailableVersion(Version.Builder builderForValue)
publicInstance.BuilderaddAvailableVersion(Version.BuilderbuilderForValue)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
addAvailableVersion(int index, Version value)
publicInstance.BuilderaddAvailableVersion(intindex,Versionvalue)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
addAvailableVersion(int index, Version.Builder builderForValue)
publicInstance.BuilderaddAvailableVersion(intindex,Version.BuilderbuilderForValue)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
addAvailableVersionBuilder()
publicVersion.BuilderaddAvailableVersionBuilder()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
addAvailableVersionBuilder(int index)
publicVersion.BuilderaddAvailableVersionBuilder(intindex)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
addDisabledReason(Instance.DisabledReason value)
publicInstance.BuilderaddDisabledReason(Instance.DisabledReasonvalue)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
addDisabledReasonValue(int value)
publicInstance.BuilderaddDisabledReasonValue(intvalue)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicInstance.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)build()
publicInstancebuild()buildPartial()
publicInstancebuildPartial()clear()
publicInstance.Builderclear()clearAccelerators()
publicInstance.BuilderclearAccelerators()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
clearApiEndpoint()
publicInstance.BuilderclearApiEndpoint()Output only. Endpoint on which the REST APIs is accessible.
string api_endpoint = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearAvailableVersion()
publicInstance.BuilderclearAvailableVersion()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
clearCreateTime()
publicInstance.BuilderclearCreateTime()Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearCryptoKeyConfig()
publicInstance.BuilderclearCryptoKeyConfig()The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
clearDataprocServiceAccount()
publicInstance.BuilderclearDataprocServiceAccount()User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.
string dataproc_service_account = 25;
This builder for chaining.
clearDescription()
publicInstance.BuilderclearDescription()A description of this instance.
string description = 2;
This builder for chaining.
clearDisabledReason()
publicInstance.BuilderclearDisabledReason()Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearDisplayName()
publicInstance.BuilderclearDisplayName()Display name for an instance.
string display_name = 18;
This builder for chaining.
clearEnableRbac()
publicInstance.BuilderclearEnableRbac()Option to enable granular role-based access control.
bool enable_rbac = 26;
This builder for chaining.
clearEnableStackdriverLogging()
publicInstance.BuilderclearEnableStackdriverLogging()Option to enable Stackdriver Logging.
bool enable_stackdriver_logging = 4;
This builder for chaining.
clearEnableStackdriverMonitoring()
publicInstance.BuilderclearEnableStackdriverMonitoring()Option to enable Stackdriver Monitoring.
bool enable_stackdriver_monitoring = 5;
This builder for chaining.
clearField(Descriptors.FieldDescriptor field)
publicInstance.BuilderclearField(Descriptors.FieldDescriptorfield)clearGcsBucket()
publicInstance.BuilderclearGcsBucket()Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
string gcs_bucket = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearLabels()
publicInstance.BuilderclearLabels()clearName()
publicInstance.BuilderclearName()Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
This builder for chaining.
clearNetworkConfig()
publicInstance.BuilderclearNetworkConfig()Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
clearOneof(Descriptors.OneofDescriptor oneof)
publicInstance.BuilderclearOneof(Descriptors.OneofDescriptoroneof)clearOptions()
publicInstance.BuilderclearOptions()clearP4ServiceAccount()
publicInstance.BuilderclearP4ServiceAccount()Output only. P4 service account for the customer project.
string p4_service_account = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearPrivateInstance()
publicInstance.BuilderclearPrivateInstance()Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
bool private_instance = 6;
This builder for chaining.
clearServiceAccount() (deprecated)
publicInstance.BuilderclearServiceAccount()Deprecated. google.cloud.datafusion.v1beta1.Instance.service_account is deprecated. See google/cloud/datafusion/v1beta1/v1beta1.proto;l=392
Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
string service_account = 17 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearServiceEndpoint()
publicInstance.BuilderclearServiceEndpoint()Output only. Endpoint on which the Data Fusion UI is accessible.
string service_endpoint = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearState()
publicInstance.BuilderclearState()Output only. The current state of this Data Fusion instance.
.google.cloud.datafusion.v1beta1.Instance.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearStateMessage()
publicInstance.BuilderclearStateMessage()Output only. Additional information about the current state of this Data Fusion instance if available.
string state_message = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearTenantProjectId()
publicInstance.BuilderclearTenantProjectId()Output only. The name of the tenant project.
string tenant_project_id = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
clearType()
publicInstance.BuilderclearType()Required. Instance type.
.google.cloud.datafusion.v1beta1.Instance.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
This builder for chaining.
clearUpdateTime()
publicInstance.BuilderclearUpdateTime()Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearVersion()
publicInstance.BuilderclearVersion()Current version of Data Fusion.
string version = 16;
This builder for chaining.
clearZone()
publicInstance.BuilderclearZone()Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
string zone = 15;
This builder for chaining.
clone()
publicInstance.Builderclone()containsLabels(String key)
publicbooleancontainsLabels(Stringkey)The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
containsOptions(String key)
publicbooleancontainsOptions(Stringkey)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getAccelerators(int index)
publicAcceleratorgetAccelerators(intindex)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsBuilder(int index)
publicAccelerator.BuildergetAcceleratorsBuilder(intindex)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsBuilderList()
publicList<Accelerator.Builder>getAcceleratorsBuilderList()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsCount()
publicintgetAcceleratorsCount()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsList()
publicList<Accelerator>getAcceleratorsList()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsOrBuilder(int index)
publicAcceleratorOrBuildergetAcceleratorsOrBuilder(intindex)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsOrBuilderList()
publicList<?extendsAcceleratorOrBuilder>getAcceleratorsOrBuilderList()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getApiEndpoint()
publicStringgetApiEndpoint()Output only. Endpoint on which the REST APIs is accessible.
string api_endpoint = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
The apiEndpoint.
getApiEndpointBytes()
publicByteStringgetApiEndpointBytes()Output only. Endpoint on which the REST APIs is accessible.
string api_endpoint = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for apiEndpoint.
getAvailableVersion(int index)
publicVersiongetAvailableVersion(intindex)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionBuilder(int index)
publicVersion.BuildergetAvailableVersionBuilder(intindex)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionBuilderList()
publicList<Version.Builder>getAvailableVersionBuilderList()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionCount()
publicintgetAvailableVersionCount()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionList()
publicList<Version>getAvailableVersionList()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionOrBuilder(int index)
publicVersionOrBuildergetAvailableVersionOrBuilder(intindex)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionOrBuilderList()
publicList<?extendsVersionOrBuilder>getAvailableVersionOrBuilderList()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getCreateTime()
publicTimestampgetCreateTime()Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
The createTime.
getCreateTimeBuilder()
publicTimestamp.BuildergetCreateTimeBuilder()Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCryptoKeyConfig()
publicCryptoKeyConfiggetCryptoKeyConfig()The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
The cryptoKeyConfig.
getCryptoKeyConfigBuilder()
publicCryptoKeyConfig.BuildergetCryptoKeyConfigBuilder()The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
getCryptoKeyConfigOrBuilder()
publicCryptoKeyConfigOrBuildergetCryptoKeyConfigOrBuilder()The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
getDataprocServiceAccount()
publicStringgetDataprocServiceAccount()User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.
string dataproc_service_account = 25;
The dataprocServiceAccount.
getDataprocServiceAccountBytes()
publicByteStringgetDataprocServiceAccountBytes()User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.
string dataproc_service_account = 25;
The bytes for dataprocServiceAccount.
getDefaultInstanceForType()
publicInstancegetDefaultInstanceForType()getDescription()
publicStringgetDescription()A description of this instance.
string description = 2;
The description.
getDescriptionBytes()
publicByteStringgetDescriptionBytes()A description of this instance.
string description = 2;
The bytes for description.
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()getDisabledReason(int index)
publicInstance.DisabledReasongetDisabledReason(intindex)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
The disabledReason at the given index.
getDisabledReasonCount()
publicintgetDisabledReasonCount()Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
The count of disabledReason.
getDisabledReasonList()
publicList<Instance.DisabledReason>getDisabledReasonList()Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDisabledReasonValue(int index)
publicintgetDisabledReasonValue(intindex)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
The enum numeric value on the wire of disabledReason at the given index.
getDisabledReasonValueList()
publicList<Integer>getDisabledReasonValueList()Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDisplayName()
publicStringgetDisplayName()Display name for an instance.
string display_name = 18;
The displayName.
getDisplayNameBytes()
publicByteStringgetDisplayNameBytes()Display name for an instance.
string display_name = 18;
The bytes for displayName.
getEnableRbac()
publicbooleangetEnableRbac()Option to enable granular role-based access control.
bool enable_rbac = 26;
The enableRbac.
getEnableStackdriverLogging()
publicbooleangetEnableStackdriverLogging()Option to enable Stackdriver Logging.
bool enable_stackdriver_logging = 4;
The enableStackdriverLogging.
getEnableStackdriverMonitoring()
publicbooleangetEnableStackdriverMonitoring()Option to enable Stackdriver Monitoring.
bool enable_stackdriver_monitoring = 5;
The enableStackdriverMonitoring.
getGcsBucket()
publicStringgetGcsBucket()Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
string gcs_bucket = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
The gcsBucket.
getGcsBucketBytes()
publicByteStringgetGcsBucketBytes()Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
string gcs_bucket = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for gcsBucket.
getLabels()
publicMap<String,String>getLabels()Use #getLabelsMap() instead.
getLabelsCount()
publicintgetLabelsCount()The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
getLabelsMap()
publicMap<String,String>getLabelsMap()The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
getLabelsOrDefault(String key, String defaultValue)
publicStringgetLabelsOrDefault(Stringkey,StringdefaultValue)The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
getLabelsOrThrow(String key)
publicStringgetLabelsOrThrow(Stringkey)The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
getMutableLabels()
publicMap<String,String>getMutableLabels()Use alternate mutation accessors instead.
getMutableOptions()
publicMap<String,String>getMutableOptions()Use alternate mutation accessors instead.
getName()
publicStringgetName()Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
The name.
getNameBytes()
publicByteStringgetNameBytes()Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
The bytes for name.
getNetworkConfig()
publicNetworkConfiggetNetworkConfig()Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
The networkConfig.
getNetworkConfigBuilder()
publicNetworkConfig.BuildergetNetworkConfigBuilder()Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
getNetworkConfigOrBuilder()
publicNetworkConfigOrBuildergetNetworkConfigOrBuilder()Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
getOptions()
publicMap<String,String>getOptions()Use #getOptionsMap() instead.
getOptionsCount()
publicintgetOptionsCount()Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getOptionsMap()
publicMap<String,String>getOptionsMap()Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getOptionsOrDefault(String key, String defaultValue)
publicStringgetOptionsOrDefault(Stringkey,StringdefaultValue)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getOptionsOrThrow(String key)
publicStringgetOptionsOrThrow(Stringkey)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getP4ServiceAccount()
publicStringgetP4ServiceAccount()Output only. P4 service account for the customer project.
string p4_service_account = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
The p4ServiceAccount.
getP4ServiceAccountBytes()
publicByteStringgetP4ServiceAccountBytes()Output only. P4 service account for the customer project.
string p4_service_account = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for p4ServiceAccount.
getPrivateInstance()
publicbooleangetPrivateInstance()Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
bool private_instance = 6;
The privateInstance.
getServiceAccount() (deprecated)
publicStringgetServiceAccount()Deprecated. google.cloud.datafusion.v1beta1.Instance.service_account is deprecated. See google/cloud/datafusion/v1beta1/v1beta1.proto;l=392
Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
string service_account = 17 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
The serviceAccount.
getServiceAccountBytes() (deprecated)
publicByteStringgetServiceAccountBytes()Deprecated. google.cloud.datafusion.v1beta1.Instance.service_account is deprecated. See google/cloud/datafusion/v1beta1/v1beta1.proto;l=392
Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
string service_account = 17 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for serviceAccount.
getServiceEndpoint()
publicStringgetServiceEndpoint()Output only. Endpoint on which the Data Fusion UI is accessible.
string service_endpoint = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
The serviceEndpoint.
getServiceEndpointBytes()
publicByteStringgetServiceEndpointBytes()Output only. Endpoint on which the Data Fusion UI is accessible.
string service_endpoint = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for serviceEndpoint.
getState()
publicInstance.StategetState()Output only. The current state of this Data Fusion instance.
.google.cloud.datafusion.v1beta1.Instance.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
The state.
getStateMessage()
publicStringgetStateMessage()Output only. Additional information about the current state of this Data Fusion instance if available.
string state_message = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
The stateMessage.
getStateMessageBytes()
publicByteStringgetStateMessageBytes()Output only. Additional information about the current state of this Data Fusion instance if available.
string state_message = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for stateMessage.
getStateValue()
publicintgetStateValue()Output only. The current state of this Data Fusion instance.
.google.cloud.datafusion.v1beta1.Instance.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
The enum numeric value on the wire for state.
getTenantProjectId()
publicStringgetTenantProjectId()Output only. The name of the tenant project.
string tenant_project_id = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
The tenantProjectId.
getTenantProjectIdBytes()
publicByteStringgetTenantProjectIdBytes()Output only. The name of the tenant project.
string tenant_project_id = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for tenantProjectId.
getType()
publicInstance.TypegetType()Required. Instance type.
.google.cloud.datafusion.v1beta1.Instance.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
The type.
getTypeValue()
publicintgetTypeValue()Required. Instance type.
.google.cloud.datafusion.v1beta1.Instance.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
The enum numeric value on the wire for type.
getUpdateTime()
publicTimestampgetUpdateTime()Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
The updateTime.
getUpdateTimeBuilder()
publicTimestamp.BuildergetUpdateTimeBuilder()Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder()
publicTimestampOrBuildergetUpdateTimeOrBuilder()Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVersion()
publicStringgetVersion()Current version of Data Fusion.
string version = 16;
The version.
getVersionBytes()
publicByteStringgetVersionBytes()Current version of Data Fusion.
string version = 16;
The bytes for version.
getZone()
publicStringgetZone()Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
string zone = 15;
The zone.
getZoneBytes()
publicByteStringgetZoneBytes()Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
string zone = 15;
The bytes for zone.
hasCreateTime()
publicbooleanhasCreateTime()Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Whether the createTime field is set.
hasCryptoKeyConfig()
publicbooleanhasCryptoKeyConfig()The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
Whether the cryptoKeyConfig field is set.
hasNetworkConfig()
publicbooleanhasNetworkConfig()Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
Whether the networkConfig field is set.
hasUpdateTime()
publicbooleanhasUpdateTime()Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Whether the updateTime field is set.
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)internalGetMutableMapField(int number)
protectedMapFieldinternalGetMutableMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()mergeCreateTime(Timestamp value)
publicInstance.BuildermergeCreateTime(Timestampvalue)Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
mergeCryptoKeyConfig(CryptoKeyConfig value)
publicInstance.BuildermergeCryptoKeyConfig(CryptoKeyConfigvalue)The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
mergeFrom(Instance other)
publicInstance.BuildermergeFrom(Instanceother)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicInstance.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicInstance.BuildermergeFrom(Messageother)mergeNetworkConfig(NetworkConfig value)
publicInstance.BuildermergeNetworkConfig(NetworkConfigvalue)Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalInstance.BuildermergeUnknownFields(UnknownFieldSetunknownFields)mergeUpdateTime(Timestamp value)
publicInstance.BuildermergeUpdateTime(Timestampvalue)Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
putAllLabels(Map<String,String> values)
publicInstance.BuilderputAllLabels(Map<String,String>values)The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
putAllOptions(Map<String,String> values)
publicInstance.BuilderputAllOptions(Map<String,String>values)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
putLabels(String key, String value)
publicInstance.BuilderputLabels(Stringkey,Stringvalue)The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
putOptions(String key, String value)
publicInstance.BuilderputOptions(Stringkey,Stringvalue)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
removeAccelerators(int index)
publicInstance.BuilderremoveAccelerators(intindex)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
removeAvailableVersion(int index)
publicInstance.BuilderremoveAvailableVersion(intindex)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
removeLabels(String key)
publicInstance.BuilderremoveLabels(Stringkey)The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.
map<string, string> labels = 8;
removeOptions(String key)
publicInstance.BuilderremoveOptions(Stringkey)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
setAccelerators(int index, Accelerator value)
publicInstance.BuildersetAccelerators(intindex,Acceleratorvalue)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
setAccelerators(int index, Accelerator.Builder builderForValue)
publicInstance.BuildersetAccelerators(intindex,Accelerator.BuilderbuilderForValue)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
setApiEndpoint(String value)
publicInstance.BuildersetApiEndpoint(Stringvalue)Output only. Endpoint on which the REST APIs is accessible.
string api_endpoint = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setApiEndpointBytes(ByteString value)
publicInstance.BuildersetApiEndpointBytes(ByteStringvalue)Output only. Endpoint on which the REST APIs is accessible.
string api_endpoint = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setAvailableVersion(int index, Version value)
publicInstance.BuildersetAvailableVersion(intindex,Versionvalue)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
setAvailableVersion(int index, Version.Builder builderForValue)
publicInstance.BuildersetAvailableVersion(intindex,Version.BuilderbuilderForValue)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
setCreateTime(Timestamp value)
publicInstance.BuildersetCreateTime(Timestampvalue)Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
setCreateTime(Timestamp.Builder builderForValue)
publicInstance.BuildersetCreateTime(Timestamp.BuilderbuilderForValue)Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
setCryptoKeyConfig(CryptoKeyConfig value)
publicInstance.BuildersetCryptoKeyConfig(CryptoKeyConfigvalue)The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
setCryptoKeyConfig(CryptoKeyConfig.Builder builderForValue)
publicInstance.BuildersetCryptoKeyConfig(CryptoKeyConfig.BuilderbuilderForValue)The crypto key configuration. This field is used by the Customer-Managed Encryption Keys (CMEK) feature.
.google.cloud.datafusion.v1beta1.CryptoKeyConfig crypto_key_config = 27;
setDataprocServiceAccount(String value)
publicInstance.BuildersetDataprocServiceAccount(Stringvalue)User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.
string dataproc_service_account = 25;
This builder for chaining.
setDataprocServiceAccountBytes(ByteString value)
publicInstance.BuildersetDataprocServiceAccountBytes(ByteStringvalue)User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc's accesses to cloud resources.
string dataproc_service_account = 25;
This builder for chaining.
setDescription(String value)
publicInstance.BuildersetDescription(Stringvalue)A description of this instance.
string description = 2;
This builder for chaining.
setDescriptionBytes(ByteString value)
publicInstance.BuildersetDescriptionBytes(ByteStringvalue)A description of this instance.
string description = 2;
This builder for chaining.
setDisabledReason(int index, Instance.DisabledReason value)
publicInstance.BuildersetDisabledReason(intindex,Instance.DisabledReasonvalue)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setDisabledReasonValue(int index, int value)
publicInstance.BuildersetDisabledReasonValue(intindex,intvalue)Output only. If the instance state is DISABLED, the reason for disabling the instance.
repeated .google.cloud.datafusion.v1beta1.Instance.DisabledReason disabled_reason = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setDisplayName(String value)
publicInstance.BuildersetDisplayName(Stringvalue)Display name for an instance.
string display_name = 18;
This builder for chaining.
setDisplayNameBytes(ByteString value)
publicInstance.BuildersetDisplayNameBytes(ByteStringvalue)Display name for an instance.
string display_name = 18;
This builder for chaining.
setEnableRbac(boolean value)
publicInstance.BuildersetEnableRbac(booleanvalue)Option to enable granular role-based access control.
bool enable_rbac = 26;
This builder for chaining.
setEnableStackdriverLogging(boolean value)
publicInstance.BuildersetEnableStackdriverLogging(booleanvalue)Option to enable Stackdriver Logging.
bool enable_stackdriver_logging = 4;
This builder for chaining.
setEnableStackdriverMonitoring(boolean value)
publicInstance.BuildersetEnableStackdriverMonitoring(booleanvalue)Option to enable Stackdriver Monitoring.
bool enable_stackdriver_monitoring = 5;
This builder for chaining.
setField(Descriptors.FieldDescriptor field, Object value)
publicInstance.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)setGcsBucket(String value)
publicInstance.BuildersetGcsBucket(Stringvalue)Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
string gcs_bucket = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setGcsBucketBytes(ByteString value)
publicInstance.BuildersetGcsBucketBytes(ByteStringvalue)Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
string gcs_bucket = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setName(String value)
publicInstance.BuildersetName(Stringvalue)Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
This builder for chaining.
setNameBytes(ByteString value)
publicInstance.BuildersetNameBytes(ByteStringvalue)Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
This builder for chaining.
setNetworkConfig(NetworkConfig value)
publicInstance.BuildersetNetworkConfig(NetworkConfigvalue)Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
setNetworkConfig(NetworkConfig.Builder builderForValue)
publicInstance.BuildersetNetworkConfig(NetworkConfig.BuilderbuilderForValue)Network configuration options. These are required when a private Data Fusion instance is to be created.
.google.cloud.datafusion.v1beta1.NetworkConfig network_config = 7;
setP4ServiceAccount(String value)
publicInstance.BuildersetP4ServiceAccount(Stringvalue)Output only. P4 service account for the customer project.
string p4_service_account = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setP4ServiceAccountBytes(ByteString value)
publicInstance.BuildersetP4ServiceAccountBytes(ByteStringvalue)Output only. P4 service account for the customer project.
string p4_service_account = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setPrivateInstance(boolean value)
publicInstance.BuildersetPrivateInstance(booleanvalue)Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
bool private_instance = 6;
This builder for chaining.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicInstance.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)setServiceAccount(String value) (deprecated)
publicInstance.BuildersetServiceAccount(Stringvalue)Deprecated. google.cloud.datafusion.v1beta1.Instance.service_account is deprecated. See google/cloud/datafusion/v1beta1/v1beta1.proto;l=392
Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
string service_account = 17 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setServiceAccountBytes(ByteString value) (deprecated)
publicInstance.BuildersetServiceAccountBytes(ByteStringvalue)Deprecated. google.cloud.datafusion.v1beta1.Instance.service_account is deprecated. See google/cloud/datafusion/v1beta1/v1beta1.proto;l=392
Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
string service_account = 17 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setServiceEndpoint(String value)
publicInstance.BuildersetServiceEndpoint(Stringvalue)Output only. Endpoint on which the Data Fusion UI is accessible.
string service_endpoint = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setServiceEndpointBytes(ByteString value)
publicInstance.BuildersetServiceEndpointBytes(ByteStringvalue)Output only. Endpoint on which the Data Fusion UI is accessible.
string service_endpoint = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setState(Instance.State value)
publicInstance.BuildersetState(Instance.Statevalue)Output only. The current state of this Data Fusion instance.
.google.cloud.datafusion.v1beta1.Instance.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setStateMessage(String value)
publicInstance.BuildersetStateMessage(Stringvalue)Output only. Additional information about the current state of this Data Fusion instance if available.
string state_message = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setStateMessageBytes(ByteString value)
publicInstance.BuildersetStateMessageBytes(ByteStringvalue)Output only. Additional information about the current state of this Data Fusion instance if available.
string state_message = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setStateValue(int value)
publicInstance.BuildersetStateValue(intvalue)Output only. The current state of this Data Fusion instance.
.google.cloud.datafusion.v1beta1.Instance.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setTenantProjectId(String value)
publicInstance.BuildersetTenantProjectId(Stringvalue)Output only. The name of the tenant project.
string tenant_project_id = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setTenantProjectIdBytes(ByteString value)
publicInstance.BuildersetTenantProjectIdBytes(ByteStringvalue)Output only. The name of the tenant project.
string tenant_project_id = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
This builder for chaining.
setType(Instance.Type value)
publicInstance.BuildersetType(Instance.Typevalue)Required. Instance type.
.google.cloud.datafusion.v1beta1.Instance.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
This builder for chaining.
setTypeValue(int value)
publicInstance.BuildersetTypeValue(intvalue)Required. Instance type.
.google.cloud.datafusion.v1beta1.Instance.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
This builder for chaining.
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalInstance.BuildersetUnknownFields(UnknownFieldSetunknownFields)setUpdateTime(Timestamp value)
publicInstance.BuildersetUpdateTime(Timestampvalue)Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
setUpdateTime(Timestamp.Builder builderForValue)
publicInstance.BuildersetUpdateTime(Timestamp.BuilderbuilderForValue)Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
setVersion(String value)
publicInstance.BuildersetVersion(Stringvalue)Current version of Data Fusion.
string version = 16;
This builder for chaining.
setVersionBytes(ByteString value)
publicInstance.BuildersetVersionBytes(ByteStringvalue)Current version of Data Fusion.
string version = 16;
This builder for chaining.
setZone(String value)
publicInstance.BuildersetZone(Stringvalue)Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
string zone = 15;
This builder for chaining.
setZoneBytes(ByteString value)
publicInstance.BuildersetZoneBytes(ByteStringvalue)Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
string zone = 15;
This builder for chaining.