public final class OperationMetadataV1 extends GeneratedMessageV3 implements OperationMetadataV1OrBuilder
Metadata for the given google.longrunning.Operation.
Protobuf type google.appengine.v1.OperationMetadataV1
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CREATE_VERSION_METADATA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int END_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int EPHEMERAL_MESSAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int INSERT_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int METHOD_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TARGET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int USER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int WARNING_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static OperationMetadataV1 getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static OperationMetadataV1.Builder newBuilder()
public static OperationMetadataV1.Builder newBuilder(OperationMetadataV1 prototype)
public static OperationMetadataV1 parseDelimitedFrom(InputStream input)
public static OperationMetadataV1 parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadataV1 parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static OperationMetadataV1 parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadataV1 parseFrom(ByteString data)
public static OperationMetadataV1 parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadataV1 parseFrom(CodedInputStream input)
public static OperationMetadataV1 parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadataV1 parseFrom(InputStream input)
public static OperationMetadataV1 parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadataV1 parseFrom(ByteBuffer data)
public static OperationMetadataV1 parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<OperationMetadataV1> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public CreateVersionMetadataV1 getCreateVersionMetadata()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
public CreateVersionMetadataV1OrBuilder getCreateVersionMetadataOrBuilder()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
public OperationMetadataV1 getDefaultInstanceForType()
public Timestamp getEndTime()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
public TimestampOrBuilder getEndTimeOrBuilder()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
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 |
---|
Type | Description |
Timestamp | The insertTime.
|
public TimestampOrBuilder getInsertTimeOrBuilder()
Time that this operation was created.
@OutputOnly
.google.protobuf.Timestamp insert_time = 2;
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 |
---|
Type | Description |
ByteString | The bytes for method.
|
public OperationMetadataV1.MethodMetadataCase getMethodMetadataCase()
public Parser<OperationMetadataV1> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 |
---|
Type | Description |
ByteString | The bytes for target.
|
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 |
---|
Type | Description |
ByteString | The bytes for user.
|
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;
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 |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public OperationMetadataV1.Builder newBuilderForType()
protected OperationMetadataV1.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public OperationMetadataV1.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides