- 0.55.0 (latest)
- 0.53.0
- 0.52.0
- 0.50.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class PublicBlueprint.Builder extends GeneratedMessage.Builder<PublicBlueprint.Builder> implements PublicBlueprintOrBuilderA Blueprint contains a collection of kubernetes resources in the form of YAML files. The file contents of a blueprint are collectively known as package. Public blueprint is a TNA provided blueprint that in present in TNA's public catalog. A user can copy the public blueprint to their private catalog for further modifications.
Protobuf type google.cloud.telcoautomation.v1.PublicBlueprint
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PublicBlueprint.BuilderImplements
PublicBlueprintOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PublicBlueprint build()| Returns | |
|---|---|
| Type | Description |
PublicBlueprint |
|
buildPartial()
public PublicBlueprint buildPartial()| Returns | |
|---|---|
| Type | Description |
PublicBlueprint |
|
clear()
public PublicBlueprint.Builder clear()| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
|
clearDeploymentLevel()
public PublicBlueprint.Builder clearDeploymentLevel()DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
.google.cloud.telcoautomation.v1.DeploymentLevel deployment_level = 4;
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
clearDescription()
public PublicBlueprint.Builder clearDescription()The description of the public blueprint.
string description = 3;
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
clearDisplayName()
public PublicBlueprint.Builder clearDisplayName()The display name of the public blueprint.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
clearName()
public PublicBlueprint.Builder clearName()Name of the public blueprint.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
clearRollbackSupport()
public PublicBlueprint.Builder clearRollbackSupport()Output only. Indicates if the deployment created from this blueprint can be rolled back.
bool rollback_support = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
clearSourceProvider()
public PublicBlueprint.Builder clearSourceProvider()Source provider is the author of a public blueprint. e.g. Google, vendors
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PublicBlueprint getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PublicBlueprint |
|
getDeploymentLevel()
public DeploymentLevel getDeploymentLevel()DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
.google.cloud.telcoautomation.v1.DeploymentLevel deployment_level = 4;
| Returns | |
|---|---|
| Type | Description |
DeploymentLevel |
The deploymentLevel. |
getDeploymentLevelValue()
public int getDeploymentLevelValue()DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
.google.cloud.telcoautomation.v1.DeploymentLevel deployment_level = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for deploymentLevel. |
getDescription()
public String getDescription()The description of the public blueprint.
string description = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()The description of the public blueprint.
string description = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()The display name of the public blueprint.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The display name of the public blueprint.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public String getName()Name of the public blueprint.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Name of the public blueprint.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRollbackSupport()
public boolean getRollbackSupport()Output only. Indicates if the deployment created from this blueprint can be rolled back.
bool rollback_support = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The rollbackSupport. |
getSourceProvider()
public String getSourceProvider()Source provider is the author of a public blueprint. e.g. Google, vendors
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceProvider. |
getSourceProviderBytes()
public ByteString getSourceProviderBytes()Source provider is the author of a public blueprint. e.g. Google, vendors
string source_provider = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceProvider. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PublicBlueprint other)
public PublicBlueprint.Builder mergeFrom(PublicBlueprint other)| Parameter | |
|---|---|
| Name | Description |
other |
PublicBlueprint |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PublicBlueprint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PublicBlueprint.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
|
setDeploymentLevel(DeploymentLevel value)
public PublicBlueprint.Builder setDeploymentLevel(DeploymentLevel value)DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
.google.cloud.telcoautomation.v1.DeploymentLevel deployment_level = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
DeploymentLevelThe deploymentLevel to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setDeploymentLevelValue(int value)
public PublicBlueprint.Builder setDeploymentLevelValue(int value)DeploymentLevel of a blueprint signifies where the blueprint will be applied. e.g. [HYDRATION, SINGLE_DEPLOYMENT, MULTI_DEPLOYMENT]
.google.cloud.telcoautomation.v1.DeploymentLevel deployment_level = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for deploymentLevel to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setDescription(String value)
public PublicBlueprint.Builder setDescription(String value)The description of the public blueprint.
string description = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe description to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public PublicBlueprint.Builder setDescriptionBytes(ByteString value)The description of the public blueprint.
string description = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setDisplayName(String value)
public PublicBlueprint.Builder setDisplayName(String value)The display name of the public blueprint.
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public PublicBlueprint.Builder setDisplayNameBytes(ByteString value)The display name of the public blueprint.
string display_name = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setName(String value)
public PublicBlueprint.Builder setName(String value)Name of the public blueprint.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public PublicBlueprint.Builder setNameBytes(ByteString value)Name of the public blueprint.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setRollbackSupport(boolean value)
public PublicBlueprint.Builder setRollbackSupport(boolean value)Output only. Indicates if the deployment created from this blueprint can be rolled back.
bool rollback_support = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe rollbackSupport to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setSourceProvider(String value)
public PublicBlueprint.Builder setSourceProvider(String value)Source provider is the author of a public blueprint. e.g. Google, vendors
string source_provider = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sourceProvider to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |
setSourceProviderBytes(ByteString value)
public PublicBlueprint.Builder setSourceProviderBytes(ByteString value)Source provider is the author of a public blueprint. e.g. Google, vendors
string source_provider = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sourceProvider to set. |
| Returns | |
|---|---|
| Type | Description |
PublicBlueprint.Builder |
This builder for chaining. |