Class GatekeeperDeploymentState (1.3.4)

public final class GatekeeperDeploymentState extends GeneratedMessageV3 implements GatekeeperDeploymentStateOrBuilder

State of Policy Controller installation.

Protobuf type google.cloud.gkehub.configmanagement.v1.GatekeeperDeploymentState

Static Fields

GATEKEEPER_AUDIT_FIELD_NUMBER

public static final int GATEKEEPER_AUDIT_FIELD_NUMBER
Field Value
TypeDescription
int

GATEKEEPER_CONTROLLER_MANAGER_STATE_FIELD_NUMBER

public static final int GATEKEEPER_CONTROLLER_MANAGER_STATE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GatekeeperDeploymentState getDefaultInstance()
Returns
TypeDescription
GatekeeperDeploymentState

getDescriptor()

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

newBuilder()

public static GatekeeperDeploymentState.Builder newBuilder()
Returns
TypeDescription
GatekeeperDeploymentState.Builder

newBuilder(GatekeeperDeploymentState prototype)

public static GatekeeperDeploymentState.Builder newBuilder(GatekeeperDeploymentState prototype)
Parameter
NameDescription
prototypeGatekeeperDeploymentState
Returns
TypeDescription
GatekeeperDeploymentState.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<GatekeeperDeploymentState> parser()
Returns
TypeDescription
Parser<GatekeeperDeploymentState>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GatekeeperDeploymentState getDefaultInstanceForType()
Returns
TypeDescription
GatekeeperDeploymentState

getGatekeeperAudit()

public DeploymentState getGatekeeperAudit()

Status of gatekeeper-audit deployment.

.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_audit = 2;

Returns
TypeDescription
DeploymentState

The gatekeeperAudit.

getGatekeeperAuditValue()

public int getGatekeeperAuditValue()

Status of gatekeeper-audit deployment.

.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_audit = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for gatekeeperAudit.

getGatekeeperControllerManagerState()

public DeploymentState getGatekeeperControllerManagerState()

Status of gatekeeper-controller-manager pod.

.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_controller_manager_state = 1;

Returns
TypeDescription
DeploymentState

The gatekeeperControllerManagerState.

getGatekeeperControllerManagerStateValue()

public int getGatekeeperControllerManagerStateValue()

Status of gatekeeper-controller-manager pod.

.google.cloud.gkehub.configmanagement.v1.DeploymentState gatekeeper_controller_manager_state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for gatekeeperControllerManagerState.

getParserForType()

public Parser<GatekeeperDeploymentState> getParserForType()
Returns
TypeDescription
Parser<GatekeeperDeploymentState>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 GatekeeperDeploymentState.Builder newBuilderForType()
Returns
TypeDescription
GatekeeperDeploymentState.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GatekeeperDeploymentState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GatekeeperDeploymentState.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public GatekeeperDeploymentState.Builder toBuilder()
Returns
TypeDescription
GatekeeperDeploymentState.Builder

writeTo(CodedOutputStream output)

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