Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::EndpointsApiService.
Cloud Endpoints configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.
The fields here refer to the name and configuration ID of a "service" resource in the Service Management API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config_id
def config_id() -> ::String
-
(::String) — 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. Theconfig_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.
#config_id=
def config_id=(value) -> ::String
-
value (::String) — 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. Theconfig_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) — 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. Theconfig_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.
#disable_trace_sampling
def disable_trace_sampling() -> ::Boolean
- (::Boolean) — Enable or disable trace sampling. By default, this is set to false for enabled.
#disable_trace_sampling=
def disable_trace_sampling=(value) -> ::Boolean
- value (::Boolean) — Enable or disable trace sampling. By default, this is set to false for enabled.
- (::Boolean) — Enable or disable trace sampling. By default, this is set to false for enabled.
#name
def name() -> ::String
- (::String) — Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
#name=
def name=(value) -> ::String
- value (::String) — Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
- (::String) — Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
#rollout_strategy
def rollout_strategy() -> ::Google::Cloud::AppEngine::V1::EndpointsApiService::RolloutStrategy
-
(::Google::Cloud::AppEngine::V1::EndpointsApiService::RolloutStrategy) — Endpoints rollout strategy. If
FIXED
,config_id
must be specified. IfMANAGED
,config_id
must be omitted.
#rollout_strategy=
def rollout_strategy=(value) -> ::Google::Cloud::AppEngine::V1::EndpointsApiService::RolloutStrategy
-
value (::Google::Cloud::AppEngine::V1::EndpointsApiService::RolloutStrategy) — Endpoints rollout strategy. If
FIXED
,config_id
must be specified. IfMANAGED
,config_id
must be omitted.
-
(::Google::Cloud::AppEngine::V1::EndpointsApiService::RolloutStrategy) — Endpoints rollout strategy. If
FIXED
,config_id
must be specified. IfMANAGED
,config_id
must be omitted.