public interface TerraformBlueprintOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsInputValues(String key)
public abstract boolean containsInputValues(String key)Optional. Input variable values for the Terraform blueprint.
map<string, .google.cloud.config.v1.TerraformVariable> input_values = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getGcsSource()
public abstract String getGcsSource() URI of an object in Google Cloud Storage.
Format: gs://{bucket}/{object}
URI may also specify an object version for zipped objects.
Format: gs://{bucket}/{object}#{version}
string gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsSource. |
getGcsSourceBytes()
public abstract ByteString getGcsSourceBytes() URI of an object in Google Cloud Storage.
Format: gs://{bucket}/{object}
URI may also specify an object version for zipped objects.
Format: gs://{bucket}/{object}#{version}
string gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsSource. |
getGitSource()
public abstract GitSource getGitSource()URI of a public Git repo.
.google.cloud.config.v1.GitSource git_source = 2;
| Returns | |
|---|---|
| Type | Description |
GitSource |
The gitSource. |
getGitSourceOrBuilder()
public abstract GitSourceOrBuilder getGitSourceOrBuilder()URI of a public Git repo.
.google.cloud.config.v1.GitSource git_source = 2;
| Returns | |
|---|---|
| Type | Description |
GitSourceOrBuilder |
|
getInputValues() (deprecated)
public abstract Map<String,TerraformVariable> getInputValues()Use #getInputValuesMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,TerraformVariable> |
|
getInputValuesCount()
public abstract int getInputValuesCount()Optional. Input variable values for the Terraform blueprint.
map<string, .google.cloud.config.v1.TerraformVariable> input_values = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInputValuesMap()
public abstract Map<String,TerraformVariable> getInputValuesMap()Optional. Input variable values for the Terraform blueprint.
map<string, .google.cloud.config.v1.TerraformVariable> input_values = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,TerraformVariable> |
|
getInputValuesOrDefault(String key, TerraformVariable defaultValue)
public abstract TerraformVariable getInputValuesOrDefault(String key, TerraformVariable defaultValue)Optional. Input variable values for the Terraform blueprint.
map<string, .google.cloud.config.v1.TerraformVariable> input_values = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
TerraformVariable |
| Returns | |
|---|---|
| Type | Description |
TerraformVariable |
|
getInputValuesOrThrow(String key)
public abstract TerraformVariable getInputValuesOrThrow(String key)Optional. Input variable values for the Terraform blueprint.
map<string, .google.cloud.config.v1.TerraformVariable> input_values = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
TerraformVariable |
|
getSourceCase()
public abstract TerraformBlueprint.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
TerraformBlueprint.SourceCase |
|
hasGcsSource()
public abstract boolean hasGcsSource() URI of an object in Google Cloud Storage.
Format: gs://{bucket}/{object}
URI may also specify an object version for zipped objects.
Format: gs://{bucket}/{object}#{version}
string gcs_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsSource field is set. |
hasGitSource()
public abstract boolean hasGitSource()URI of a public Git repo.
.google.cloud.config.v1.GitSource git_source = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gitSource field is set. |