Uses of Class
com.google.api.Endpoint.Builder
Packages that use Endpoint.Builder
-
Uses of Endpoint.Builder in com.google.api
Methods in com.google.api that return Endpoint.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.addAliases(String value) Deprecated.google.api.Endpoint.aliases is deprecated.Endpoint.Builder.addAliasesBytes(com.google.protobuf.ByteString value) Deprecated.google.api.Endpoint.aliases is deprecated.Endpoint.Builder.addAllAliases(Iterable<String> values) Deprecated.google.api.Endpoint.aliases is deprecated.Service.Builder.addEndpointsBuilder()Configuration for network endpoints.Service.Builder.addEndpointsBuilder(int index) Configuration for network endpoints.Endpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Endpoint.Builder.clear()Endpoint.Builder.clearAliases()Deprecated.google.api.Endpoint.aliases is deprecated.Endpoint.Builder.clearAllowCors()Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests.Endpoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Endpoint.Builder.clearName()The canonical name of this endpoint.Endpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Endpoint.Builder.clearTarget()The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary).Endpoint.Builder.clone()Service.Builder.getEndpointsBuilder(int index) Configuration for network endpoints.Endpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Endpoint.Builder.mergeFrom(com.google.protobuf.Message other) final Endpoint.BuilderEndpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Endpoint.BuilderEndpoint.newBuilder()static Endpoint.BuilderEndpoint.newBuilder(Endpoint prototype) Endpoint.newBuilderForType()protected Endpoint.BuilderEndpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Endpoint.Builder.setAliases(int index, String value) Deprecated.google.api.Endpoint.aliases is deprecated.Endpoint.Builder.setAllowCors(boolean value) Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests.The canonical name of this endpoint.Endpoint.Builder.setNameBytes(com.google.protobuf.ByteString value) The canonical name of this endpoint.Endpoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary).Endpoint.Builder.setTargetBytes(com.google.protobuf.ByteString value) The specification of an Internet routable address of API frontend that will handle requests to this [API Endpoint](https://cloud.google.com/apis/design/glossary).final Endpoint.BuilderEndpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Endpoint.toBuilder()Methods in com.google.api that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionService.Builder.getEndpointsBuilderList()Configuration for network endpoints.Methods in com.google.api with parameters of type Endpoint.BuilderModifier and TypeMethodDescriptionService.Builder.addEndpoints(int index, Endpoint.Builder builderForValue) Configuration for network endpoints.Service.Builder.addEndpoints(Endpoint.Builder builderForValue) Configuration for network endpoints.Service.Builder.setEndpoints(int index, Endpoint.Builder builderForValue) Configuration for network endpoints.