public interface SearchDomainsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RegisterParameters |
getRegisterParameters(int index)
Results of the domain name search.
|
int |
getRegisterParametersCount()
Results of the domain name search.
|
List<RegisterParameters> |
getRegisterParametersList()
Results of the domain name search.
|
RegisterParametersOrBuilder |
getRegisterParametersOrBuilder(int index)
Results of the domain name search.
|
List<? extends RegisterParametersOrBuilder> |
getRegisterParametersOrBuilderList()
Results of the domain name search.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RegisterParameters> getRegisterParametersList()
Results of the domain name search.
repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1;
RegisterParameters getRegisterParameters(int index)
Results of the domain name search.
repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1;
int getRegisterParametersCount()
Results of the domain name search.
repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1;
List<? extends RegisterParametersOrBuilder> getRegisterParametersOrBuilderList()
Results of the domain name search.
repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1;
RegisterParametersOrBuilder getRegisterParametersOrBuilder(int index)
Results of the domain name search.
repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1;
Copyright © 2023 Google LLC. All rights reserved.