public static final class ListRegistrationsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.Builder> implements ListRegistrationsResponseOrBuilder
Response for the `ListRegistrations` method.Protobuf type
google.cloud.domains.v1alpha2.ListRegistrationsResponsegetAllFields, 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<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.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<ListRegistrationsResponse.Builder>public ListRegistrationsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListRegistrationsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListRegistrationsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListRegistrationsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.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<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.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<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.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<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.Builder mergeFrom(ListRegistrationsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.Builder>public ListRegistrationsResponse.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<ListRegistrationsResponse.Builder>IOExceptionpublic List<Registration> getRegistrationsList()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;getRegistrationsList in interface ListRegistrationsResponseOrBuilderpublic int getRegistrationsCount()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;getRegistrationsCount in interface ListRegistrationsResponseOrBuilderpublic Registration getRegistrations(int index)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;getRegistrations in interface ListRegistrationsResponseOrBuilderpublic ListRegistrationsResponse.Builder setRegistrations(int index, Registration value)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder setRegistrations(int index, Registration.Builder builderForValue)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder addRegistrations(Registration value)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder addRegistrations(int index, Registration value)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder addRegistrations(Registration.Builder builderForValue)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder addRegistrations(int index, Registration.Builder builderForValue)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder addAllRegistrations(Iterable<? extends Registration> values)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder clearRegistrations()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public ListRegistrationsResponse.Builder removeRegistrations(int index)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public Registration.Builder getRegistrationsBuilder(int index)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public RegistrationOrBuilder getRegistrationsOrBuilder(int index)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;getRegistrationsOrBuilder in interface ListRegistrationsResponseOrBuilderpublic List<? extends RegistrationOrBuilder> getRegistrationsOrBuilderList()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;getRegistrationsOrBuilderList in interface ListRegistrationsResponseOrBuilderpublic Registration.Builder addRegistrationsBuilder()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public Registration.Builder addRegistrationsBuilder(int index)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public List<Registration.Builder> getRegistrationsBuilderList()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;public String getNextPageToken()
When present, there are more results to retrieve. Set `page_token` to this value on a subsequent call to get the next page of results.
string next_page_token = 2;getNextPageToken in interface ListRegistrationsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
When present, there are more results to retrieve. Set `page_token` to this value on a subsequent call to get the next page of results.
string next_page_token = 2;getNextPageTokenBytes in interface ListRegistrationsResponseOrBuilderpublic ListRegistrationsResponse.Builder setNextPageToken(String value)
When present, there are more results to retrieve. Set `page_token` to this value on a subsequent call to get the next page of results.
string next_page_token = 2;value - The nextPageToken to set.public ListRegistrationsResponse.Builder clearNextPageToken()
When present, there are more results to retrieve. Set `page_token` to this value on a subsequent call to get the next page of results.
string next_page_token = 2;public ListRegistrationsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
When present, there are more results to retrieve. Set `page_token` to this value on a subsequent call to get the next page of results.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListRegistrationsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.Builder>public final ListRegistrationsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.