public final class InstantiateInlineWorkflowTemplateRequest extends com.google.protobuf.GeneratedMessageV3 implements InstantiateInlineWorkflowTemplateRequestOrBuilder
A request to instantiate an inline workflow template.Protobuf type
google.cloud.dataproc.v1.InstantiateInlineWorkflowTemplateRequest| Modifier and Type | Class and Description |
|---|---|
static class |
InstantiateInlineWorkflowTemplateRequest.Builder
A request to instantiate an inline workflow template.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
PARENT_FIELD_NUMBER |
static int |
REQUEST_ID_FIELD_NUMBER |
static int |
TEMPLATE_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PARENT_FIELD_NUMBER
public static final int TEMPLATE_FIELD_NUMBER
public static final int REQUEST_ID_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 getParent()
Required. The "resource name" of the workflow template region, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}`
string parent = 1;getParent in interface InstantiateInlineWorkflowTemplateRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The "resource name" of the workflow template region, as described
in https://cloud.google.com/apis/design/resource_names of the form
`projects/{project_id}/regions/{region}`
string parent = 1;getParentBytes in interface InstantiateInlineWorkflowTemplateRequestOrBuilderpublic boolean hasTemplate()
Required. The workflow template to instantiate.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2;hasTemplate in interface InstantiateInlineWorkflowTemplateRequestOrBuilderpublic WorkflowTemplate getTemplate()
Required. The workflow template to instantiate.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2;getTemplate in interface InstantiateInlineWorkflowTemplateRequestOrBuilderpublic WorkflowTemplateOrBuilder getTemplateOrBuilder()
Required. The workflow template to instantiate.
.google.cloud.dataproc.v1.WorkflowTemplate template = 2;getTemplateOrBuilder in interface InstantiateInlineWorkflowTemplateRequestOrBuilderpublic String getRequestId()
Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries. It is recommended to always set this value to a [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier). The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;getRequestId in interface InstantiateInlineWorkflowTemplateRequestOrBuilderpublic com.google.protobuf.ByteString getRequestIdBytes()
Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries. It is recommended to always set this value to a [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier). The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string request_id = 3;getRequestIdBytes in interface InstantiateInlineWorkflowTemplateRequestOrBuilderpublic 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 InstantiateInlineWorkflowTemplateRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static InstantiateInlineWorkflowTemplateRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic InstantiateInlineWorkflowTemplateRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static InstantiateInlineWorkflowTemplateRequest.Builder newBuilder()
public static InstantiateInlineWorkflowTemplateRequest.Builder newBuilder(InstantiateInlineWorkflowTemplateRequest prototype)
public InstantiateInlineWorkflowTemplateRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected InstantiateInlineWorkflowTemplateRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static InstantiateInlineWorkflowTemplateRequest getDefaultInstance()
public static com.google.protobuf.Parser<InstantiateInlineWorkflowTemplateRequest> parser()
public com.google.protobuf.Parser<InstantiateInlineWorkflowTemplateRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public InstantiateInlineWorkflowTemplateRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.