public final class Operation extends GeneratedMessageV3 implements OperationOrBuilder
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OperationImplements
OperationOrBuilderStatic Fields
DONE_FIELD_NUMBER
public static final int DONE_FIELD_NUMBER
Type | Description |
int |
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Type | Description |
int |
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
RESPONSE_FIELD_NUMBER
public static final int RESPONSE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Operation getDefaultInstance()
Type | Description |
Operation |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Operation.Builder newBuilder()
Type | Description |
Builder |
newBuilder(Operation arg0)
public static Operation.Builder newBuilder(Operation arg0)
Name | Description |
arg0 | Operation |
Type | Description |
Builder |
parseDelimitedFrom(InputStream arg0)
public static Operation parseDelimitedFrom(InputStream arg0)
Name | Description |
arg0 | InputStream |
Type | Description |
Operation |
Type | Description |
IOException |
parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
public static Operation parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | InputStream |
arg1 | ExtensionRegistryLite |
Type | Description |
Operation |
Type | Description |
IOException |
parseFrom(byte[] arg0)
public static Operation parseFrom(byte[] arg0)
Name | Description |
arg0 | byte[] |
Type | Description |
Operation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
public static Operation parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | byte[] |
arg1 | ExtensionRegistryLite |
Type | Description |
Operation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString arg0)
public static Operation parseFrom(ByteString arg0)
Name | Description |
arg0 | ByteString |
Type | Description |
Operation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
public static Operation parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | ByteString |
arg1 | ExtensionRegistryLite |
Type | Description |
Operation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream arg0)
public static Operation parseFrom(CodedInputStream arg0)
Name | Description |
arg0 | CodedInputStream |
Type | Description |
Operation |
Type | Description |
IOException |
parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
public static Operation parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | CodedInputStream |
arg1 | ExtensionRegistryLite |
Type | Description |
Operation |
Type | Description |
IOException |
parseFrom(InputStream arg0)
public static Operation parseFrom(InputStream arg0)
Name | Description |
arg0 | InputStream |
Type | Description |
Operation |
Type | Description |
IOException |
parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
public static Operation parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | InputStream |
arg1 | ExtensionRegistryLite |
Type | Description |
Operation |
Type | Description |
IOException |
parseFrom(ByteBuffer arg0)
public static Operation parseFrom(ByteBuffer arg0)
Name | Description |
arg0 | ByteBuffer |
Type | Description |
Operation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
public static Operation parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Name | Description |
arg0 | ByteBuffer |
arg1 | ExtensionRegistryLite |
Type | Description |
Operation |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Operation> parser()
Type | Description |
Parser<Operation> |
Methods
equals(Object arg0)
public boolean equals(Object arg0)
Name | Description |
arg0 | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Operation getDefaultInstanceForType()
Type | Description |
Operation |
getDone()
public boolean getDone()
Type | Description |
boolean |
getError()
public Status getError()
Type | Description |
com.google.rpc.Status |
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
Type | Description |
com.google.rpc.StatusOrBuilder |
getMetadata()
public Any getMetadata()
Type | Description |
Any |
getMetadataOrBuilder()
public AnyOrBuilder getMetadataOrBuilder()
Type | Description |
AnyOrBuilder |
getName()
public String getName()
Type | Description |
String |
getNameBytes()
public ByteString getNameBytes()
Type | Description |
ByteString |
getParserForType()
public Parser<Operation> getParserForType()
Type | Description |
Parser<Operation> |
getResponse()
public Any getResponse()
Type | Description |
Any |
getResponseOrBuilder()
public AnyOrBuilder getResponseOrBuilder()
Type | Description |
AnyOrBuilder |
getResultCase()
public Operation.ResultCase getResultCase()
Type | Description |
ResultCase |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasError()
public boolean hasError()
Type | Description |
boolean |
hasMetadata()
public boolean hasMetadata()
Type | Description |
boolean |
hasResponse()
public boolean hasResponse()
Type | Description |
boolean |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Operation.Builder newBuilderForType()
Type | Description |
Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
protected Operation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Name | Description |
arg0 | BuilderParent |
Type | Description |
Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Name | Description |
arg0 | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Operation.Builder toBuilder()
Type | Description |
Builder |
writeTo(CodedOutputStream arg0)
public void writeTo(CodedOutputStream arg0)
Name | Description |
arg0 | CodedOutputStream |
Type | Description |
IOException |