Interface ListDomainMappingsResponseOrBuilder (2.29.0)

publicinterface ListDomainMappingsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomainMappings(int index)

publicabstractDomainMappinggetDomainMappings(intindex)

The domain mappings for the application.

repeated .google.appengine.v1.DomainMapping domain_mappings = 1;

Parameter
Name Description
index int
Returns
Type Description
DomainMapping

getDomainMappingsCount()

publicabstractintgetDomainMappingsCount()

The domain mappings for the application.

repeated .google.appengine.v1.DomainMapping domain_mappings = 1;

Returns
Type Description
int

getDomainMappingsList()

publicabstractList<DomainMapping>getDomainMappingsList()

The domain mappings for the application.

repeated .google.appengine.v1.DomainMapping domain_mappings = 1;

Returns
Type Description
List<DomainMapping>

getDomainMappingsOrBuilder(int index)

publicabstractDomainMappingOrBuildergetDomainMappingsOrBuilder(intindex)

The domain mappings for the application.

repeated .google.appengine.v1.DomainMapping domain_mappings = 1;

Parameter
Name Description
index int
Returns
Type Description
DomainMappingOrBuilder

getDomainMappingsOrBuilderList()

publicabstractList<?extendsDomainMappingOrBuilder>getDomainMappingsOrBuilderList()

The domain mappings for the application.

repeated .google.appengine.v1.DomainMapping domain_mappings = 1;

Returns
Type Description
List<? extends com.google.appengine.v1.DomainMappingOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

Continuation token for fetching the next page of results.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.