Class AuthenticatorGroupsConfig (2.63.0)

publicfinalclassAuthenticatorGroupsConfigextendsGeneratedMessageV3implementsAuthenticatorGroupsConfigOrBuilder

Configuration for returning group information from authenticators.

Protobuf type google.container.v1.AuthenticatorGroupsConfig

Static Fields

ENABLED_FIELD_NUMBER

publicstaticfinalintENABLED_FIELD_NUMBER
Field Value
TypeDescription
int

SECURITY_GROUP_FIELD_NUMBER

publicstaticfinalintSECURITY_GROUP_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticAuthenticatorGroupsConfiggetDefaultInstance()
Returns
TypeDescription
AuthenticatorGroupsConfig

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticAuthenticatorGroupsConfig.BuildernewBuilder()
Returns
TypeDescription
AuthenticatorGroupsConfig.Builder

newBuilder(AuthenticatorGroupsConfig prototype)

publicstaticAuthenticatorGroupsConfig.BuildernewBuilder(AuthenticatorGroupsConfigprototype)
Parameter
NameDescription
prototypeAuthenticatorGroupsConfig
Returns
TypeDescription
AuthenticatorGroupsConfig.Builder

parseDelimitedFrom(InputStream input)

publicstaticAuthenticatorGroupsConfigparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAuthenticatorGroupsConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticAuthenticatorGroupsConfigparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticAuthenticatorGroupsConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticAuthenticatorGroupsConfigparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticAuthenticatorGroupsConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticAuthenticatorGroupsConfigparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAuthenticatorGroupsConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticAuthenticatorGroupsConfigparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticAuthenticatorGroupsConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticAuthenticatorGroupsConfigparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticAuthenticatorGroupsConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuthenticatorGroupsConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<AuthenticatorGroupsConfig>parser()
Returns
TypeDescription
Parser<AuthenticatorGroupsConfig>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicAuthenticatorGroupsConfiggetDefaultInstanceForType()
Returns
TypeDescription
AuthenticatorGroupsConfig

getEnabled()

publicbooleangetEnabled()

Whether this cluster should return group membership lookups during authentication using a group of security groups.

bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.

getParserForType()

publicParser<AuthenticatorGroupsConfig>getParserForType()
Returns
TypeDescription
Parser<AuthenticatorGroupsConfig>
Overrides

getSecurityGroup()

publicStringgetSecurityGroup()

The name of the security group-of-groups to be used. Only relevant if enabled = true.

string security_group = 2;

Returns
TypeDescription
String

The securityGroup.

getSecurityGroupBytes()

publicByteStringgetSecurityGroupBytes()

The name of the security group-of-groups to be used. Only relevant if enabled = true.

string security_group = 2;

Returns
TypeDescription
ByteString

The bytes for securityGroup.

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicAuthenticatorGroupsConfig.BuildernewBuilderForType()
Returns
TypeDescription
AuthenticatorGroupsConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedAuthenticatorGroupsConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AuthenticatorGroupsConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicAuthenticatorGroupsConfig.BuildertoBuilder()
Returns
TypeDescription
AuthenticatorGroupsConfig.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException