Uses of Class
com.google.cloud.metastore.v1alpha.TelemetryConfig.LogFormat
-
Packages that use TelemetryConfig.LogFormat Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore API -
-
Uses of TelemetryConfig.LogFormat in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return TelemetryConfig.LogFormat Modifier and Type Method Description static TelemetryConfig.LogFormat
TelemetryConfig.LogFormat. forNumber(int value)
TelemetryConfig.LogFormat
TelemetryConfig.Builder. getLogFormat()
The output format of the Dataproc Metastore service's logs.TelemetryConfig.LogFormat
TelemetryConfig. getLogFormat()
The output format of the Dataproc Metastore service's logs.TelemetryConfig.LogFormat
TelemetryConfigOrBuilder. getLogFormat()
The output format of the Dataproc Metastore service's logs.static TelemetryConfig.LogFormat
TelemetryConfig.LogFormat. valueOf(int value)
Deprecated.static TelemetryConfig.LogFormat
TelemetryConfig.LogFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TelemetryConfig.LogFormat
TelemetryConfig.LogFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static TelemetryConfig.LogFormat[]
TelemetryConfig.LogFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.metastore.v1alpha that return types with arguments of type TelemetryConfig.LogFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TelemetryConfig.LogFormat>
TelemetryConfig.LogFormat. internalGetValueMap()
Methods in com.google.cloud.metastore.v1alpha with parameters of type TelemetryConfig.LogFormat Modifier and Type Method Description TelemetryConfig.Builder
TelemetryConfig.Builder. setLogFormat(TelemetryConfig.LogFormat value)
The output format of the Dataproc Metastore service's logs.
-