Interface Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.111Z") @Stability(Stable) public interface Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig.Builderstatic classCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig.Jsii$ProxyAn implementation forCloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig.Builderbuilder()StringgetService()Required.
-
-
-
Method Detail
-
getService
@Stability(Stable) @NotNull String getService()
Required. The Service Directory service name. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#service Cloudbuildv2Connection#service}
-
builder
@Stability(Stable) static Cloudbuildv2ConnectionGithubEnterpriseConfigServiceDirectoryConfig.Builder builder()
-
-