Class BatchJob.BatchJobMetadata
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.ads.googleads.v10.resources.BatchJob.BatchJobMetadata
-
- All Implemented Interfaces:
BatchJob.BatchJobMetadataOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
- Enclosing class:
- BatchJob
public static final class BatchJob.BatchJobMetadata extends com.google.protobuf.GeneratedMessageV3 implements BatchJob.BatchJobMetadataOrBuilder
Additional information about the batch job. This message is also used as metadata returned in batch job Long Running Operations.
Protobuf typegoogle.ads.googleads.v10.resources.BatchJob.BatchJobMetadata- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchJob.BatchJobMetadata.BuilderAdditional information about the batch job.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPLETION_DATE_TIME_FIELD_NUMBERstatic intCREATION_DATE_TIME_FIELD_NUMBERstatic intESTIMATED_COMPLETION_RATIO_FIELD_NUMBERstatic intEXECUTED_OPERATION_COUNT_FIELD_NUMBERstatic intOPERATION_COUNT_FIELD_NUMBERstatic intSTART_DATE_TIME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetCompletionDateTime()Output only.com.google.protobuf.ByteStringgetCompletionDateTimeBytes()Output only.java.lang.StringgetCreationDateTime()Output only.com.google.protobuf.ByteStringgetCreationDateTimeBytes()Output only.static BatchJob.BatchJobMetadatagetDefaultInstance()BatchJob.BatchJobMetadatagetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()doublegetEstimatedCompletionRatio()Output only.longgetExecutedOperationCount()Output only.longgetOperationCount()Output only.com.google.protobuf.Parser<BatchJob.BatchJobMetadata>getParserForType()intgetSerializedSize()java.lang.StringgetStartDateTime()Output only.com.google.protobuf.ByteStringgetStartDateTimeBytes()Output only.com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasCompletionDateTime()Output only.booleanhasCreationDateTime()Output only.booleanhasEstimatedCompletionRatio()Output only.booleanhasExecutedOperationCount()Output only.inthashCode()booleanhasOperationCount()Output only.booleanhasStartDateTime()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static BatchJob.BatchJobMetadata.BuildernewBuilder()static BatchJob.BatchJobMetadata.BuildernewBuilder(BatchJob.BatchJobMetadata prototype)BatchJob.BatchJobMetadata.BuildernewBuilderForType()protected BatchJob.BatchJobMetadata.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static BatchJob.BatchJobMetadataparseDelimitedFrom(java.io.InputStream input)static BatchJob.BatchJobMetadataparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchJob.BatchJobMetadataparseFrom(byte[] data)static BatchJob.BatchJobMetadataparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchJob.BatchJobMetadataparseFrom(com.google.protobuf.ByteString data)static BatchJob.BatchJobMetadataparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchJob.BatchJobMetadataparseFrom(com.google.protobuf.CodedInputStream input)static BatchJob.BatchJobMetadataparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchJob.BatchJobMetadataparseFrom(java.io.InputStream input)static BatchJob.BatchJobMetadataparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchJob.BatchJobMetadataparseFrom(java.nio.ByteBuffer data)static BatchJob.BatchJobMetadataparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BatchJob.BatchJobMetadata>parser()BatchJob.BatchJobMetadata.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CREATION_DATE_TIME_FIELD_NUMBER
public static final int CREATION_DATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_DATE_TIME_FIELD_NUMBER
public static final int START_DATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMPLETION_DATE_TIME_FIELD_NUMBER
public static final int COMPLETION_DATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ESTIMATED_COMPLETION_RATIO_FIELD_NUMBER
public static final int ESTIMATED_COMPLETION_RATIO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATION_COUNT_FIELD_NUMBER
public static final int OPERATION_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXECUTED_OPERATION_COUNT_FIELD_NUMBER
public static final int EXECUTED_OPERATION_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasCreationDateTime
public boolean hasCreationDateTime()
Output only. The time when this batch job was created. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:00"
optional string creation_date_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCreationDateTimein interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- Whether the creationDateTime field is set.
-
getCreationDateTime
public java.lang.String getCreationDateTime()
Output only. The time when this batch job was created. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:00"
optional string creation_date_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreationDateTimein interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The creationDateTime.
-
getCreationDateTimeBytes
public com.google.protobuf.ByteString getCreationDateTimeBytes()
Output only. The time when this batch job was created. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:00"
optional string creation_date_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCreationDateTimeBytesin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The bytes for creationDateTime.
-
hasStartDateTime
public boolean hasStartDateTime()
Output only. The time when this batch job started running. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:30"
optional string start_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasStartDateTimein interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- Whether the startDateTime field is set.
-
getStartDateTime
public java.lang.String getStartDateTime()
Output only. The time when this batch job started running. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:30"
optional string start_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStartDateTimein interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The startDateTime.
-
getStartDateTimeBytes
public com.google.protobuf.ByteString getStartDateTimeBytes()
Output only. The time when this batch job started running. Formatted as yyyy-mm-dd hh:mm:ss. Example: "2018-03-05 09:15:30"
optional string start_date_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStartDateTimeBytesin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The bytes for startDateTime.
-
hasCompletionDateTime
public boolean hasCompletionDateTime()
Output only. The time when this batch job was completed. Formatted as yyyy-MM-dd HH:mm:ss. Example: "2018-03-05 09:16:00"
optional string completion_date_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCompletionDateTimein interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- Whether the completionDateTime field is set.
-
getCompletionDateTime
public java.lang.String getCompletionDateTime()
Output only. The time when this batch job was completed. Formatted as yyyy-MM-dd HH:mm:ss. Example: "2018-03-05 09:16:00"
optional string completion_date_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCompletionDateTimein interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The completionDateTime.
-
getCompletionDateTimeBytes
public com.google.protobuf.ByteString getCompletionDateTimeBytes()
Output only. The time when this batch job was completed. Formatted as yyyy-MM-dd HH:mm:ss. Example: "2018-03-05 09:16:00"
optional string completion_date_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCompletionDateTimeBytesin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The bytes for completionDateTime.
-
hasEstimatedCompletionRatio
public boolean hasEstimatedCompletionRatio()
Output only. The fraction (between 0.0 and 1.0) of mutates that have been processed. This is empty if the job hasn't started running yet.
optional double estimated_completion_ratio = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasEstimatedCompletionRatioin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- Whether the estimatedCompletionRatio field is set.
-
getEstimatedCompletionRatio
public double getEstimatedCompletionRatio()
Output only. The fraction (between 0.0 and 1.0) of mutates that have been processed. This is empty if the job hasn't started running yet.
optional double estimated_completion_ratio = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEstimatedCompletionRatioin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The estimatedCompletionRatio.
-
hasOperationCount
public boolean hasOperationCount()
Output only. The number of mutate operations in the batch job.
optional int64 operation_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasOperationCountin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- Whether the operationCount field is set.
-
getOperationCount
public long getOperationCount()
Output only. The number of mutate operations in the batch job.
optional int64 operation_count = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getOperationCountin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The operationCount.
-
hasExecutedOperationCount
public boolean hasExecutedOperationCount()
Output only. The number of mutate operations executed by the batch job. Present only if the job has started running.
optional int64 executed_operation_count = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasExecutedOperationCountin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- Whether the executedOperationCount field is set.
-
getExecutedOperationCount
public long getExecutedOperationCount()
Output only. The number of mutate operations executed by the batch job. Present only if the job has started running.
optional int64 executed_operation_count = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getExecutedOperationCountin interfaceBatchJob.BatchJobMetadataOrBuilder- Returns:
- The executedOperationCount.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BatchJob.BatchJobMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BatchJob.BatchJobMetadata parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BatchJob.BatchJobMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BatchJob.BatchJobMetadata.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BatchJob.BatchJobMetadata.Builder newBuilder()
-
newBuilder
public static BatchJob.BatchJobMetadata.Builder newBuilder(BatchJob.BatchJobMetadata prototype)
-
toBuilder
public BatchJob.BatchJobMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BatchJob.BatchJobMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BatchJob.BatchJobMetadata getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BatchJob.BatchJobMetadata> parser()
-
getParserForType
public com.google.protobuf.Parser<BatchJob.BatchJobMetadata> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BatchJob.BatchJobMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-