public interface MetadataManagementActivityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetadataExports(int index)
public abstract MetadataExport getMetadataExports(int index)Output only. The latest metadata exports of the metastore service.
repeated .google.cloud.metastore.v1alpha.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataExport |
|
getMetadataExportsCount()
public abstract int getMetadataExportsCount()Output only. The latest metadata exports of the metastore service.
repeated .google.cloud.metastore.v1alpha.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetadataExportsList()
public abstract List<MetadataExport> getMetadataExportsList()Output only. The latest metadata exports of the metastore service.
repeated .google.cloud.metastore.v1alpha.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<MetadataExport> |
|
getMetadataExportsOrBuilder(int index)
public abstract MetadataExportOrBuilder getMetadataExportsOrBuilder(int index)Output only. The latest metadata exports of the metastore service.
repeated .google.cloud.metastore.v1alpha.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataExportOrBuilder |
|
getMetadataExportsOrBuilderList()
public abstract List<? extends MetadataExportOrBuilder> getMetadataExportsOrBuilderList()Output only. The latest metadata exports of the metastore service.
repeated .google.cloud.metastore.v1alpha.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.metastore.v1alpha.MetadataExportOrBuilder> |
|
getRestores(int index)
public abstract Restore getRestores(int index)Output only. The latest restores of the metastore service.
repeated .google.cloud.metastore.v1alpha.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Restore |
|
getRestoresCount()
public abstract int getRestoresCount()Output only. The latest restores of the metastore service.
repeated .google.cloud.metastore.v1alpha.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRestoresList()
public abstract List<Restore> getRestoresList()Output only. The latest restores of the metastore service.
repeated .google.cloud.metastore.v1alpha.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Restore> |
|
getRestoresOrBuilder(int index)
public abstract RestoreOrBuilder getRestoresOrBuilder(int index)Output only. The latest restores of the metastore service.
repeated .google.cloud.metastore.v1alpha.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RestoreOrBuilder |
|
getRestoresOrBuilderList()
public abstract List<? extends RestoreOrBuilder> getRestoresOrBuilderList()Output only. The latest restores of the metastore service.
repeated .google.cloud.metastore.v1alpha.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.metastore.v1alpha.RestoreOrBuilder> |
|