public final class DeleteGlossaryMetadata extends GeneratedMessageV3 implements DeleteGlossaryMetadataOrBuilder
Stored in the google.longrunning.Operation.metadata field returned by DeleteGlossary.
Protobuf type google.cloud.translation.v3.DeleteGlossaryMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteGlossaryMetadataImplements
DeleteGlossaryMetadataOrBuilderStatic Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Type | Description |
int |
SUBMIT_TIME_FIELD_NUMBER
public static final int SUBMIT_TIME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DeleteGlossaryMetadata getDefaultInstance()
Type | Description |
DeleteGlossaryMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DeleteGlossaryMetadata.Builder newBuilder()
Type | Description |
DeleteGlossaryMetadata.Builder |
newBuilder(DeleteGlossaryMetadata prototype)
public static DeleteGlossaryMetadata.Builder newBuilder(DeleteGlossaryMetadata prototype)
Name | Description |
prototype | DeleteGlossaryMetadata |
Type | Description |
DeleteGlossaryMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static DeleteGlossaryMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteGlossaryMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteGlossaryMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteGlossaryMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DeleteGlossaryMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DeleteGlossaryMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteGlossaryMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteGlossaryMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DeleteGlossaryMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DeleteGlossaryMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteGlossaryMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteGlossaryMetadata |
Type | Description |
|