public interface FederationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBackendMetastores(int key)
A map from `BackendMetastore` rank to `BackendMetastore`s from which the
federation service serves metadata at query time.
|
boolean |
containsLabels(String key)
User-defined labels for the metastore federation.
|
Map<Integer,BackendMetastore> |
getBackendMetastores()
Deprecated.
|
int |
getBackendMetastoresCount()
A map from `BackendMetastore` rank to `BackendMetastore`s from which the
federation service serves metadata at query time.
|
Map<Integer,BackendMetastore> |
getBackendMetastoresMap()
A map from `BackendMetastore` rank to `BackendMetastore`s from which the
federation service serves metadata at query time.
|
BackendMetastore |
getBackendMetastoresOrDefault(int key,
BackendMetastore defaultValue)
A map from `BackendMetastore` rank to `BackendMetastore`s from which the
federation service serves metadata at query time.
|
BackendMetastore |
getBackendMetastoresOrThrow(int key)
A map from `BackendMetastore` rank to `BackendMetastore`s from which the
federation service serves metadata at query time.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getEndpointUri()
Output only.
|
com.google.protobuf.ByteString |
getEndpointUriBytes()
Output only.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
User-defined labels for the metastore federation.
|
Map<String,String> |
getLabelsMap()
User-defined labels for the metastore federation.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
User-defined labels for the metastore federation.
|
String |
getLabelsOrThrow(String key)
User-defined labels for the metastore federation.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
Federation.State |
getState()
Output only.
|
String |
getStateMessage()
Output only.
|
com.google.protobuf.ByteString |
getStateMessageBytes()
Output only.
|
int |
getStateValue()
Output only.
|
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.
|
String |
getVersion()
Immutable.
|
com.google.protobuf.ByteString |
getVersionBytes()
Immutable.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Immutable. The relative resource name of the federation, of the
form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}`.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. The relative resource name of the federation, of the
form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}`.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];boolean hasCreateTime()
Output only. The time when the metastore federation 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 federation 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 federation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The time when the metastore federation 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 federation 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 federation was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
User-defined labels for the metastore federation.
map<string, string> labels = 4;boolean containsLabels(String key)
User-defined labels for the metastore federation.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
User-defined labels for the metastore federation.
map<string, string> labels = 4;String getLabelsOrDefault(String key, String defaultValue)
User-defined labels for the metastore federation.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
User-defined labels for the metastore federation.
map<string, string> labels = 4;String getVersion()
Immutable. The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.
string version = 5 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getVersionBytes()
Immutable. The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.
string version = 5 [(.google.api.field_behavior) = IMMUTABLE];int getBackendMetastoresCount()
A map from `BackendMetastore` rank to `BackendMetastore`s from which the federation service serves metadata at query time. The map key represents the order in which `BackendMetastore`s should be evaluated to resolve database names at query time and should be greater than or equal to zero. A `BackendMetastore` with a lower number will be evaluated before a `BackendMetastore` with a higher number.
map<int32, .google.cloud.metastore.v1beta.BackendMetastore> backend_metastores = 6;
boolean containsBackendMetastores(int key)
A map from `BackendMetastore` rank to `BackendMetastore`s from which the federation service serves metadata at query time. The map key represents the order in which `BackendMetastore`s should be evaluated to resolve database names at query time and should be greater than or equal to zero. A `BackendMetastore` with a lower number will be evaluated before a `BackendMetastore` with a higher number.
map<int32, .google.cloud.metastore.v1beta.BackendMetastore> backend_metastores = 6;
@Deprecated Map<Integer,BackendMetastore> getBackendMetastores()
getBackendMetastoresMap() instead.Map<Integer,BackendMetastore> getBackendMetastoresMap()
A map from `BackendMetastore` rank to `BackendMetastore`s from which the federation service serves metadata at query time. The map key represents the order in which `BackendMetastore`s should be evaluated to resolve database names at query time and should be greater than or equal to zero. A `BackendMetastore` with a lower number will be evaluated before a `BackendMetastore` with a higher number.
map<int32, .google.cloud.metastore.v1beta.BackendMetastore> backend_metastores = 6;
BackendMetastore getBackendMetastoresOrDefault(int key, BackendMetastore defaultValue)
A map from `BackendMetastore` rank to `BackendMetastore`s from which the federation service serves metadata at query time. The map key represents the order in which `BackendMetastore`s should be evaluated to resolve database names at query time and should be greater than or equal to zero. A `BackendMetastore` with a lower number will be evaluated before a `BackendMetastore` with a higher number.
map<int32, .google.cloud.metastore.v1beta.BackendMetastore> backend_metastores = 6;
BackendMetastore getBackendMetastoresOrThrow(int key)
A map from `BackendMetastore` rank to `BackendMetastore`s from which the federation service serves metadata at query time. The map key represents the order in which `BackendMetastore`s should be evaluated to resolve database names at query time and should be greater than or equal to zero. A `BackendMetastore` with a lower number will be evaluated before a `BackendMetastore` with a higher number.
map<int32, .google.cloud.metastore.v1beta.BackendMetastore> backend_metastores = 6;
String getEndpointUri()
Output only. The federation endpoint.
string endpoint_uri = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getEndpointUriBytes()
Output only. The federation endpoint.
string endpoint_uri = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. The current state of the federation.
.google.cloud.metastore.v1beta.Federation.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Federation.State getState()
Output only. The current state of the federation.
.google.cloud.metastore.v1beta.Federation.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getStateMessage()
Output only. Additional information about the current state of the metastore federation, if available.
string state_message = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getStateMessageBytes()
Output only. Additional information about the current state of the metastore federation, if available.
string state_message = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];String getUid()
Output only. The globally unique resource identifier of the metastore federation.
string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getUidBytes()
Output only. The globally unique resource identifier of the metastore federation.
string uid = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.