Endpoint.Builder |
Endpoint.Builder.addAliases(java.lang.String value) |
Aliases for this endpoint, these will be served by the same UrlMap as the
parent endpoint, and will be provisioned in the GCP stack for the Regional
Endpoints.
|
Endpoint.Builder |
Endpoint.Builder.addAliasesBytes(com.google.protobuf.ByteString value) |
Aliases for this endpoint, these will be served by the same UrlMap as the
parent endpoint, and will be provisioned in the GCP stack for the Regional
Endpoints.
|
Endpoint.Builder |
Endpoint.Builder.addAllAliases(java.lang.Iterable<java.lang.String> values) |
Aliases for this endpoint, these will be served by the same UrlMap as the
parent endpoint, and will be provisioned in the GCP stack for the Regional
Endpoints.
|
Endpoint.Builder |
Service.Builder.addEndpointsBuilder() |
Configuration for network endpoints.
|
Endpoint.Builder |
Service.Builder.addEndpointsBuilder(int index) |
Configuration for network endpoints.
|
Endpoint.Builder |
Endpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Endpoint.Builder |
Endpoint.Builder.clear() |
|
Endpoint.Builder |
Endpoint.Builder.clearAliases() |
Aliases for this endpoint, these will be served by the same UrlMap as the
parent endpoint, and will be provisioned in the GCP stack for the Regional
Endpoints.
|
Endpoint.Builder |
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 |
Endpoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Endpoint.Builder |
Endpoint.Builder.clearName() |
The canonical name of this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Endpoint.Builder |
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 |
Endpoint.Builder.clone() |
|
Endpoint.Builder |
Service.Builder.getEndpointsBuilder(int index) |
Configuration for network endpoints.
|
Endpoint.Builder |
Endpoint.Builder.mergeFrom(Endpoint other) |
|
Endpoint.Builder |
Endpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Endpoint.Builder |
Endpoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Endpoint.Builder |
Endpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Endpoint.Builder |
Endpoint.newBuilder() |
|
static Endpoint.Builder |
Endpoint.newBuilder(Endpoint prototype) |
|
Endpoint.Builder |
Endpoint.newBuilderForType() |
|
protected Endpoint.Builder |
Endpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Endpoint.Builder |
Endpoint.Builder.setAliases(int index,
java.lang.String value) |
Aliases for this endpoint, these will be served by the same UrlMap as the
parent endpoint, and will be provisioned in the GCP stack for the Regional
Endpoints.
|
Endpoint.Builder |
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.
|
Endpoint.Builder |
Endpoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Endpoint.Builder |
Endpoint.Builder.setName(java.lang.String value) |
The canonical name of this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The canonical name of this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Endpoint.Builder |
Endpoint.Builder.setTarget(java.lang.String 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 |
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).
|
Endpoint.Builder |
Endpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Endpoint.Builder |
Endpoint.toBuilder() |
|