Uses of Class
com.google.api.Endpoint
-
Packages that use Endpoint Package Description com.google.api -
-
Uses of Endpoint in com.google.api
Methods in com.google.api that return Endpoint Modifier and Type Method Description EndpointEndpoint.Builder. build()EndpointEndpoint.Builder. buildPartial()static EndpointEndpoint. getDefaultInstance()EndpointEndpoint.Builder. getDefaultInstanceForType()EndpointEndpoint. getDefaultInstanceForType()EndpointService.Builder. getEndpoints(int index)Configuration for network endpoints.EndpointService. getEndpoints(int index)Configuration for network endpoints.EndpointServiceOrBuilder. getEndpoints(int index)Configuration for network endpoints.static EndpointEndpoint. parseDelimitedFrom(InputStream input)static EndpointEndpoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointEndpoint. parseFrom(byte[] data)static EndpointEndpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointEndpoint. parseFrom(com.google.protobuf.ByteString data)static EndpointEndpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointEndpoint. parseFrom(com.google.protobuf.CodedInputStream input)static EndpointEndpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointEndpoint. parseFrom(InputStream input)static EndpointEndpoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EndpointEndpoint. parseFrom(ByteBuffer data)static EndpointEndpoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>Service.Builder. getEndpointsList()Configuration for network endpoints.List<Endpoint>Service. getEndpointsList()Configuration for network endpoints.List<Endpoint>ServiceOrBuilder. getEndpointsList()Configuration for network endpoints.com.google.protobuf.Parser<Endpoint>Endpoint. getParserForType()static com.google.protobuf.Parser<Endpoint>Endpoint. parser()Methods in com.google.api with parameters of type Endpoint Modifier and Type Method Description Service.BuilderService.Builder. addEndpoints(int index, Endpoint value)Configuration for network endpoints.Service.BuilderService.Builder. addEndpoints(Endpoint value)Configuration for network endpoints.Endpoint.BuilderEndpoint.Builder. mergeFrom(Endpoint other)static Endpoint.BuilderEndpoint. newBuilder(Endpoint prototype)Service.BuilderService.Builder. setEndpoints(int index, Endpoint value)Configuration for network endpoints.Method parameters in com.google.api with type arguments of type Endpoint Modifier and Type Method Description Service.BuilderService.Builder. addAllEndpoints(Iterable<? extends Endpoint> values)Configuration for network endpoints.
-