Interface AppEngineFlexibleAppVersionEndpointsApiService
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppEngineFlexibleAppVersionEndpointsApiService.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.451Z") @Stability(Stable) public interface AppEngineFlexibleAppVersionEndpointsApiService extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppEngineFlexibleAppVersionEndpointsApiService.BuilderA builder forAppEngineFlexibleAppVersionEndpointsApiServicestatic classAppEngineFlexibleAppVersionEndpointsApiService.Jsii$ProxyAn implementation forAppEngineFlexibleAppVersionEndpointsApiService
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AppEngineFlexibleAppVersionEndpointsApiService.Builderbuilder()default StringgetConfigId()Endpoints service configuration ID as specified by the Service Management API.default ObjectgetDisableTraceSampling()Enable or disable trace sampling.StringgetName()Endpoints service name which is the name of the "service" resource in the Service Management API.default StringgetRolloutStrategy()Endpoints rollout strategy.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull 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".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#name AppEngineFlexibleAppVersion#name}
-
getConfigId
@Stability(Stable) @Nullable default 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 "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 configId field is used to give the configuration ID and is required in this case. Endpoints also has a rollout strategy called "MANAGED". When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, configId must be omitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#config_id AppEngineFlexibleAppVersion#config_id}
-
getDisableTraceSampling
@Stability(Stable) @Nullable default Object getDisableTraceSampling()
Enable or disable trace sampling. By default, this is set to false for enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#disable_trace_sampling AppEngineFlexibleAppVersion#disable_trace_sampling}
-
getRolloutStrategy
@Stability(Stable) @Nullable default String getRolloutStrategy()
Endpoints rollout strategy.If FIXED, configId must be specified. If MANAGED, configId must be omitted. Default value: "FIXED" Possible values: ["FIXED", "MANAGED"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#rollout_strategy AppEngineFlexibleAppVersion#rollout_strategy}
-
builder
@Stability(Stable) static AppEngineFlexibleAppVersionEndpointsApiService.Builder builder()
-
-