Class HierarchyControllerDeploymentState (1.28.0)

public final class HierarchyControllerDeploymentState extends GeneratedMessageV3 implements HierarchyControllerDeploymentStateOrBuilder

Deployment state for Hierarchy Controller

Protobuf type google.cloud.gkehub.configmanagement.v1alpha.HierarchyControllerDeploymentState

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > HierarchyControllerDeploymentState
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>)

Static Fields

EXTENSION_FIELD_NUMBER

public static final int EXTENSION_FIELD_NUMBER
Field Value
TypeDescription
int

HNC_FIELD_NUMBER

public static final int HNC_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static HierarchyControllerDeploymentState getDefaultInstance()

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static HierarchyControllerDeploymentState.Builder newBuilder()

newBuilder(HierarchyControllerDeploymentState prototype)

public static HierarchyControllerDeploymentState.Builder newBuilder(HierarchyControllerDeploymentState prototype)
Parameter
NameDescription
prototypeHierarchyControllerDeploymentState

parseDelimitedFrom(InputStream input)

public static HierarchyControllerDeploymentState parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HierarchyControllerDeploymentState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static HierarchyControllerDeploymentState parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static HierarchyControllerDeploymentState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static HierarchyControllerDeploymentState parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static HierarchyControllerDeploymentState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static HierarchyControllerDeploymentState parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static HierarchyControllerDeploymentState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static HierarchyControllerDeploymentState parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HierarchyControllerDeploymentState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static HierarchyControllerDeploymentState parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static HierarchyControllerDeploymentState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<HierarchyControllerDeploymentState> parser()

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public HierarchyControllerDeploymentState getDefaultInstanceForType()

getExtension()

public DeploymentState getExtension()

The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState extension = 2;

Returns
TypeDescription
DeploymentState

The extension.

getExtensionValue()

public int getExtensionValue()

The deployment state for Hierarchy Controller extension (e.g. v0.7.0-hc.1)

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState extension = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for extension.

getHnc()

public DeploymentState getHnc()

The deployment state for open source HNC (e.g. v0.7.0-hc.0)

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState hnc = 1;

Returns
TypeDescription
DeploymentState

The hnc.

getHncValue()

public int getHncValue()

The deployment state for open source HNC (e.g. v0.7.0-hc.0)

.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState hnc = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for hnc.

getParserForType()

public Parser<HierarchyControllerDeploymentState> getParserForType()
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public HierarchyControllerDeploymentState.Builder newBuilderForType()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected HierarchyControllerDeploymentState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public HierarchyControllerDeploymentState.Builder toBuilder()

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException