Interface ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.129Z") @Stability(Stable) public interface ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo.Builderstatic classClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo.Jsii$ProxyAn implementation forClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo.Builderbuilder()default StringgetPath()Relative path from the repository root to the Skaffold file.default StringgetRef()Branch or tag to use when cloning the repository.StringgetRepository()Cloud Build 2nd gen repository in the format of 'projects//locations/ /connections/ /repositories/ '.
-
-
-
Method Detail
-
getRepository
@Stability(Stable) @NotNull String getRepository()
Cloud Build 2nd gen repository in the format of 'projects//locations/ /connections/ /repositories/ '. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#repository ClouddeployCustomTargetType#repository}
-
getPath
@Stability(Stable) @Nullable default String getPath()
Relative path from the repository root to the Skaffold file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#path ClouddeployCustomTargetType#path}
-
getRef
@Stability(Stable) @Nullable default String getRef()
Branch or tag to use when cloning the repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#ref ClouddeployCustomTargetType#ref}
-
builder
@Stability(Stable) static ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGoogleCloudBuildRepo.Builder builder()
-
-