public final class BinauthzState extends GeneratedMessageV3 implements BinauthzStateOrBuilder
State for Binauthz
Protobuf type google.cloud.gkehub.configmanagement.v1beta.BinauthzState
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
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BinauthzState.Builder newBuilder()
newBuilder(BinauthzState prototype)
public static BinauthzState.Builder newBuilder(BinauthzState prototype)
public static BinauthzState parseDelimitedFrom(InputStream input)
public static BinauthzState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BinauthzState parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BinauthzState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BinauthzState parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BinauthzState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BinauthzState parseFrom(CodedInputStream input)
public static BinauthzState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BinauthzState parseFrom(InputStream input)
public static BinauthzState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BinauthzState parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BinauthzState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BinauthzState> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public BinauthzState getDefaultInstanceForType()
getParserForType()
public Parser<BinauthzState> getParserForType()
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.v1beta.BinauthzVersion version = 2;
getVersionOrBuilder()
public BinauthzVersionOrBuilder getVersionOrBuilder()
The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1beta.BinauthzVersion version = 2;
getWebhook()
public DeploymentState getWebhook()
The state of the binauthz webhook.
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState webhook = 1;
getWebhookValue()
public int getWebhookValue()
The state of the binauthz webhook.
.google.cloud.gkehub.configmanagement.v1beta.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.v1beta.BinauthzVersion version = 2;
Returns |
---|
Type | Description |
boolean | Whether the version field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BinauthzState.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BinauthzState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BinauthzState.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides