public static final class AppProfile.StandardIsolation.Builder extends com.google.protobuf.GeneratedMessage.Builder<AppProfile.StandardIsolation.Builder> implements AppProfile.StandardIsolationOrBuilder
Standard options for isolating this app profile's traffic from other use cases.Protobuf type
google.bigtable.admin.v2.AppProfile.StandardIsolation| Modifier and Type | Method and Description |
|---|---|
AppProfile.StandardIsolation |
build() |
AppProfile.StandardIsolation |
buildPartial() |
AppProfile.StandardIsolation.Builder |
clear() |
AppProfile.StandardIsolation.Builder |
clearPriority()
The priority of requests sent using this app profile.
|
AppProfile.StandardIsolation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AppProfile.Priority |
getPriority()
The priority of requests sent using this app profile.
|
int |
getPriorityValue()
The priority of requests sent using this app profile.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AppProfile.StandardIsolation.Builder |
mergeFrom(AppProfile.StandardIsolation other) |
AppProfile.StandardIsolation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AppProfile.StandardIsolation.Builder |
mergeFrom(com.google.protobuf.Message other) |
AppProfile.StandardIsolation.Builder |
setPriority(AppProfile.Priority value)
The priority of requests sent using this app profile.
|
AppProfile.StandardIsolation.Builder |
setPriorityValue(int value)
The priority of requests sent using this app profile.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.StandardIsolation.Builder>public AppProfile.StandardIsolation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.StandardIsolation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.StandardIsolation.Builder>public AppProfile.StandardIsolation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AppProfile.StandardIsolation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AppProfile.StandardIsolation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AppProfile.StandardIsolation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppProfile.StandardIsolation.Builder>public AppProfile.StandardIsolation.Builder mergeFrom(AppProfile.StandardIsolation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<AppProfile.StandardIsolation.Builder>public AppProfile.StandardIsolation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppProfile.StandardIsolation.Builder>IOExceptionpublic int getPriorityValue()
The priority of requests sent using this app profile.
.google.bigtable.admin.v2.AppProfile.Priority priority = 1;getPriorityValue in interface AppProfile.StandardIsolationOrBuilderpublic AppProfile.StandardIsolation.Builder setPriorityValue(int value)
The priority of requests sent using this app profile.
.google.bigtable.admin.v2.AppProfile.Priority priority = 1;value - The enum numeric value on the wire for priority to set.public AppProfile.Priority getPriority()
The priority of requests sent using this app profile.
.google.bigtable.admin.v2.AppProfile.Priority priority = 1;getPriority in interface AppProfile.StandardIsolationOrBuilderpublic AppProfile.StandardIsolation.Builder setPriority(AppProfile.Priority value)
The priority of requests sent using this app profile.
.google.bigtable.admin.v2.AppProfile.Priority priority = 1;value - The priority to set.public AppProfile.StandardIsolation.Builder clearPriority()
The priority of requests sent using this app profile.
.google.bigtable.admin.v2.AppProfile.Priority priority = 1;Copyright © 2026 Google LLC. All rights reserved.