Class MetadataManagementActivity (2.42.0)

public final class MetadataManagementActivity extends GeneratedMessageV3 implements MetadataManagementActivityOrBuilder

The metadata management activities of the metastore service.

Protobuf type google.cloud.metastore.v1.MetadataManagementActivity

Static Fields

METADATA_EXPORTS_FIELD_NUMBER

public static final int METADATA_EXPORTS_FIELD_NUMBER
Field Value
TypeDescription
int

RESTORES_FIELD_NUMBER

public static final int RESTORES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MetadataManagementActivity getDefaultInstance()
Returns
TypeDescription
MetadataManagementActivity

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MetadataManagementActivity.Builder newBuilder()
Returns
TypeDescription
MetadataManagementActivity.Builder

newBuilder(MetadataManagementActivity prototype)

public static MetadataManagementActivity.Builder newBuilder(MetadataManagementActivity prototype)
Parameter
NameDescription
prototypeMetadataManagementActivity
Returns
TypeDescription
MetadataManagementActivity.Builder

parseDelimitedFrom(InputStream input)

public static MetadataManagementActivity parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MetadataManagementActivity parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MetadataManagementActivity parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MetadataManagementActivity parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MetadataManagementActivity parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MetadataManagementActivity parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MetadataManagementActivity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetadataManagementActivity
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MetadataManagementActivity> parser()
Returns
TypeDescription
Parser<MetadataManagementActivity>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public MetadataManagementActivity getDefaultInstanceForType()
Returns
TypeDescription
MetadataManagementActivity

getMetadataExports(int index)

public MetadataExport getMetadataExports(int index)

Output only. The latest metadata exports of the metastore service.

repeated .google.cloud.metastore.v1.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataExport

getMetadataExportsCount()

public int getMetadataExportsCount()

Output only. The latest metadata exports of the metastore service.

repeated .google.cloud.metastore.v1.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getMetadataExportsList()

public List<MetadataExport> getMetadataExportsList()

Output only. The latest metadata exports of the metastore service.

repeated .google.cloud.metastore.v1.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<MetadataExport>

getMetadataExportsOrBuilder(int index)

public MetadataExportOrBuilder getMetadataExportsOrBuilder(int index)

Output only. The latest metadata exports of the metastore service.

repeated .google.cloud.metastore.v1.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
MetadataExportOrBuilder

getMetadataExportsOrBuilderList()

public List<? extends MetadataExportOrBuilder> getMetadataExportsOrBuilderList()

Output only. The latest metadata exports of the metastore service.

repeated .google.cloud.metastore.v1.MetadataExport metadata_exports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.metastore.v1.MetadataExportOrBuilder>

getParserForType()

public Parser<MetadataManagementActivity> getParserForType()
Returns
TypeDescription
Parser<MetadataManagementActivity>
Overrides

getRestores(int index)

public Restore getRestores(int index)

Output only. The latest restores of the metastore service.

repeated .google.cloud.metastore.v1.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Restore

getRestoresCount()

public int getRestoresCount()

Output only. The latest restores of the metastore service.

repeated .google.cloud.metastore.v1.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getRestoresList()

public List<Restore> getRestoresList()

Output only. The latest restores of the metastore service.

repeated .google.cloud.metastore.v1.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Restore>

getRestoresOrBuilder(int index)

public RestoreOrBuilder getRestoresOrBuilder(int index)

Output only. The latest restores of the metastore service.

repeated .google.cloud.metastore.v1.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
RestoreOrBuilder

getRestoresOrBuilderList()

public List<? extends RestoreOrBuilder> getRestoresOrBuilderList()

Output only. The latest restores of the metastore service.

repeated .google.cloud.metastore.v1.Restore restores = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.metastore.v1.RestoreOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MetadataManagementActivity.Builder newBuilderForType()
Returns
TypeDescription
MetadataManagementActivity.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MetadataManagementActivity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MetadataManagementActivity.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MetadataManagementActivity.Builder toBuilder()
Returns
TypeDescription
MetadataManagementActivity.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException