Interface EndpointsApiServiceOrBuilder (2.60.0)

publicinterface EndpointsApiServiceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigId()

publicabstractStringgetConfigId()

Endpoints service configuration ID as specified by the Service Management API. For example "2016年09月19日r1".

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;

Returns
Type Description
String

The configId.

getConfigIdBytes()

publicabstractByteStringgetConfigIdBytes()

Endpoints service configuration ID as specified by the Service Management API. For example "2016年09月19日r1".

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;

Returns
Type Description
ByteString

The bytes for configId.

getDisableTraceSampling()

publicabstractbooleangetDisableTraceSampling()

Enable or disable trace sampling. By default, this is set to false for enabled.

bool disable_trace_sampling = 4;

Returns
Type Description
boolean

The disableTraceSampling.

getName()

publicabstractStringgetName()

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;

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

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;

Returns
Type Description
ByteString

The bytes for name.

getRolloutStrategy()

publicabstractEndpointsApiService.RolloutStrategygetRolloutStrategy()

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;

Returns
Type Description
EndpointsApiService.RolloutStrategy

The rolloutStrategy.

getRolloutStrategyValue()

publicabstractintgetRolloutStrategyValue()

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;

Returns
Type Description
int

The enum numeric value on the wire for rolloutStrategy.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.