Uses of Interface
com.google.api.EndpointOrBuilder
-
Packages that use EndpointOrBuilder Package Description com.google.api -
-
Uses of EndpointOrBuilder in com.google.api
Classes in com.google.api that implement EndpointOrBuilder Modifier and Type Class Description class
Endpoint
`Endpoint` describes a network address of a service that serves a set of APIs.static class
Endpoint.Builder
`Endpoint` describes a network address of a service that serves a set of APIs.Methods in com.google.api that return EndpointOrBuilder Modifier and Type Method Description EndpointOrBuilder
Service.Builder. getEndpointsOrBuilder(int index)
Configuration for network endpoints.EndpointOrBuilder
Service. getEndpointsOrBuilder(int index)
Configuration for network endpoints.EndpointOrBuilder
ServiceOrBuilder. getEndpointsOrBuilder(int index)
Configuration for network endpoints.Methods in com.google.api that return types with arguments of type EndpointOrBuilder Modifier and Type Method Description java.util.List<? extends EndpointOrBuilder>
Service.Builder. getEndpointsOrBuilderList()
Configuration for network endpoints.java.util.List<? extends EndpointOrBuilder>
Service. getEndpointsOrBuilderList()
Configuration for network endpoints.java.util.List<? extends EndpointOrBuilder>
ServiceOrBuilder. getEndpointsOrBuilderList()
Configuration for network endpoints.
-