public interface ServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)User-defined labels for the metastore service.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getArtifactGcsUri()
public abstract 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];
| Type | Description |
| String | The artifactGcsUri. |
getArtifactGcsUriBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for artifactGcsUri. |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The time when the metastore service was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time when the metastore service was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getEndpointUri()
public abstract 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];
| Type | Description |
| String | The endpointUri. |
getEndpointUriBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for endpointUri. |
getHiveMetastoreConfig()
public abstract HiveMetastoreConfig getHiveMetastoreConfig()Configuration information specific to running Hive metastore software as the metastore service.
.google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;
| Type | Description |
| HiveMetastoreConfig | The hiveMetastoreConfig. |
getHiveMetastoreConfigOrBuilder()
public abstract HiveMetastoreConfigOrBuilder getHiveMetastoreConfigOrBuilder()Configuration information specific to running Hive metastore software as the metastore service.
.google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;
| Type | Description |
| HiveMetastoreConfigOrBuilder |
getLabels()
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description |
| Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()User-defined labels for the metastore service.
map<string, string> labels = 4;
| Type | Description |
| int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()User-defined labels for the metastore service.
map<string, string> labels = 4;
| Type | Description |
| Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)User-defined labels for the metastore service.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)User-defined labels for the metastore service.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| String |
getMaintenanceWindow()
public abstract 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.
.google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;
| Type | Description |
| MaintenanceWindow | The maintenanceWindow. |
getMaintenanceWindowOrBuilder()
public abstract 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.
.google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;
| Type | Description |
| MaintenanceWindowOrBuilder |
getMetadataIntegration()
public abstract 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;
| Type | Description |
| MetadataIntegration | The metadataIntegration. |
getMetadataIntegrationOrBuilder()
public abstract 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;
| Type | Description |
| MetadataIntegrationOrBuilder |
getMetadataManagementActivity()
public abstract 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];
| Type | Description |
| MetadataManagementActivity | The metadataManagementActivity. |
getMetadataManagementActivityOrBuilder()
public abstract 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];
| Type | Description |
| MetadataManagementActivityOrBuilder |
getMetastoreConfigCase()
public abstract Service.MetastoreConfigCase getMetastoreConfigCase()| Type | Description |
| Service.MetastoreConfigCase |
getName()
public abstract String getName() Immutable. The relative resource name of the metastore service, of the
form:
projects/{project_number}/locations/{location_id}/services/{service_id}.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Immutable. The relative resource name of the metastore service, of the
form:
projects/{project_number}/locations/{location_id}/services/{service_id}.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| ByteString | The bytes for name. |
getNetwork()
public abstract 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) = { ... }
| Type | Description |
| String | The network. |
getNetworkBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for network. |
getPort()
public abstract int getPort()The TCP port at which the metastore service is reached. Default: 9083.
int32 port = 9;
| Type | Description |
| int | The port. |
getReleaseChannel()
public abstract 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];
| Type | Description |
| Service.ReleaseChannel | The releaseChannel. |
getReleaseChannelValue()
public abstract 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];
| Type | Description |
| int | The enum numeric value on the wire for releaseChannel. |
getState()
public abstract 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];
| Type | Description |
| Service.State | The state. |
getStateMessage()
public abstract 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];
| Type | Description |
| String | The stateMessage. |
getStateMessageBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for stateMessage. |
getStateValue()
public abstract 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];
| Type | Description |
| int | The enum numeric value on the wire for state. |
getTier()
public abstract Service.Tier getTier()The tier of the service.
.google.cloud.metastore.v1beta.Service.Tier tier = 13;
| Type | Description |
| Service.Tier | The tier. |
getTierValue()
public abstract int getTierValue()The tier of the service.
.google.cloud.metastore.v1beta.Service.Tier tier = 13;
| Type | Description |
| int | The enum numeric value on the wire for tier. |
getUid()
public abstract String getUid()Output only. The globally unique resource identifier of the metastore service.
string uid = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The uid. |
getUidBytes()
public abstract ByteString getUidBytes()Output only. The globally unique resource identifier of the metastore service.
string uid = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for uid. |
getUpdateTime()
public abstract 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];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract 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];
| Type | Description |
| TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The time when the metastore service was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasHiveMetastoreConfig()
public abstract boolean hasHiveMetastoreConfig()Configuration information specific to running Hive metastore software as the metastore service.
.google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;
| Type | Description |
| boolean | Whether the hiveMetastoreConfig field is set. |
hasMaintenanceWindow()
public abstract 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.
.google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;
| Type | Description |
| boolean | Whether the maintenanceWindow field is set. |
hasMetadataIntegration()
public abstract 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;
| Type | Description |
| boolean | Whether the metadataIntegration field is set. |
hasMetadataManagementActivity()
public abstract 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];
| Type | Description |
| boolean | Whether the metadataManagementActivity field is set. |
hasUpdateTime()
public abstract 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];
| Type | Description |
| boolean | Whether the updateTime field is set. |