public final class LoggingComponentConfig extends GeneratedMessage implements LoggingComponentConfigOrBuilderLoggingComponentConfig is cluster logging component configuration.
Protobuf type google.container.v1beta1.LoggingComponentConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > LoggingComponentConfigImplements
LoggingComponentConfigOrBuilderStatic Fields
ENABLE_COMPONENTS_FIELD_NUMBER
public static final int ENABLE_COMPONENTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static LoggingComponentConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static LoggingComponentConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig.Builder |
|
newBuilder(LoggingComponentConfig prototype)
public static LoggingComponentConfig.Builder newBuilder(LoggingComponentConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
LoggingComponentConfig |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static LoggingComponentConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LoggingComponentConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static LoggingComponentConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LoggingComponentConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static LoggingComponentConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LoggingComponentConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static LoggingComponentConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LoggingComponentConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static LoggingComponentConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LoggingComponentConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static LoggingComponentConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LoggingComponentConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<LoggingComponentConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<LoggingComponentConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public LoggingComponentConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|
getEnableComponents(int index)
public LoggingComponentConfig.Component getEnableComponents(int index)Select components to collect logs. An empty set would disable all logging.
repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig.Component |
The enableComponents at the given index. |
getEnableComponentsCount()
public int getEnableComponentsCount()Select components to collect logs. An empty set would disable all logging.
repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of enableComponents. |
getEnableComponentsList()
public List<LoggingComponentConfig.Component> getEnableComponentsList()Select components to collect logs. An empty set would disable all logging.
repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1;
| Returns | |
|---|---|
| Type | Description |
List<Component> |
A list containing the enableComponents. |
getEnableComponentsValue(int index)
public int getEnableComponentsValue(int index)Select components to collect logs. An empty set would disable all logging.
repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of enableComponents at the given index. |
getEnableComponentsValueList()
public List<Integer> getEnableComponentsValueList()Select components to collect logs. An empty set would disable all logging.
repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for enableComponents. |
getParserForType()
public Parser<LoggingComponentConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<LoggingComponentConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public LoggingComponentConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected LoggingComponentConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig.Builder |
|
toBuilder()
public LoggingComponentConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
LoggingComponentConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|