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 Endpoint
Endpoint.Builder. build()
Endpoint
Endpoint.Builder. buildPartial()
static Endpoint
Endpoint. getDefaultInstance()
Endpoint
Endpoint.Builder. getDefaultInstanceForType()
Endpoint
Endpoint. getDefaultInstanceForType()
Endpoint
Service.Builder. getEndpoints(int index)
Configuration for network endpoints.Endpoint
Service. getEndpoints(int index)
Configuration for network endpoints.Endpoint
ServiceOrBuilder. getEndpoints(int index)
Configuration for network endpoints.static Endpoint
Endpoint. parseDelimitedFrom(java.io.InputStream input)
static Endpoint
Endpoint. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(byte[] data)
static Endpoint
Endpoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.ByteString data)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.CodedInputStream input)
static Endpoint
Endpoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(java.io.InputStream input)
static Endpoint
Endpoint. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Endpoint
Endpoint. parseFrom(java.nio.ByteBuffer data)
static Endpoint
Endpoint. parseFrom(java.nio.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 java.util.List<Endpoint>
Service.Builder. getEndpointsList()
Configuration for network endpoints.java.util.List<Endpoint>
Service. getEndpointsList()
Configuration for network endpoints.java.util.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.Builder
Service.Builder. addEndpoints(int index, Endpoint value)
Configuration for network endpoints.Service.Builder
Service.Builder. addEndpoints(Endpoint value)
Configuration for network endpoints.Endpoint.Builder
Endpoint.Builder. mergeFrom(Endpoint other)
static Endpoint.Builder
Endpoint. newBuilder(Endpoint prototype)
Service.Builder
Service.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.Builder
Service.Builder. addAllEndpoints(java.lang.Iterable<? extends Endpoint> values)
Configuration for network endpoints.
-