Package com.google.appengine.v1
Interface ListDomainMappingsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDomainMappingsResponse,ListDomainMappingsResponse.Builder
public interface ListDomainMappingsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainMappinggetDomainMappings(int index)The domain mappings for the application.intgetDomainMappingsCount()The domain mappings for the application.List<DomainMapping>getDomainMappingsList()The domain mappings for the application.DomainMappingOrBuildergetDomainMappingsOrBuilder(int index)The domain mappings for the application.List<? extends DomainMappingOrBuilder>getDomainMappingsOrBuilderList()The domain mappings for the application.StringgetNextPageToken()Continuation token for fetching the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()Continuation token for fetching the next page of results.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDomainMappingsList
List<DomainMapping> getDomainMappingsList()
The domain mappings for the application.
repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
-
getDomainMappings
DomainMapping getDomainMappings(int index)
The domain mappings for the application.
repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
-
getDomainMappingsCount
int getDomainMappingsCount()
The domain mappings for the application.
repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
-
getDomainMappingsOrBuilderList
List<? extends DomainMappingOrBuilder> getDomainMappingsOrBuilderList()
The domain mappings for the application.
repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
-
getDomainMappingsOrBuilder
DomainMappingOrBuilder getDomainMappingsOrBuilder(int index)
The domain mappings for the application.
repeated .google.appengine.v1.DomainMapping domain_mappings = 1;
-
getNextPageToken
String getNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
Continuation token for fetching the next page of results.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-