publicfinalclass OperationMetadataV1extendsGeneratedMessageV3implementsOperationMetadataV1OrBuilder
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
publicstaticfinalintCREATE_VERSION_METADATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintEND_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintEPHEMERAL_MESSAGE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintINSERT_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintMETHOD_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintTARGET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintUSER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintWARNING_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticOperationMetadataV1getDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticOperationMetadataV1.BuildernewBuilder()
publicstaticOperationMetadataV1.BuildernewBuilder(OperationMetadataV1prototype)
publicstaticOperationMetadataV1parseDelimitedFrom(InputStreaminput)
publicstaticOperationMetadataV1parseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticOperationMetadataV1parseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(ByteStringdata)
publicstaticOperationMetadataV1parseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(CodedInputStreaminput)
publicstaticOperationMetadataV1parseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(InputStreaminput)
publicstaticOperationMetadataV1parseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(ByteBufferdata)
publicstaticOperationMetadataV1parseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<OperationMetadataV1>parser()
Methods
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
publicCreateVersionMetadataV1getCreateVersionMetadata()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
publicCreateVersionMetadataV1OrBuildergetCreateVersionMetadataOrBuilder()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
publicOperationMetadataV1getDefaultInstanceForType()
publicTimestampgetEndTime()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
| Returns |
| Type |
Description |
Timestamp |
The endTime.
|
publicTimestampOrBuildergetEndTimeOrBuilder()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
publicStringgetEphemeralMessage()
Ephemeral message that may change every time the operation is polled.
@OutputOnly
string ephemeral_message = 6;
| Returns |
| Type |
Description |
String |
The ephemeralMessage.
|
publicByteStringgetEphemeralMessageBytes()
Ephemeral message that may change every time the operation is polled.
@OutputOnly
string ephemeral_message = 6;
| Returns |
| Type |
Description |
ByteString |
The bytes for ephemeralMessage.
|
publicTimestampgetInsertTime()
Time that this operation was created.
@OutputOnly
.google.protobuf.Timestamp insert_time = 2;
| Returns |
| Type |
Description |
Timestamp |
The insertTime.
|
publicTimestampOrBuildergetInsertTimeOrBuilder()
Time that this operation was created.
@OutputOnly
.google.protobuf.Timestamp insert_time = 2;
API method that initiated this operation. Example:
google.appengine.v1.Versions.CreateVersion.
@OutputOnly
string method = 1;
| Returns |
| Type |
Description |
String |
The method.
|
publicByteStringgetMethodBytes()
API method that initiated this operation. Example:
google.appengine.v1.Versions.CreateVersion.
@OutputOnly
string method = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for method.
|
publicOperationMetadataV1.MethodMetadataCasegetMethodMetadataCase()
publicParser<OperationMetadataV1>getParserForType()
Overrides
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
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.
|
publicByteStringgetTargetBytes()
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.
|
publicByteStringgetUserBytes()
User who requested this operation.
@OutputOnly
string user = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for user.
|
publicStringgetWarning(intindex)
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.
|
publicByteStringgetWarningBytes(intindex)
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.
|
publicintgetWarningCount()
Durable messages that persist on every operation poll.
@OutputOnly
repeated string warning = 7;
| Returns |
| Type |
Description |
int |
The count of warning.
|
publicProtocolStringListgetWarningList()
Durable messages that persist on every operation poll.
@OutputOnly
repeated string warning = 7;
publicbooleanhasCreateVersionMetadata()
.google.appengine.v1.CreateVersionMetadataV1 create_version_metadata = 8;
| Returns |
| Type |
Description |
boolean |
Whether the createVersionMetadata field is set.
|
publicbooleanhasEndTime()
Time that this operation completed.
@OutputOnly
.google.protobuf.Timestamp end_time = 3;
| Returns |
| Type |
Description |
boolean |
Whether the endTime field is set.
|
publicbooleanhasInsertTime()
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
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicOperationMetadataV1.BuildernewBuilderForType()
protectedOperationMetadataV1.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicOperationMetadataV1.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides