public interface ServiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
User-defined labels for the metastore service.
|
String |
getArtifactGcsUri()
Output only.
|
com.google.protobuf.ByteString |
getArtifactGcsUriBytes()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Service.DatabaseType |
getDatabaseType()
Immutable.
|
int |
getDatabaseTypeValue()
Immutable.
|
EncryptionConfig |
getEncryptionConfig()
Immutable.
|
EncryptionConfigOrBuilder |
getEncryptionConfigOrBuilder()
Immutable.
|
String |
getEndpointUri()
Output only.
|
com.google.protobuf.ByteString |
getEndpointUriBytes()
Output only.
|
HiveMetastoreConfig |
getHiveMetastoreConfig()
Configuration information specific to running Hive metastore
software as the metastore service.
|
HiveMetastoreConfigOrBuilder |
getHiveMetastoreConfigOrBuilder()
Configuration information specific to running Hive metastore
software as the metastore service.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
User-defined labels for the metastore service.
|
Map<String,String> |
getLabelsMap()
User-defined labels for the metastore service.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
User-defined labels for the metastore service.
|
String |
getLabelsOrThrow(String key)
User-defined labels for the metastore service.
|
MaintenanceWindow |
getMaintenanceWindow()
The one hour maintenance window of the metastore service.
|
MaintenanceWindowOrBuilder |
getMaintenanceWindowOrBuilder()
The one hour maintenance window of the metastore service.
|
MetadataIntegration |
getMetadataIntegration()
The setting that defines how metastore metadata should be integrated with
external services and systems.
|
MetadataIntegrationOrBuilder |
getMetadataIntegrationOrBuilder()
The setting that defines how metastore metadata should be integrated with
external services and systems.
|
MetadataManagementActivity |
getMetadataManagementActivity()
Output only.
|
MetadataManagementActivityOrBuilder |
getMetadataManagementActivityOrBuilder()
Output only.
|
Service.MetastoreConfigCase |
getMetastoreConfigCase() |
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
String |
getNetwork()
Immutable.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Immutable.
|
NetworkConfig |
getNetworkConfig()
The configuration specifying the network settings for the
Dataproc Metastore service.
|
NetworkConfigOrBuilder |
getNetworkConfigOrBuilder()
The configuration specifying the network settings for the
Dataproc Metastore service.
|
int |
getPort()
The TCP port at which the metastore service is reached.
|
Service.ReleaseChannel |
getReleaseChannel()
Immutable.
|
int |
getReleaseChannelValue()
Immutable.
|
ScalingConfig |
getScalingConfig()
Scaling configuration of the metastore service.
|
ScalingConfigOrBuilder |
getScalingConfigOrBuilder()
Scaling configuration of the metastore service.
|
Service.State |
getState()
Output only.
|
String |
getStateMessage()
Output only.
|
com.google.protobuf.ByteString |
getStateMessageBytes()
Output only.
|
int |
getStateValue()
Output only.
|
TelemetryConfig |
getTelemetryConfig()
The configuration specifying telemetry settings for the Dataproc Metastore
service.
|
TelemetryConfigOrBuilder |
getTelemetryConfigOrBuilder()
The configuration specifying telemetry settings for the Dataproc Metastore
service.
|
Service.Tier |
getTier()
The tier of the service.
|
int |
getTierValue()
The tier of the service.
|
String |
getUid()
Output only.
|
com.google.protobuf.ByteString |
getUidBytes()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEncryptionConfig()
Immutable.
|
boolean |
hasHiveMetastoreConfig()
Configuration information specific to running Hive metastore
software as the metastore service.
|
boolean |
hasMaintenanceWindow()
The one hour maintenance window of the metastore service.
|
boolean |
hasMetadataIntegration()
The setting that defines how metastore metadata should be integrated with
external services and systems.
|
boolean |
hasMetadataManagementActivity()
Output only.
|
boolean |
hasNetworkConfig()
The configuration specifying the network settings for the
Dataproc Metastore service.
|
boolean |
hasScalingConfig()
Scaling configuration of the metastore service.
|
boolean |
hasTelemetryConfig()
The configuration specifying telemetry settings for the Dataproc Metastore
service.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHiveMetastoreConfig()
Configuration information specific to running Hive metastore software as the metastore service.
.google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;HiveMetastoreConfig getHiveMetastoreConfig()
Configuration information specific to running Hive metastore software as the metastore service.
.google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;HiveMetastoreConfigOrBuilder getHiveMetastoreConfigOrBuilder()
Configuration information specific to running Hive metastore software as the metastore service.
.google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;String getName()
Immutable. The relative resource name of the metastore service, in the
following format:
`projects/{project_number}/locations/{location_id}/services/{service_id}`.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. The relative resource name of the metastore service, in the
following format:
`projects/{project_number}/locations/{location_id}/services/{service_id}`.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];boolean hasCreateTime()
Output only. The time when the metastore service was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time when the metastore service was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the metastore service was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The time when the metastore service was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The time when the metastore service was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time when the metastore service was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
User-defined labels for the metastore service.
map<string, string> labels = 4;boolean containsLabels(String key)
User-defined labels for the metastore service.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
User-defined labels for the metastore service.
map<string, string> labels = 4;String getLabelsOrDefault(String key, String defaultValue)
User-defined labels for the metastore service.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
User-defined labels for the metastore service.
map<string, string> labels = 4;String getNetwork()
Immutable. The relative resource name of the VPC network on which the
instance can be accessed. It is specified in the following form:
`projects/{project_number}/global/networks/{network_id}`.
string network = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNetworkBytes()
Immutable. The relative resource name of the VPC network on which the
instance can be accessed. It is specified in the following form:
`projects/{project_number}/global/networks/{network_id}`.
string network = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
String getEndpointUri()
Output only. The URI of the endpoint used to access the metastore service.
string endpoint_uri = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getEndpointUriBytes()
Output only. The URI of the endpoint used to access the metastore service.
string endpoint_uri = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];int getPort()
The TCP port at which the metastore service is reached. Default: 9083.
int32 port = 9;int getStateValue()
Output only. The current state of the metastore service.
.google.cloud.metastore.v1beta.Service.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Service.State getState()
Output only. The current state of the metastore service.
.google.cloud.metastore.v1beta.Service.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getStateMessage()
Output only. Additional information about the current state of the metastore service, if available.
string state_message = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getStateMessageBytes()
Output only. Additional information about the current state of the metastore service, if available.
string state_message = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];String getArtifactGcsUri()
Output only. A Cloud Storage URI (starting with `gs://`) that specifies where artifacts related to the metastore service are stored.
string artifact_gcs_uri = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getArtifactGcsUriBytes()
Output only. A Cloud Storage URI (starting with `gs://`) that specifies where artifacts related to the metastore service are stored.
string artifact_gcs_uri = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];int getTierValue()
The tier of the service.
.google.cloud.metastore.v1beta.Service.Tier tier = 13;Service.Tier getTier()
The tier of the service.
.google.cloud.metastore.v1beta.Service.Tier tier = 13;boolean hasMetadataIntegration()
The setting that defines how metastore metadata should be integrated with external services and systems.
.google.cloud.metastore.v1beta.MetadataIntegration metadata_integration = 14;MetadataIntegration getMetadataIntegration()
The setting that defines how metastore metadata should be integrated with external services and systems.
.google.cloud.metastore.v1beta.MetadataIntegration metadata_integration = 14;MetadataIntegrationOrBuilder getMetadataIntegrationOrBuilder()
The setting that defines how metastore metadata should be integrated with external services and systems.
.google.cloud.metastore.v1beta.MetadataIntegration metadata_integration = 14;boolean hasMaintenanceWindow()
The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.
.google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;MaintenanceWindow getMaintenanceWindow()
The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.
.google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;MaintenanceWindowOrBuilder getMaintenanceWindowOrBuilder()
The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.
.google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;String getUid()
Output only. The globally unique resource identifier of the metastore service.
string uid = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getUidBytes()
Output only. The globally unique resource identifier of the metastore service.
string uid = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasMetadataManagementActivity()
Output only. The metadata management activities of the metastore service.
.google.cloud.metastore.v1beta.MetadataManagementActivity metadata_management_activity = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
MetadataManagementActivity getMetadataManagementActivity()
Output only. The metadata management activities of the metastore service.
.google.cloud.metastore.v1beta.MetadataManagementActivity metadata_management_activity = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
MetadataManagementActivityOrBuilder getMetadataManagementActivityOrBuilder()
Output only. The metadata management activities of the metastore service.
.google.cloud.metastore.v1beta.MetadataManagementActivity metadata_management_activity = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getReleaseChannelValue()
Immutable. The release channel of the service. If unspecified, defaults to `STABLE`.
.google.cloud.metastore.v1beta.Service.ReleaseChannel release_channel = 19 [(.google.api.field_behavior) = IMMUTABLE];
Service.ReleaseChannel getReleaseChannel()
Immutable. The release channel of the service. If unspecified, defaults to `STABLE`.
.google.cloud.metastore.v1beta.Service.ReleaseChannel release_channel = 19 [(.google.api.field_behavior) = IMMUTABLE];
boolean hasEncryptionConfig()
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
.google.cloud.metastore.v1beta.EncryptionConfig encryption_config = 20 [(.google.api.field_behavior) = IMMUTABLE];
EncryptionConfig getEncryptionConfig()
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
.google.cloud.metastore.v1beta.EncryptionConfig encryption_config = 20 [(.google.api.field_behavior) = IMMUTABLE];
EncryptionConfigOrBuilder getEncryptionConfigOrBuilder()
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
.google.cloud.metastore.v1beta.EncryptionConfig encryption_config = 20 [(.google.api.field_behavior) = IMMUTABLE];
boolean hasNetworkConfig()
The configuration specifying the network settings for the Dataproc Metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 21;NetworkConfig getNetworkConfig()
The configuration specifying the network settings for the Dataproc Metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 21;NetworkConfigOrBuilder getNetworkConfigOrBuilder()
The configuration specifying the network settings for the Dataproc Metastore service.
.google.cloud.metastore.v1beta.NetworkConfig network_config = 21;int getDatabaseTypeValue()
Immutable. The database type that the Metastore service stores its data.
.google.cloud.metastore.v1beta.Service.DatabaseType database_type = 22 [(.google.api.field_behavior) = IMMUTABLE];
Service.DatabaseType getDatabaseType()
Immutable. The database type that the Metastore service stores its data.
.google.cloud.metastore.v1beta.Service.DatabaseType database_type = 22 [(.google.api.field_behavior) = IMMUTABLE];
boolean hasTelemetryConfig()
The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to `JSON`.
.google.cloud.metastore.v1beta.TelemetryConfig telemetry_config = 23;TelemetryConfig getTelemetryConfig()
The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to `JSON`.
.google.cloud.metastore.v1beta.TelemetryConfig telemetry_config = 23;TelemetryConfigOrBuilder getTelemetryConfigOrBuilder()
The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to `JSON`.
.google.cloud.metastore.v1beta.TelemetryConfig telemetry_config = 23;boolean hasScalingConfig()
Scaling configuration of the metastore service.
.google.cloud.metastore.v1beta.ScalingConfig scaling_config = 24;ScalingConfig getScalingConfig()
Scaling configuration of the metastore service.
.google.cloud.metastore.v1beta.ScalingConfig scaling_config = 24;ScalingConfigOrBuilder getScalingConfigOrBuilder()
Scaling configuration of the metastore service.
.google.cloud.metastore.v1beta.ScalingConfig scaling_config = 24;Service.MetastoreConfigCase getMetastoreConfigCase()
Copyright © 2024 Google LLC. All rights reserved.