Package com.google.bigtable.admin.v2
Interface AppProfile.StandardIsolationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppProfile.StandardIsolation,AppProfile.StandardIsolation.Builder
- Enclosing class:
- AppProfile
public static interface AppProfile.StandardIsolationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe priority of requests sent using this app profile.intThe priority of requests sent using this app profile.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPriorityValue
int getPriorityValue()The priority of requests sent using this app profile.
.google.bigtable.admin.v2.AppProfile.Priority priority = 1;- Returns:
- The enum numeric value on the wire for priority.
-
getPriority
AppProfile.Priority getPriority()The priority of requests sent using this app profile.
.google.bigtable.admin.v2.AppProfile.Priority priority = 1;- Returns:
- The priority.
-