Class NodePoolLoggingConfig (2.46.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
Type Description
int

Static Methods

getDefaultInstance()

public static NodePoolLoggingConfig getDefaultInstance()
Returns
Type Description
NodePoolLoggingConfig

getDescriptor()

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

newBuilder()

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

newBuilder(NodePoolLoggingConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public NodePoolLoggingConfig getDefaultInstanceForType()
Returns
Type Description
NodePoolLoggingConfig

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVariantConfig()

public LoggingVariantConfig getVariantConfig()

Logging variant configuration.

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

Returns
Type Description
LoggingVariantConfig

The variantConfig.

getVariantConfigOrBuilder()

public LoggingVariantConfigOrBuilder getVariantConfigOrBuilder()

Logging variant configuration.

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

Returns
Type Description
LoggingVariantConfigOrBuilder

hasVariantConfig()

public boolean hasVariantConfig()

Logging variant configuration.

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

Returns
Type Description
boolean

Whether the variantConfig 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 NodePoolLoggingConfig.Builder newBuilderForType()
Returns
Type Description
NodePoolLoggingConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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