Uses of Class
com.google.container.v1beta1.ClusterTelemetry.Type
-
Packages that use ClusterTelemetry.Type Package Description com.google.container.v1beta1 -
-
Uses of ClusterTelemetry.Type in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return ClusterTelemetry.Type Modifier and Type Method Description static ClusterTelemetry.Type
ClusterTelemetry.Type. forNumber(int value)
ClusterTelemetry.Type
ClusterTelemetry.Builder. getType()
Type of the integration.ClusterTelemetry.Type
ClusterTelemetry. getType()
Type of the integration.ClusterTelemetry.Type
ClusterTelemetryOrBuilder. getType()
Type of the integration.static ClusterTelemetry.Type
ClusterTelemetry.Type. valueOf(int value)
Deprecated.static ClusterTelemetry.Type
ClusterTelemetry.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ClusterTelemetry.Type
ClusterTelemetry.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterTelemetry.Type[]
ClusterTelemetry.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type ClusterTelemetry.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ClusterTelemetry.Type>
ClusterTelemetry.Type. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type ClusterTelemetry.Type Modifier and Type Method Description ClusterTelemetry.Builder
ClusterTelemetry.Builder. setType(ClusterTelemetry.Type value)
Type of the integration.
-