public static final class ListWorkflowTemplatesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder> implements ListWorkflowTemplatesResponseOrBuilder
A response to a request to list workflow templates in a project.Protobuf type
google.cloud.dataproc.v1.ListWorkflowTemplatesResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListWorkflowTemplatesResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListWorkflowTemplatesResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListWorkflowTemplatesResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder mergeFrom(ListWorkflowTemplatesResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public ListWorkflowTemplatesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListWorkflowTemplatesResponse.Builder>IOExceptionpublic List<WorkflowTemplate> getTemplatesList()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTemplatesList in interface ListWorkflowTemplatesResponseOrBuilderpublic int getTemplatesCount()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTemplatesCount in interface ListWorkflowTemplatesResponseOrBuilderpublic WorkflowTemplate getTemplates(int index)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTemplates in interface ListWorkflowTemplatesResponseOrBuilderpublic ListWorkflowTemplatesResponse.Builder setTemplates(int index, WorkflowTemplate value)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder setTemplates(int index, WorkflowTemplate.Builder builderForValue)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder addTemplates(WorkflowTemplate value)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder addTemplates(int index, WorkflowTemplate value)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder addTemplates(WorkflowTemplate.Builder builderForValue)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder addTemplates(int index, WorkflowTemplate.Builder builderForValue)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder addAllTemplates(Iterable<? extends WorkflowTemplate> values)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder clearTemplates()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ListWorkflowTemplatesResponse.Builder removeTemplates(int index)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowTemplate.Builder getTemplatesBuilder(int index)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowTemplateOrBuilder getTemplatesOrBuilder(int index)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTemplatesOrBuilder in interface ListWorkflowTemplatesResponseOrBuilderpublic List<? extends WorkflowTemplateOrBuilder> getTemplatesOrBuilderList()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTemplatesOrBuilderList in interface ListWorkflowTemplatesResponseOrBuilderpublic WorkflowTemplate.Builder addTemplatesBuilder()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public WorkflowTemplate.Builder addTemplatesBuilder(int index)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<WorkflowTemplate.Builder> getTemplatesBuilderList()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public String getNextPageToken()
Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getNextPageToken in interface ListWorkflowTemplatesResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getNextPageTokenBytes in interface ListWorkflowTemplatesResponseOrBuilderpublic ListWorkflowTemplatesResponse.Builder setNextPageToken(String value)
Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The nextPageToken to set.public ListWorkflowTemplatesResponse.Builder clearNextPageToken()
Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];public ListWorkflowTemplatesResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for nextPageToken to set.public com.google.protobuf.ProtocolStringList getUnreachableList()
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getUnreachableList in interface ListWorkflowTemplatesResponseOrBuilderpublic int getUnreachableCount()
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getUnreachableCount in interface ListWorkflowTemplatesResponseOrBuilderpublic String getUnreachable(int index)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getUnreachable in interface ListWorkflowTemplatesResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUnreachableBytes(int index)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getUnreachableBytes in interface ListWorkflowTemplatesResponseOrBuilderindex - The index of the value to return.public ListWorkflowTemplatesResponse.Builder setUnreachable(int index, String value)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index to set the value at.value - The unreachable to set.public ListWorkflowTemplatesResponse.Builder addUnreachable(String value)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The unreachable to add.public ListWorkflowTemplatesResponse.Builder addAllUnreachable(Iterable<String> values)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];values - The unreachable to add.public ListWorkflowTemplatesResponse.Builder clearUnreachable()
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];public ListWorkflowTemplatesResponse.Builder addUnreachableBytes(com.google.protobuf.ByteString value)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes of the unreachable to add.public final ListWorkflowTemplatesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>public final ListWorkflowTemplatesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListWorkflowTemplatesResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.