public static final class ListCompilationResultsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.Builder> implements ListCompilationResultsResponseOrBuilder
`ListCompilationResults` response message.Protobuf type
google.cloud.dataform.v1alpha2.ListCompilationResultsResponsegetAllFields, 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<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.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<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListCompilationResultsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListCompilationResultsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListCompilationResultsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.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<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.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<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.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<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.Builder mergeFrom(ListCompilationResultsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.Builder>public ListCompilationResultsResponse.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<ListCompilationResultsResponse.Builder>IOExceptionpublic List<CompilationResult> getCompilationResultsList()
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
getCompilationResultsList in interface ListCompilationResultsResponseOrBuilderpublic int getCompilationResultsCount()
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
getCompilationResultsCount in interface ListCompilationResultsResponseOrBuilderpublic CompilationResult getCompilationResults(int index)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
getCompilationResults in interface ListCompilationResultsResponseOrBuilderpublic ListCompilationResultsResponse.Builder setCompilationResults(int index, CompilationResult value)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder setCompilationResults(int index, CompilationResult.Builder builderForValue)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder addCompilationResults(CompilationResult value)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder addCompilationResults(int index, CompilationResult value)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder addCompilationResults(CompilationResult.Builder builderForValue)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder addCompilationResults(int index, CompilationResult.Builder builderForValue)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder addAllCompilationResults(Iterable<? extends CompilationResult> values)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder clearCompilationResults()
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public ListCompilationResultsResponse.Builder removeCompilationResults(int index)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public CompilationResult.Builder getCompilationResultsBuilder(int index)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public CompilationResultOrBuilder getCompilationResultsOrBuilder(int index)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
getCompilationResultsOrBuilder in interface ListCompilationResultsResponseOrBuilderpublic List<? extends CompilationResultOrBuilder> getCompilationResultsOrBuilderList()
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
getCompilationResultsOrBuilderList in interface ListCompilationResultsResponseOrBuilderpublic CompilationResult.Builder addCompilationResultsBuilder()
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public CompilationResult.Builder addCompilationResultsBuilder(int index)
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public List<CompilationResult.Builder> getCompilationResultsBuilderList()
List of compilation results.
repeated .google.cloud.dataform.v1alpha2.CompilationResult compilation_results = 1;
public String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;getNextPageToken in interface ListCompilationResultsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;getNextPageTokenBytes in interface ListCompilationResultsResponseOrBuilderpublic ListCompilationResultsResponse.Builder setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The nextPageToken to set.public ListCompilationResultsResponse.Builder clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;public ListCompilationResultsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;value - The bytes for nextPageToken to set.public com.google.protobuf.ProtocolStringList getUnreachableList()
Locations which could not be reached.
repeated string unreachable = 3;getUnreachableList in interface ListCompilationResultsResponseOrBuilderpublic int getUnreachableCount()
Locations which could not be reached.
repeated string unreachable = 3;getUnreachableCount in interface ListCompilationResultsResponseOrBuilderpublic String getUnreachable(int index)
Locations which could not be reached.
repeated string unreachable = 3;getUnreachable in interface ListCompilationResultsResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUnreachableBytes(int index)
Locations which could not be reached.
repeated string unreachable = 3;getUnreachableBytes in interface ListCompilationResultsResponseOrBuilderindex - The index of the value to return.public ListCompilationResultsResponse.Builder setUnreachable(int index, String value)
Locations which could not be reached.
repeated string unreachable = 3;index - The index to set the value at.value - The unreachable to set.public ListCompilationResultsResponse.Builder addUnreachable(String value)
Locations which could not be reached.
repeated string unreachable = 3;value - The unreachable to add.public ListCompilationResultsResponse.Builder addAllUnreachable(Iterable<String> values)
Locations which could not be reached.
repeated string unreachable = 3;values - The unreachable to add.public ListCompilationResultsResponse.Builder clearUnreachable()
Locations which could not be reached.
repeated string unreachable = 3;public ListCompilationResultsResponse.Builder addUnreachableBytes(com.google.protobuf.ByteString value)
Locations which could not be reached.
repeated string unreachable = 3;value - The bytes of the unreachable to add.public final ListCompilationResultsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.Builder>public final ListCompilationResultsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListCompilationResultsResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.