Class BinauthzState (1.42.0)

public final class BinauthzState extends GeneratedMessageV3 implements BinauthzStateOrBuilder

State for Binauthz

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

Static Fields

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
Type Description
int

WEBHOOK_FIELD_NUMBER

public static final int WEBHOOK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BinauthzState getDefaultInstance()
Returns
Type Description
BinauthzState

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BinauthzState.Builder newBuilder()
Returns
Type Description
BinauthzState.Builder

newBuilder(BinauthzState prototype)

public static BinauthzState.Builder newBuilder(BinauthzState prototype)
Parameter
Name Description
prototype BinauthzState
Returns
Type Description
BinauthzState.Builder

parseDelimitedFrom(InputStream input)

public static BinauthzState parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BinauthzState
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BinauthzState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BinauthzState
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BinauthzState parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BinauthzState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BinauthzState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BinauthzState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BinauthzState parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BinauthzState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BinauthzState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BinauthzState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BinauthzState parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BinauthzState
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BinauthzState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BinauthzState
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BinauthzState parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BinauthzState
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BinauthzState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BinauthzState
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BinauthzState parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BinauthzState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BinauthzState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BinauthzState
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BinauthzState> parser()
Returns
Type Description
Parser<BinauthzState>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BinauthzState getDefaultInstanceForType()
Returns
Type Description
BinauthzState

getParserForType()

public Parser<BinauthzState> getParserForType()
Returns
Type Description
Parser<BinauthzState>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVersion()

public BinauthzVersion getVersion()

The version of binauthz that is installed.

.google.cloud.gkehub.configmanagement.v1alpha.BinauthzVersion version = 2;

Returns
Type Description
BinauthzVersion

The version.

getVersionOrBuilder()

public BinauthzVersionOrBuilder getVersionOrBuilder()

The version of binauthz that is installed.

.google.cloud.gkehub.configmanagement.v1alpha.BinauthzVersion version = 2;

Returns
Type Description
BinauthzVersionOrBuilder

getWebhook()

public DeploymentState getWebhook()

The state of the binauthz webhook.

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

Returns
Type Description
DeploymentState

The webhook.

getWebhookValue()

public int getWebhookValue()

The state of the binauthz webhook.

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

Returns
Type Description
int

The enum numeric value on the wire for webhook.

hasVersion()

public boolean hasVersion()

The version of binauthz that is installed.

.google.cloud.gkehub.configmanagement.v1alpha.BinauthzVersion version = 2;

Returns
Type Description
boolean

Whether the version field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BinauthzState.Builder newBuilderForType()
Returns
Type Description
BinauthzState.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BinauthzState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BinauthzState.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BinauthzState.Builder toBuilder()
Returns
Type Description
BinauthzState.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException