public static final class ListConnectionProfilesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder> implements ListConnectionProfilesResponseOrBuilder
Response message for listing connection profiles.Protobuf type
google.cloud.datastream.v1.ListConnectionProfilesResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.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<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListConnectionProfilesResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListConnectionProfilesResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListConnectionProfilesResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.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<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.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<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.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<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.Builder mergeFrom(ListConnectionProfilesResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder>public ListConnectionProfilesResponse.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<ListConnectionProfilesResponse.Builder>IOExceptionpublic List<ConnectionProfile> getConnectionProfilesList()
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;getConnectionProfilesList in interface ListConnectionProfilesResponseOrBuilderpublic int getConnectionProfilesCount()
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;getConnectionProfilesCount in interface ListConnectionProfilesResponseOrBuilderpublic ConnectionProfile getConnectionProfiles(int index)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;getConnectionProfiles in interface ListConnectionProfilesResponseOrBuilderpublic ListConnectionProfilesResponse.Builder setConnectionProfiles(int index, ConnectionProfile value)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder setConnectionProfiles(int index, ConnectionProfile.Builder builderForValue)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder addConnectionProfiles(ConnectionProfile value)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder addConnectionProfiles(int index, ConnectionProfile value)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder addConnectionProfiles(ConnectionProfile.Builder builderForValue)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder addConnectionProfiles(int index, ConnectionProfile.Builder builderForValue)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder addAllConnectionProfiles(Iterable<? extends ConnectionProfile> values)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder clearConnectionProfiles()
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ListConnectionProfilesResponse.Builder removeConnectionProfiles(int index)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ConnectionProfile.Builder getConnectionProfilesBuilder(int index)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ConnectionProfileOrBuilder getConnectionProfilesOrBuilder(int index)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;getConnectionProfilesOrBuilder in interface ListConnectionProfilesResponseOrBuilderpublic List<? extends ConnectionProfileOrBuilder> getConnectionProfilesOrBuilderList()
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;getConnectionProfilesOrBuilderList in interface ListConnectionProfilesResponseOrBuilderpublic ConnectionProfile.Builder addConnectionProfilesBuilder()
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public ConnectionProfile.Builder addConnectionProfilesBuilder(int index)
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 1;public List<ConnectionProfile.Builder> getConnectionProfilesBuilderList()
List of connection profiles.
repeated .google.cloud.datastream.v1.ConnectionProfile connection_profiles = 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 ListConnectionProfilesResponseOrBuilderpublic 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 ListConnectionProfilesResponseOrBuilderpublic ListConnectionProfilesResponse.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 ListConnectionProfilesResponse.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 ListConnectionProfilesResponse.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 ListConnectionProfilesResponseOrBuilderpublic int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;getUnreachableCount in interface ListConnectionProfilesResponseOrBuilderpublic String getUnreachable(int index)
Locations that could not be reached.
repeated string unreachable = 3;getUnreachable in interface ListConnectionProfilesResponseOrBuilderindex - 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 ListConnectionProfilesResponseOrBuilderindex - The index of the value to return.public ListConnectionProfilesResponse.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 ListConnectionProfilesResponse.Builder addUnreachable(String value)
Locations that could not be reached.
repeated string unreachable = 3;value - The unreachable to add.public ListConnectionProfilesResponse.Builder addAllUnreachable(Iterable<String> values)
Locations that could not be reached.
repeated string unreachable = 3;values - The unreachable to add.public ListConnectionProfilesResponse.Builder clearUnreachable()
Locations that could not be reached.
repeated string unreachable = 3;public ListConnectionProfilesResponse.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 ListConnectionProfilesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder>public final ListConnectionProfilesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListConnectionProfilesResponse.Builder>Copyright © 2022 Google LLC. All rights reserved.