Uses of Class
com.google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component
-
Packages that use LoggingComponentConfig.Component Package Description com.google.cloud.gkemulticloud.v1 A client to Anthos Multi-Cloud API -
-
Uses of LoggingComponentConfig.Component in com.google.cloud.gkemulticloud.v1
Methods in com.google.cloud.gkemulticloud.v1 that return LoggingComponentConfig.Component Modifier and Type Method Description static LoggingComponentConfig.Component
LoggingComponentConfig.Component. forNumber(int value)
LoggingComponentConfig.Component
LoggingComponentConfig.Builder. getEnableComponents(int index)
The components to be enabled.LoggingComponentConfig.Component
LoggingComponentConfig. getEnableComponents(int index)
The components to be enabled.LoggingComponentConfig.Component
LoggingComponentConfigOrBuilder. getEnableComponents(int index)
The components to be enabled.static LoggingComponentConfig.Component
LoggingComponentConfig.Component. valueOf(int value)
Deprecated.static LoggingComponentConfig.Component
LoggingComponentConfig.Component. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LoggingComponentConfig.Component
LoggingComponentConfig.Component. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingComponentConfig.Component[]
LoggingComponentConfig.Component. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkemulticloud.v1 that return types with arguments of type LoggingComponentConfig.Component Modifier and Type Method Description List<LoggingComponentConfig.Component>
LoggingComponentConfig.Builder. getEnableComponentsList()
The components to be enabled.List<LoggingComponentConfig.Component>
LoggingComponentConfig. getEnableComponentsList()
The components to be enabled.List<LoggingComponentConfig.Component>
LoggingComponentConfigOrBuilder. getEnableComponentsList()
The components to be enabled.static com.google.protobuf.Internal.EnumLiteMap<LoggingComponentConfig.Component>
LoggingComponentConfig.Component. internalGetValueMap()
Methods in com.google.cloud.gkemulticloud.v1 with parameters of type LoggingComponentConfig.Component Modifier and Type Method Description LoggingComponentConfig.Builder
LoggingComponentConfig.Builder. addEnableComponents(LoggingComponentConfig.Component value)
The components to be enabled.LoggingComponentConfig.Builder
LoggingComponentConfig.Builder. setEnableComponents(int index, LoggingComponentConfig.Component value)
The components to be enabled.Method parameters in com.google.cloud.gkemulticloud.v1 with type arguments of type LoggingComponentConfig.Component Modifier and Type Method Description LoggingComponentConfig.Builder
LoggingComponentConfig.Builder. addAllEnableComponents(Iterable<? extends LoggingComponentConfig.Component> values)
The components to be enabled.
-