The enum numeric value on the wire for metastoreType.
getName()
publicabstractStringgetName()
The relative resource name of the metastore that is being federated.
The formats of the relative resource names for the currently supported
metastores are listed below:
The relative resource name of the metastore that is being federated.
The formats of the relative resource names for the currently supported
metastores are listed below:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface BackendMetastoreOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.metastore.v1.BackendMetastoreOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.metastore.v1.BackendMetastoreOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.metastore.v1.BackendMetastoreOrBuilder) \n\n public interface BackendMetastoreOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getMetastoreType()\n\n public abstract BackendMetastore.MetastoreType getMetastoreType()\n\nThe type of the backend metastore.\n\n`.google.events.cloud.metastore.v1.BackendMetastore.MetastoreType metastore_type = 2;\n`\n\n### getMetastoreTypeValue()\n\n public abstract int getMetastoreTypeValue()\n\nThe type of the backend metastore.\n\n`.google.events.cloud.metastore.v1.BackendMetastore.MetastoreType metastore_type = 2;\n`\n\n### getName()\n\n public abstract String getName()\n\nThe relative resource name of the metastore that is being federated.\nThe formats of the relative resource names for the currently supported\nmetastores are listed below:\n\n- BigQuery\n - `projects/{project_id}`\n- Dataproc Metastore\n - `projects/{project_id}/locations/{location}/services/{service_id}`\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nThe relative resource name of the metastore that is being federated.\nThe formats of the relative resource names for the currently supported\nmetastores are listed below:\n\n- BigQuery\n - `projects/{project_id}`\n- Dataproc Metastore\n - `projects/{project_id}/locations/{location}/services/{service_id}`\n\n`string name = 1;`"]]