public interface EndpointsApiServiceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigId()
public abstract String getConfigId() Endpoints service configuration ID as specified by the Service Management
API. For example "2016-09-19r1".
By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED.
This means that Endpoints starts up with a particular configuration ID.
When a new configuration is rolled out, Endpoints must be given the new
configuration ID. The config_id field is used to give the configuration
ID and is required in this case.
Endpoints also has a rollout strategy called RolloutStrategy.MANAGED.
When using this, Endpoints fetches the latest configuration and does not
need the configuration ID. In this case, config_id must be omitted.
string config_id = 2;
| Type | Description |
| String | The configId. |
getConfigIdBytes()
public abstract ByteString getConfigIdBytes() Endpoints service configuration ID as specified by the Service Management
API. For example "2016-09-19r1".
By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED.
This means that Endpoints starts up with a particular configuration ID.
When a new configuration is rolled out, Endpoints must be given the new
configuration ID. The config_id field is used to give the configuration
ID and is required in this case.
Endpoints also has a rollout strategy called RolloutStrategy.MANAGED.
When using this, Endpoints fetches the latest configuration and does not
need the configuration ID. In this case, config_id must be omitted.
string config_id = 2;
| Type | Description |
| ByteString | The bytes for configId. |
getDisableTraceSampling()
public abstract boolean getDisableTraceSampling()Enable or disable trace sampling. By default, this is set to false for enabled.
bool disable_trace_sampling = 4;
| Type | Description |
| boolean | The disableTraceSampling. |
getName()
public abstract String getName()Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getRolloutStrategy()
public abstract EndpointsApiService.RolloutStrategy getRolloutStrategy() Endpoints rollout strategy. If FIXED, config_id must be specified. If
MANAGED, config_id must be omitted.
.google.appengine.v1.EndpointsApiService.RolloutStrategy rollout_strategy = 3;
| Type | Description |
| EndpointsApiService.RolloutStrategy | The rolloutStrategy. |
getRolloutStrategyValue()
public abstract int getRolloutStrategyValue() Endpoints rollout strategy. If FIXED, config_id must be specified. If
MANAGED, config_id must be omitted.
.google.appengine.v1.EndpointsApiService.RolloutStrategy rollout_strategy = 3;
| Type | Description |
| int | The enum numeric value on the wire for rolloutStrategy. |