public interface ListRegistrationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
When present, there are more results to retrieve.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
When present, there are more results to retrieve.
|
Registration |
getRegistrations(int index)
A list of `Registration`s.
|
int |
getRegistrationsCount()
A list of `Registration`s.
|
List<Registration> |
getRegistrationsList()
A list of `Registration`s.
|
RegistrationOrBuilder |
getRegistrationsOrBuilder(int index)
A list of `Registration`s.
|
List<? extends RegistrationOrBuilder> |
getRegistrationsOrBuilderList()
A list of `Registration`s.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Registration> getRegistrationsList()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;Registration getRegistrations(int index)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;int getRegistrationsCount()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;List<? extends RegistrationOrBuilder> getRegistrationsOrBuilderList()
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;RegistrationOrBuilder getRegistrationsOrBuilder(int index)
A list of `Registration`s.
repeated .google.cloud.domains.v1alpha2.Registration registrations = 1;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;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;Copyright © 2023 Google LLC. All rights reserved.