Send feedback
Class HydratedDeployment (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public final class HydratedDeployment extends GeneratedMessageV3 implements HydratedDeploymentOrBuilder
A collection of kubernetes yaml files which are deployed on a Workload
Cluster. Hydrated Deployments are created by TNA intent based automation.
Protobuf type google.cloud.telcoautomation.v1.HydratedDeployment
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FILES_FIELD_NUMBER
public static final int FILES_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
WORKLOAD_CLUSTER_FIELD_NUMBER
public static final int WORKLOAD_CLUSTER_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static HydratedDeployment getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static HydratedDeployment . Builder newBuilder ()
newBuilder(HydratedDeployment prototype)
public static HydratedDeployment . Builder newBuilder ( HydratedDeployment prototype )
public static HydratedDeployment parseDelimitedFrom ( InputStream input )
public static HydratedDeployment parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static HydratedDeployment parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static HydratedDeployment parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static HydratedDeployment parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static HydratedDeployment parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static HydratedDeployment parseFrom ( CodedInputStream input )
public static HydratedDeployment parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static HydratedDeployment parseFrom ( InputStream input )
public static HydratedDeployment parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static HydratedDeployment parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static HydratedDeployment parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<HydratedDeployment> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public HydratedDeployment getDefaultInstanceForType ()
getFiles(int index)
public File getFiles ( int index )
Optional. File contents of a hydrated deployment.
When invoking UpdateHydratedBlueprint API, only the modified files should
be included in this. Files that are not included in the update of a
hydrated deployment will not be changed.
repeated .google.cloud.telcoautomation.v1.File files = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
Returns
Type
Description
File
getFilesCount()
public int getFilesCount ()
Optional. File contents of a hydrated deployment.
When invoking UpdateHydratedBlueprint API, only the modified files should
be included in this. Files that are not included in the update of a
hydrated deployment will not be changed.
repeated .google.cloud.telcoautomation.v1.File files = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
getFilesList()
public List<File> getFilesList ()
Optional. File contents of a hydrated deployment.
When invoking UpdateHydratedBlueprint API, only the modified files should
be included in this. Files that are not included in the update of a
hydrated deployment will not be changed.
repeated .google.cloud.telcoautomation.v1.File files = 3 [(.google.api.field_behavior) = OPTIONAL];
getFilesOrBuilder(int index)
public FileOrBuilder getFilesOrBuilder ( int index )
Optional. File contents of a hydrated deployment.
When invoking UpdateHydratedBlueprint API, only the modified files should
be included in this. Files that are not included in the update of a
hydrated deployment will not be changed.
repeated .google.cloud.telcoautomation.v1.File files = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
getFilesOrBuilderList()
public List <? extends FileOrBuilder > getFilesOrBuilderList ()
Optional. File contents of a hydrated deployment.
When invoking UpdateHydratedBlueprint API, only the modified files should
be included in this. Files that are not included in the update of a
hydrated deployment will not be changed.
repeated .google.cloud.telcoautomation.v1.File files = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
List <? extends com.google.cloud.telcoautomation.v1.FileOrBuilder >
getName()
Output only. The name of the hydrated deployment.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Output only. The name of the hydrated deployment.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<HydratedDeployment> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getState()
public HydratedDeployment . State getState ()
Output only. State of the hydrated deployment (DRAFT, APPLIED).
.google.cloud.telcoautomation.v1.HydratedDeployment.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue ()
Output only. State of the hydrated deployment (DRAFT, APPLIED).
.google.cloud.telcoautomation.v1.HydratedDeployment.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for state.
getWorkloadCluster()
public String getWorkloadCluster ()
Output only. WorkloadCluster identifies which workload cluster will the
hydrated deployment will be deployed on.
string workload_cluster = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The workloadCluster.
getWorkloadClusterBytes()
public ByteString getWorkloadClusterBytes ()
Output only. WorkloadCluster identifies which workload cluster will the
hydrated deployment will be deployed on.
string workload_cluster = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for workloadCluster.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public HydratedDeployment . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected HydratedDeployment . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public HydratedDeployment . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]