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 classEndpoint`Endpoint` describes a network address of a service that serves a set of APIs.static classEndpoint.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 EndpointOrBuilderService.Builder. getEndpointsOrBuilder(int index)Configuration for network endpoints.EndpointOrBuilderService. getEndpointsOrBuilder(int index)Configuration for network endpoints.EndpointOrBuilderServiceOrBuilder. 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 List<? extends EndpointOrBuilder>Service.Builder. getEndpointsOrBuilderList()Configuration for network endpoints.List<? extends EndpointOrBuilder>Service. getEndpointsOrBuilderList()Configuration for network endpoints.List<? extends EndpointOrBuilder>ServiceOrBuilder. getEndpointsOrBuilderList()Configuration for network endpoints.
-