public static final class ProvisionApi.ProvisionInfo extends com.google.protobuf.GeneratedMessageV3 implements ProvisionApi.ProvisionInfoOrBuilder
Runtime provisioning information for a SDK harness worker instance, such as pipeline options, resource constraints and other job metadataProtobuf type
org.apache.beam.fn.v1.ProvisionInfo| Modifier and Type | Class and Description |
|---|---|
static class |
ProvisionApi.ProvisionInfo.Builder
Runtime provisioning information for a SDK harness worker instance,
such as pipeline options, resource constraints and other job metadata
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
JOB_ID_FIELD_NUMBER |
static int |
JOB_NAME_FIELD_NUMBER |
static int |
PIPELINE_OPTIONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ProvisionApi.ProvisionInfo |
getDefaultInstance() |
ProvisionApi.ProvisionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getJobId()
(required) The job ID.
|
com.google.protobuf.ByteString |
getJobIdBytes()
(required) The job ID.
|
String |
getJobName()
(required) The job name.
|
com.google.protobuf.ByteString |
getJobNameBytes()
(required) The job name.
|
com.google.protobuf.Parser<ProvisionApi.ProvisionInfo> |
getParserForType() |
com.google.protobuf.Struct |
getPipelineOptions()
(required) Pipeline options.
|
com.google.protobuf.StructOrBuilder |
getPipelineOptionsOrBuilder()
(required) Pipeline options.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasPipelineOptions()
(required) Pipeline options.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProvisionApi.ProvisionInfo.Builder |
newBuilder() |
static ProvisionApi.ProvisionInfo.Builder |
newBuilder(ProvisionApi.ProvisionInfo prototype) |
ProvisionApi.ProvisionInfo.Builder |
newBuilderForType() |
protected ProvisionApi.ProvisionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ProvisionApi.ProvisionInfo |
parseDelimitedFrom(InputStream input) |
static ProvisionApi.ProvisionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProvisionApi.ProvisionInfo |
parseFrom(byte[] data) |
static ProvisionApi.ProvisionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProvisionApi.ProvisionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static ProvisionApi.ProvisionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProvisionApi.ProvisionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProvisionApi.ProvisionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProvisionApi.ProvisionInfo |
parseFrom(InputStream input) |
static ProvisionApi.ProvisionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ProvisionApi.ProvisionInfo> |
parser() |
ProvisionApi.ProvisionInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int JOB_ID_FIELD_NUMBER
public static final int JOB_NAME_FIELD_NUMBER
public static final int PIPELINE_OPTIONS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getJobId()
(required) The job ID.
string job_id = 1;getJobId in interface ProvisionApi.ProvisionInfoOrBuilderpublic com.google.protobuf.ByteString getJobIdBytes()
(required) The job ID.
string job_id = 1;getJobIdBytes in interface ProvisionApi.ProvisionInfoOrBuilderpublic String getJobName()
(required) The job name.
string job_name = 2;getJobName in interface ProvisionApi.ProvisionInfoOrBuilderpublic com.google.protobuf.ByteString getJobNameBytes()
(required) The job name.
string job_name = 2;getJobNameBytes in interface ProvisionApi.ProvisionInfoOrBuilderpublic boolean hasPipelineOptions()
(required) Pipeline options. For non-template jobs, the options are identical to what is passed to job submission.
.google.protobuf.Struct pipeline_options = 3;hasPipelineOptions in interface ProvisionApi.ProvisionInfoOrBuilderpublic com.google.protobuf.Struct getPipelineOptions()
(required) Pipeline options. For non-template jobs, the options are identical to what is passed to job submission.
.google.protobuf.Struct pipeline_options = 3;getPipelineOptions in interface ProvisionApi.ProvisionInfoOrBuilderpublic com.google.protobuf.StructOrBuilder getPipelineOptionsOrBuilder()
(required) Pipeline options. For non-template jobs, the options are identical to what is passed to job submission.
.google.protobuf.Struct pipeline_options = 3;getPipelineOptionsOrBuilder in interface ProvisionApi.ProvisionInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ProvisionApi.ProvisionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProvisionApi.ProvisionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProvisionApi.ProvisionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProvisionApi.ProvisionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProvisionApi.ProvisionInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProvisionApi.ProvisionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProvisionApi.ProvisionInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProvisionApi.ProvisionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProvisionApi.ProvisionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProvisionApi.ProvisionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProvisionApi.ProvisionInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProvisionApi.ProvisionInfo.Builder newBuilder()
public static ProvisionApi.ProvisionInfo.Builder newBuilder(ProvisionApi.ProvisionInfo prototype)
public ProvisionApi.ProvisionInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProvisionApi.ProvisionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProvisionApi.ProvisionInfo getDefaultInstance()
public static com.google.protobuf.Parser<ProvisionApi.ProvisionInfo> parser()
public com.google.protobuf.Parser<ProvisionApi.ProvisionInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ProvisionApi.ProvisionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.