Send feedback
Class OperationMetadataV1 (2.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.0 keyboard_arrow_down
public final class OperationMetadataV1 extends GeneratedMessageV3 implements OperationMetadataV1OrBuilder
Metadata for the given google.longrunning.Operation .
Protobuf type google.appengine.v1.OperationMetadataV1
Static Fields
public static final int CREATE_VERSION_METADATA_FIELD_NUMBER
Field Value
public static final int END_TIME_FIELD_NUMBER
Field Value
public static final int EPHEMERAL_MESSAGE_FIELD_NUMBER
Field Value
public static final int INSERT_TIME_FIELD_NUMBER
Field Value
public static final int METHOD_FIELD_NUMBER
Field Value
public static final int TARGET_FIELD_NUMBER
Field Value
public static final int USER_FIELD_NUMBER
Field Value
public static final int WARNING_FIELD_NUMBER
Field Value
Static Methods
public static OperationMetadataV1 getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static OperationMetadataV1 . Builder newBuilder ()
Returns
public static OperationMetadataV1 . Builder newBuilder ( OperationMetadataV1 prototype )
Parameter
Returns
public static OperationMetadataV1 parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static OperationMetadataV1 parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static OperationMetadataV1 parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<OperationMetadataV1> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public CreateVersionMetadataV1 getCreateVersionMetadata ()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
Returns
public CreateVersionMetadataV1OrBuilder getCreateVersionMetadataOrBuilder ()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
Returns
public OperationMetadataV1 getDefaultInstanceForType ()
Returns
public Timestamp getEndTime ()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
Returns
public TimestampOrBuilder getEndTimeOrBuilder ()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
Returns
public String getEphemeralMessage ()
Ephemeral message that may change every time the operation is polled.
@OutputOnly
string ephemeral_message = 6;
Returns
Type Description String The ephemeralMessage.
public ByteString getEphemeralMessageBytes ()
Ephemeral message that may change every time the operation is polled.
@OutputOnly
string ephemeral_message = 6;
Returns
Type Description ByteString The bytes for ephemeralMessage.
public Timestamp getInsertTime ()
Time that this operation was created.
@OutputOnly
.google.protobuf.Timestamp insert_time = 2;
Returns
public TimestampOrBuilder getInsertTimeOrBuilder ()
Time that this operation was created.
@OutputOnly
.google.protobuf.Timestamp insert_time = 2;
Returns
public String getMethod ()
API method that initiated this operation. Example:
google.appengine.v1.Versions.CreateVersion
.
@OutputOnly
string method = 1;
Returns
Type Description String The method.
public ByteString getMethodBytes ()
API method that initiated this operation. Example:
google.appengine.v1.Versions.CreateVersion
.
@OutputOnly
string method = 1;
Returns
public OperationMetadataV1 . MethodMetadataCase getMethodMetadataCase ()
Returns
public Parser<OperationMetadataV1> getParserForType ()
Returns
Overrides
public int getSerializedSize ()
Returns
Overrides
public String getTarget ()
Name of the resource that this operation is acting on. Example:
apps/myapp/services/default
.
@OutputOnly
string target = 5;
Returns
Type Description String The target.
public ByteString getTargetBytes ()
Name of the resource that this operation is acting on. Example:
apps/myapp/services/default
.
@OutputOnly
string target = 5;
Returns
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
User who requested this operation.
@OutputOnly
string user = 4;
Returns
Type Description String The user.
public ByteString getUserBytes ()
User who requested this operation.
@OutputOnly
string user = 4;
Returns
public String getWarning ( int index )
Durable messages that persist on every operation poll.
@OutputOnly
repeated string warning = 7;
Parameter
Name Description index int
The index of the element to return.
Returns
Type Description String The warning at the given index.
public ByteString getWarningBytes ( int index )
Durable messages that persist on every operation poll.
@OutputOnly
repeated string warning = 7;
Parameter
Name Description index int
The index of the value to return.
Returns
Type Description ByteString The bytes of the warning at the given index.
public int getWarningCount ()
Durable messages that persist on every operation poll.
@OutputOnly
repeated string warning = 7;
Returns
Type Description int The count of warning.
public ProtocolStringList getWarningList ()
Durable messages that persist on every operation poll.
@OutputOnly
repeated string warning = 7;
Returns
public boolean hasCreateVersionMetadata ()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
Returns
Type Description boolean Whether the createVersionMetadata field is set.
public boolean hasEndTime ()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
Returns
Type Description boolean Whether the endTime field is set.
public boolean hasInsertTime ()
Time that this operation was created.
@OutputOnly
.google.protobuf.Timestamp insert_time = 2;
Returns
Type Description boolean Whether the insertTime field is set.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public OperationMetadataV1 . Builder newBuilderForType ()
Returns
protected OperationMetadataV1 . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public OperationMetadataV1 . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]