Class NodePoolLoggingConfig (2.44.0)

public final class NodePoolLoggingConfig extends GeneratedMessageV3 implements NodePoolLoggingConfigOrBuilder

NodePoolLoggingConfig specifies logging configuration for nodepools.

Protobuf type google.container.v1beta1.NodePoolLoggingConfig

Static Fields

VARIANT_CONFIG_FIELD_NUMBER

public static final int VARIANT_CONFIG_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NodePoolLoggingConfig getDefaultInstance()
Returns
TypeDescription
NodePoolLoggingConfig

getDescriptor()

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

newBuilder()

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

newBuilder(NodePoolLoggingConfig prototype)

public static NodePoolLoggingConfig.Builder newBuilder(NodePoolLoggingConfig prototype)
Parameter
NameDescription
prototypeNodePoolLoggingConfig
Returns
TypeDescription
NodePoolLoggingConfig.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public NodePoolLoggingConfig getDefaultInstanceForType()
Returns
TypeDescription
NodePoolLoggingConfig

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getVariantConfig()

public LoggingVariantConfig getVariantConfig()

Logging variant configuration.

.google.container.v1beta1.LoggingVariantConfig variant_config = 1;

Returns
TypeDescription
LoggingVariantConfig

The variantConfig.

getVariantConfigOrBuilder()

public LoggingVariantConfigOrBuilder getVariantConfigOrBuilder()

Logging variant configuration.

.google.container.v1beta1.LoggingVariantConfig variant_config = 1;

Returns
TypeDescription
LoggingVariantConfigOrBuilder

hasVariantConfig()

public boolean hasVariantConfig()

Logging variant configuration.

.google.container.v1beta1.LoggingVariantConfig variant_config = 1;

Returns
TypeDescription
boolean

Whether the variantConfig field is set.

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 NodePoolLoggingConfig.Builder newBuilderForType()
Returns
TypeDescription
NodePoolLoggingConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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