Class MetadataManagementActivity (2.43.0)

public final class MetadataManagementActivity extends GeneratedMessageV3 implements MetadataManagementActivityOrBuilder

The metadata management activities of the metastore service.

Protobuf type google.cloud.metastore.v1alpha.MetadataManagementActivity

Static Fields

METADATA_EXPORTS_FIELD_NUMBER

public static final int METADATA_EXPORTS_FIELD_NUMBER
Field Value
Type Description
int

RESTORES_FIELD_NUMBER

public static final int RESTORES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MetadataManagementActivity getDefaultInstance()
Returns
Type Description
MetadataManagementActivity

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static MetadataManagementActivity.Builder newBuilder()
Returns
Type Description
MetadataManagementActivity.Builder

newBuilder(MetadataManagementActivity prototype)

public static MetadataManagementActivity.Builder newBuilder(MetadataManagementActivity prototype)
Parameter
Name Description
prototype MetadataManagementActivity
Returns
Type Description
MetadataManagementActivity.Builder

parseDelimitedFrom(InputStream input)

public static MetadataManagementActivity parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static MetadataManagementActivity parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MetadataManagementActivity parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MetadataManagementActivity parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static MetadataManagementActivity parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static MetadataManagementActivity parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetadataManagementActivity
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<MetadataManagementActivity> parser()
Returns
Type Description
Parser<MetadataManagementActivity>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public MetadataManagementActivity getDefaultInstanceForType()
Returns
Type Description
MetadataManagementActivity

getMetadataExports(int index)

public 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 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 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 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 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>

getParserForType()

public Parser<MetadataManagementActivity> getParserForType()
Returns
Type Description
Parser<MetadataManagementActivity>
Overrides

getRestores(int index)

public 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 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 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 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 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>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public MetadataManagementActivity.Builder newBuilderForType()
Returns
Type Description
MetadataManagementActivity.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MetadataManagementActivity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
MetadataManagementActivity.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public MetadataManagementActivity.Builder toBuilder()
Returns
Type Description
MetadataManagementActivity.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException