Interface InstanceOrBuilder (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
publicinterface InstanceOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
publicabstractbooleancontainsLabels(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)
publicabstractbooleancontainsOptions(Stringkey)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getAccelerators(int index)
publicabstractAcceleratorgetAccelerators(intindex)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsCount()
publicabstractintgetAcceleratorsCount()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsList()
publicabstractList<Accelerator>getAcceleratorsList()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsOrBuilder(int index)
publicabstractAcceleratorOrBuildergetAcceleratorsOrBuilder(intindex)List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getAcceleratorsOrBuilderList()
publicabstractList<?extendsAcceleratorOrBuilder>getAcceleratorsOrBuilderList()List of accelerators enabled for this CDF instance.
repeated .google.cloud.datafusion.v1beta1.Accelerator accelerators = 22;
getApiEndpoint()
publicabstractStringgetApiEndpoint()Output only. Endpoint on which the REST APIs is accessible.
string api_endpoint = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
The apiEndpoint.
getApiEndpointBytes()
publicabstractByteStringgetApiEndpointBytes()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)
publicabstractVersiongetAvailableVersion(intindex)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionCount()
publicabstractintgetAvailableVersionCount()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionList()
publicabstractList<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)
publicabstractVersionOrBuildergetAvailableVersionOrBuilder(intindex)Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getAvailableVersionOrBuilderList()
publicabstractList<?extendsVersionOrBuilder>getAvailableVersionOrBuilderList()Available versions that the instance can be upgraded to using UpdateInstanceRequest.
repeated .google.cloud.datafusion.v1beta1.Version available_version = 19;
getCreateTime()
publicabstractTimestampgetCreateTime()Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
The createTime.
getCreateTimeOrBuilder()
publicabstractTimestampOrBuildergetCreateTimeOrBuilder()Output only. The time the instance was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCryptoKeyConfig()
publicabstractCryptoKeyConfiggetCryptoKeyConfig()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.
getCryptoKeyConfigOrBuilder()
publicabstractCryptoKeyConfigOrBuildergetCryptoKeyConfigOrBuilder()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()
publicabstractStringgetDataprocServiceAccount()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()
publicabstractByteStringgetDataprocServiceAccountBytes()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.
getDescription()
publicabstractStringgetDescription()A description of this instance.
string description = 2;
The description.
getDescriptionBytes()
publicabstractByteStringgetDescriptionBytes()A description of this instance.
string description = 2;
The bytes for description.
getDisabledReason(int index)
publicabstractInstance.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()
publicabstractintgetDisabledReasonCount()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()
publicabstractList<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)
publicabstractintgetDisabledReasonValue(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()
publicabstractList<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()
publicabstractStringgetDisplayName()Display name for an instance.
string display_name = 18;
The displayName.
getDisplayNameBytes()
publicabstractByteStringgetDisplayNameBytes()Display name for an instance.
string display_name = 18;
The bytes for displayName.
getEnableRbac()
publicabstractbooleangetEnableRbac()Option to enable granular role-based access control.
bool enable_rbac = 26;
The enableRbac.
getEnableStackdriverLogging()
publicabstractbooleangetEnableStackdriverLogging()Option to enable Stackdriver Logging.
bool enable_stackdriver_logging = 4;
The enableStackdriverLogging.
getEnableStackdriverMonitoring()
publicabstractbooleangetEnableStackdriverMonitoring()Option to enable Stackdriver Monitoring.
bool enable_stackdriver_monitoring = 5;
The enableStackdriverMonitoring.
getGcsBucket()
publicabstractStringgetGcsBucket()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()
publicabstractByteStringgetGcsBucketBytes()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()
publicabstractMap<String,String>getLabels()Use #getLabelsMap() instead.
getLabelsCount()
publicabstractintgetLabelsCount()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()
publicabstractMap<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)
publicabstractStringgetLabelsOrDefault(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)
publicabstractStringgetLabelsOrThrow(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;
getName()
publicabstractStringgetName()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()
publicabstractByteStringgetNameBytes()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()
publicabstractNetworkConfiggetNetworkConfig()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.
getNetworkConfigOrBuilder()
publicabstractNetworkConfigOrBuildergetNetworkConfigOrBuilder()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()
publicabstractMap<String,String>getOptions()Use #getOptionsMap() instead.
getOptionsCount()
publicabstractintgetOptionsCount()Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getOptionsMap()
publicabstractMap<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)
publicabstractStringgetOptionsOrDefault(Stringkey,StringdefaultValue)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getOptionsOrThrow(String key)
publicabstractStringgetOptionsOrThrow(Stringkey)Map of additional options used to configure the behavior of Data Fusion instance.
map<string, string> options = 9;
getP4ServiceAccount()
publicabstractStringgetP4ServiceAccount()Output only. P4 service account for the customer project.
string p4_service_account = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
The p4ServiceAccount.
getP4ServiceAccountBytes()
publicabstractByteStringgetP4ServiceAccountBytes()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()
publicabstractbooleangetPrivateInstance()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)
publicabstractStringgetServiceAccount()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)
publicabstractByteStringgetServiceAccountBytes()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()
publicabstractStringgetServiceEndpoint()Output only. Endpoint on which the Data Fusion UI is accessible.
string service_endpoint = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
The serviceEndpoint.
getServiceEndpointBytes()
publicabstractByteStringgetServiceEndpointBytes()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()
publicabstractInstance.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()
publicabstractStringgetStateMessage()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()
publicabstractByteStringgetStateMessageBytes()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()
publicabstractintgetStateValue()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()
publicabstractStringgetTenantProjectId()Output only. The name of the tenant project.
string tenant_project_id = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
The tenantProjectId.
getTenantProjectIdBytes()
publicabstractByteStringgetTenantProjectIdBytes()Output only. The name of the tenant project.
string tenant_project_id = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
The bytes for tenantProjectId.
getType()
publicabstractInstance.TypegetType()Required. Instance type.
.google.cloud.datafusion.v1beta1.Instance.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
The type.
getTypeValue()
publicabstractintgetTypeValue()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()
publicabstractTimestampgetUpdateTime()Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
The updateTime.
getUpdateTimeOrBuilder()
publicabstractTimestampOrBuildergetUpdateTimeOrBuilder()Output only. The time the instance was last updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVersion()
publicabstractStringgetVersion()Current version of Data Fusion.
string version = 16;
The version.
getVersionBytes()
publicabstractByteStringgetVersionBytes()Current version of Data Fusion.
string version = 16;
The bytes for version.
getZone()
publicabstractStringgetZone()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()
publicabstractByteStringgetZoneBytes()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()
publicabstractbooleanhasCreateTime()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()
publicabstractbooleanhasCryptoKeyConfig()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()
publicabstractbooleanhasNetworkConfig()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()
publicabstractbooleanhasUpdateTime()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.