public interface EndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAliases(int index)
DEPRECATED: This field is no longer supported.
|
com.google.protobuf.ByteString |
getAliasesBytes(int index)
DEPRECATED: This field is no longer supported.
|
int |
getAliasesCount()
DEPRECATED: This field is no longer supported.
|
java.util.List<java.lang.String> |
getAliasesList()
DEPRECATED: This field is no longer supported.
|
boolean |
getAllowCors()
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.
|
java.lang.String |
getApis(int index)
The list of APIs served by this endpoint.
|
com.google.protobuf.ByteString |
getApisBytes(int index)
The list of APIs served by this endpoint.
|
int |
getApisCount()
The list of APIs served by this endpoint.
|
java.util.List<java.lang.String> |
getApisList()
The list of APIs served by this endpoint.
|
java.lang.String |
getFeatures(int index)
The list of features enabled on this endpoint.
|
com.google.protobuf.ByteString |
getFeaturesBytes(int index)
The list of features enabled on this endpoint.
|
int |
getFeaturesCount()
The list of features enabled on this endpoint.
|
java.util.List<java.lang.String> |
getFeaturesList()
The list of features enabled on this endpoint.
|
java.lang.String |
getName()
The canonical name of this endpoint.
|
com.google.protobuf.ByteString |
getNameBytes()
The canonical name of this endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
The canonical name of this endpoint.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
The canonical name of this endpoint.
optional string name = 1;java.util.List<java.lang.String> getAliasesList()
DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intented alias. Additional names that this endpoint will be hosted on.
repeated string aliases = 2;int getAliasesCount()
DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intented alias. Additional names that this endpoint will be hosted on.
repeated string aliases = 2;java.lang.String getAliases(int index)
DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intented alias. Additional names that this endpoint will be hosted on.
repeated string aliases = 2;com.google.protobuf.ByteString getAliasesBytes(int index)
DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple [google.api.Endpoint][google.api.Endpoint] for each of the intented alias. Additional names that this endpoint will be hosted on.
repeated string aliases = 2;java.util.List<java.lang.String> getApisList()
The list of APIs served by this endpoint.
repeated string apis = 3;int getApisCount()
The list of APIs served by this endpoint.
repeated string apis = 3;java.lang.String getApis(int index)
The list of APIs served by this endpoint.
repeated string apis = 3;com.google.protobuf.ByteString getApisBytes(int index)
The list of APIs served by this endpoint.
repeated string apis = 3;java.util.List<java.lang.String> getFeaturesList()
The list of features enabled on this endpoint.
repeated string features = 4;int getFeaturesCount()
The list of features enabled on this endpoint.
repeated string features = 4;java.lang.String getFeatures(int index)
The list of features enabled on this endpoint.
repeated string features = 4;com.google.protobuf.ByteString getFeaturesBytes(int index)
The list of features enabled on this endpoint.
repeated string features = 4;boolean getAllowCors()
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 response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
optional bool allow_cors = 5;