public final class OperationMetadata extends GeneratedMessageV3 implements OperationMetadataOrBuilder
Metadata for long running operations.
Protobuf type google.cloud.pubsublite.v1.OperationMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OperationMetadataImplements
OperationMetadataOrBuilderStatic Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Type | Description |
int |
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Type | Description |
int |
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
Type | Description |
int |
VERB_FIELD_NUMBER
public static final int VERB_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static OperationMetadata getDefaultInstance()
Type | Description |
OperationMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static OperationMetadata.Builder newBuilder()
Type | Description |
OperationMetadata.Builder |
newBuilder(OperationMetadata prototype)
public static OperationMetadata.Builder newBuilder(OperationMetadata prototype)
Name | Description |
prototype | OperationMetadata |
Type | Description |
OperationMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static OperationMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
OperationMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OperationMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static OperationMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
OperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static OperationMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
OperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static OperationMetadata parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
OperationMetadata |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OperationMetadata |
Type | Description |
IOException |
parseFrom(InputStream input)
public static OperationMetadata parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
OperationMetadata |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OperationMetadata |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static OperationMetadata parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
OperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
OperationMetadata |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<OperationMetadata> parser()
Type | Description |
Parser<OperationMetadata> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCreateTime()
public Timestamp getCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
Timestamp | The createTime. |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public OperationMetadata getDefaultInstanceForType()
Type | Description |
OperationMetadata |
getEndTime()
public Timestamp getEndTime()
The time the operation finished running. Not set if the operation has not completed.
.google.protobuf.Timestamp end_time = 2;
Type | Description |
Timestamp | The endTime. |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
The time the operation finished running. Not set if the operation has not completed.
.google.protobuf.Timestamp end_time = 2;
Type | Description |
TimestampOrBuilder |
getParserForType()
public Parser<OperationMetadata> getParserForType()
Type | Description |
Parser<OperationMetadata> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTarget()
public String getTarget()
Resource path for the target of the operation. For example, targets of seeks are subscription resources, structured like: projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
string target = 3;
Type | Description |
String | The target. |
getTargetBytes()
public ByteString getTargetBytes()
Resource path for the target of the operation. For example, targets of seeks are subscription resources, structured like: projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
string target = 3;
Type | Description |
ByteString | The bytes for target. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getVerb()
public String getVerb()
Name of the verb executed by the operation.
string verb = 4;
Type | Description |
String | The verb. |
getVerbBytes()
public ByteString getVerbBytes()
Name of the verb executed by the operation.
string verb = 4;
Type | Description |
ByteString | The bytes for verb. |
hasCreateTime()
public boolean hasCreateTime()
The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Type | Description |
boolean | Whether the createTime field is set. |
hasEndTime()
public boolean hasEndTime()
The time the operation finished running. Not set if the operation has not completed.
.google.protobuf.Timestamp end_time = 2;
Type | Description |
boolean | Whether the endTime field is set. |
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 OperationMetadata.Builder newBuilderForType()
Type | Description |
OperationMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
OperationMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public OperationMetadata.Builder toBuilder()
Type | Description |
OperationMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |