public static final class ListAutomationsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.Builder> implements ListAutomationsResponseOrBuilder
The response object from `ListAutomations`.Protobuf type
google.cloud.deploy.v1.ListAutomationsResponse| Modifier and Type | Method and Description |
|---|---|
ListAutomationsResponse.Builder |
addAllAutomations(Iterable<? extends Automation> values)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
addAllUnreachable(Iterable<String> values)
Locations that could not be reached.
|
ListAutomationsResponse.Builder |
addAutomations(Automation.Builder builderForValue)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
addAutomations(Automation value)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
addAutomations(int index,
Automation.Builder builderForValue)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
addAutomations(int index,
Automation value)
The `Automation` objects.
|
Automation.Builder |
addAutomationsBuilder()
The `Automation` objects.
|
Automation.Builder |
addAutomationsBuilder(int index)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListAutomationsResponse.Builder |
addUnreachable(String value)
Locations that could not be reached.
|
ListAutomationsResponse.Builder |
addUnreachableBytes(com.google.protobuf.ByteString value)
Locations that could not be reached.
|
ListAutomationsResponse |
build() |
ListAutomationsResponse |
buildPartial() |
ListAutomationsResponse.Builder |
clear() |
ListAutomationsResponse.Builder |
clearAutomations()
The `Automation` objects.
|
ListAutomationsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListAutomationsResponse.Builder |
clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
ListAutomationsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListAutomationsResponse.Builder |
clearUnreachable()
Locations that could not be reached.
|
ListAutomationsResponse.Builder |
clone() |
Automation |
getAutomations(int index)
The `Automation` objects.
|
Automation.Builder |
getAutomationsBuilder(int index)
The `Automation` objects.
|
List<Automation.Builder> |
getAutomationsBuilderList()
The `Automation` objects.
|
int |
getAutomationsCount()
The `Automation` objects.
|
List<Automation> |
getAutomationsList()
The `Automation` objects.
|
AutomationOrBuilder |
getAutomationsOrBuilder(int index)
The `Automation` objects.
|
List<? extends AutomationOrBuilder> |
getAutomationsOrBuilderList()
The `Automation` objects.
|
ListAutomationsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
String |
getUnreachable(int index)
Locations that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Locations that could not be reached.
|
int |
getUnreachableCount()
Locations that could not be reached.
|
com.google.protobuf.ProtocolStringList |
getUnreachableList()
Locations that could not be reached.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListAutomationsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListAutomationsResponse.Builder |
mergeFrom(ListAutomationsResponse other) |
ListAutomationsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListAutomationsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListAutomationsResponse.Builder |
removeAutomations(int index)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
setAutomations(int index,
Automation.Builder builderForValue)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
setAutomations(int index,
Automation value)
The `Automation` objects.
|
ListAutomationsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListAutomationsResponse.Builder |
setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListAutomationsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListAutomationsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListAutomationsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListAutomationsResponse.Builder |
setUnreachable(int index,
String value)
Locations that could not be reached.
|
getAllFields, 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<ListAutomationsResponse.Builder>public ListAutomationsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.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<ListAutomationsResponse.Builder>public ListAutomationsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListAutomationsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListAutomationsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListAutomationsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.Builder>public ListAutomationsResponse.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<ListAutomationsResponse.Builder>public ListAutomationsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.Builder>public ListAutomationsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.Builder>public ListAutomationsResponse.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<ListAutomationsResponse.Builder>public ListAutomationsResponse.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<ListAutomationsResponse.Builder>public ListAutomationsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListAutomationsResponse.Builder>public ListAutomationsResponse.Builder mergeFrom(ListAutomationsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.Builder>public ListAutomationsResponse.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<ListAutomationsResponse.Builder>IOExceptionpublic List<Automation> getAutomationsList()
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;getAutomationsList in interface ListAutomationsResponseOrBuilderpublic int getAutomationsCount()
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;getAutomationsCount in interface ListAutomationsResponseOrBuilderpublic Automation getAutomations(int index)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;getAutomations in interface ListAutomationsResponseOrBuilderpublic ListAutomationsResponse.Builder setAutomations(int index, Automation value)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder setAutomations(int index, Automation.Builder builderForValue)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder addAutomations(Automation value)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder addAutomations(int index, Automation value)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder addAutomations(Automation.Builder builderForValue)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder addAutomations(int index, Automation.Builder builderForValue)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder addAllAutomations(Iterable<? extends Automation> values)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder clearAutomations()
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public ListAutomationsResponse.Builder removeAutomations(int index)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public Automation.Builder getAutomationsBuilder(int index)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public AutomationOrBuilder getAutomationsOrBuilder(int index)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;getAutomationsOrBuilder in interface ListAutomationsResponseOrBuilderpublic List<? extends AutomationOrBuilder> getAutomationsOrBuilderList()
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;getAutomationsOrBuilderList in interface ListAutomationsResponseOrBuilderpublic Automation.Builder addAutomationsBuilder()
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public Automation.Builder addAutomationsBuilder(int index)
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 1;public List<Automation.Builder> getAutomationsBuilderList()
The `Automation` objects.
repeated .google.cloud.deploy.v1.Automation automations = 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 ListAutomationsResponseOrBuilderpublic 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 ListAutomationsResponseOrBuilderpublic ListAutomationsResponse.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 ListAutomationsResponse.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 ListAutomationsResponse.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 that could not be reached.
repeated string unreachable = 3;getUnreachableList in interface ListAutomationsResponseOrBuilderpublic int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;getUnreachableCount in interface ListAutomationsResponseOrBuilderpublic String getUnreachable(int index)
Locations that could not be reached.
repeated string unreachable = 3;getUnreachable in interface ListAutomationsResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUnreachableBytes(int index)
Locations that could not be reached.
repeated string unreachable = 3;getUnreachableBytes in interface ListAutomationsResponseOrBuilderindex - The index of the value to return.public ListAutomationsResponse.Builder setUnreachable(int index, String value)
Locations that could not be reached.
repeated string unreachable = 3;index - The index to set the value at.value - The unreachable to set.public ListAutomationsResponse.Builder addUnreachable(String value)
Locations that could not be reached.
repeated string unreachable = 3;value - The unreachable to add.public ListAutomationsResponse.Builder addAllUnreachable(Iterable<String> values)
Locations that could not be reached.
repeated string unreachable = 3;values - The unreachable to add.public ListAutomationsResponse.Builder clearUnreachable()
Locations that could not be reached.
repeated string unreachable = 3;public ListAutomationsResponse.Builder addUnreachableBytes(com.google.protobuf.ByteString value)
Locations that could not be reached.
repeated string unreachable = 3;value - The bytes of the unreachable to add.public final ListAutomationsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.Builder>public final ListAutomationsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListAutomationsResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.