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