public static final class AuthorizationScope.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder> implements AuthorizationScopeOrBuilder
audit.AuthorizationScope
Modifier and Type | Method and Description |
---|---|
AuthorizationScope.Builder |
addAllOuterScope(java.lang.Iterable<java.lang.String> values)
Path elements in the outer scopes, outermost first
|
AuthorizationScope.Builder |
addOuterScope(java.lang.String value)
Path elements in the outer scopes, outermost first
|
AuthorizationScope.Builder |
addOuterScopeBytes(com.google.protobuf.ByteString value)
Path elements in the outer scopes, outermost first
|
AuthorizationScope.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AuthorizationScope |
build() |
AuthorizationScope |
buildPartial() |
AuthorizationScope.Builder |
clear() |
AuthorizationScope.Builder |
clearClusters() |
AuthorizationScope.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AuthorizationScope.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AuthorizationScope.Builder |
clearOuterScope()
Path elements in the outer scopes, outermost first
|
AuthorizationScope.Builder |
clone() |
boolean |
containsClusters(java.lang.String key)
map<string, string> clusters = 2; |
java.util.Map<java.lang.String,java.lang.String> |
getClusters()
Deprecated.
|
int |
getClustersCount()
map<string, string> clusters = 2; |
java.util.Map<java.lang.String,java.lang.String> |
getClustersMap()
map<string, string> clusters = 2; |
java.lang.String |
getClustersOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> clusters = 2; |
java.lang.String |
getClustersOrThrow(java.lang.String key)
map<string, string> clusters = 2; |
AuthorizationScope |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.util.Map<java.lang.String,java.lang.String> |
getMutableClusters()
Deprecated.
|
java.lang.String |
getOuterScope(int index)
Path elements in the outer scopes, outermost first
|
com.google.protobuf.ByteString |
getOuterScopeBytes(int index)
Path elements in the outer scopes, outermost first
|
int |
getOuterScopeCount()
Path elements in the outer scopes, outermost first
|
com.google.protobuf.ProtocolStringList |
getOuterScopeList()
Path elements in the outer scopes, outermost first
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
AuthorizationScope.Builder |
mergeFrom(AuthorizationScope other) |
AuthorizationScope.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthorizationScope.Builder |
mergeFrom(com.google.protobuf.Message other) |
AuthorizationScope.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AuthorizationScope.Builder |
putAllClusters(java.util.Map<java.lang.String,java.lang.String> values)
map<string, string> clusters = 2; |
AuthorizationScope.Builder |
putClusters(java.lang.String key,
java.lang.String value)
map<string, string> clusters = 2; |
AuthorizationScope.Builder |
removeClusters(java.lang.String key)
map<string, string> clusters = 2; |
AuthorizationScope.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
AuthorizationScope.Builder |
setOuterScope(int index,
java.lang.String value)
Path elements in the outer scopes, outermost first
|
AuthorizationScope.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
AuthorizationScope.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public AuthorizationScope build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public AuthorizationScope buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public AuthorizationScope.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder mergeFrom(AuthorizationScope other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public AuthorizationScope.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<AuthorizationScope.Builder>
java.io.IOException
public com.google.protobuf.ProtocolStringList getOuterScopeList()
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
getOuterScopeList
in interface AuthorizationScopeOrBuilder
public int getOuterScopeCount()
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
getOuterScopeCount
in interface AuthorizationScopeOrBuilder
public java.lang.String getOuterScope(int index)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
getOuterScope
in interface AuthorizationScopeOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getOuterScopeBytes(int index)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
getOuterScopeBytes
in interface AuthorizationScopeOrBuilder
index
- The index of the value to return.public AuthorizationScope.Builder setOuterScope(int index, java.lang.String value)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
index
- The index to set the value at.value
- The outerScope to set.public AuthorizationScope.Builder addOuterScope(java.lang.String value)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
value
- The outerScope to add.public AuthorizationScope.Builder addAllOuterScope(java.lang.Iterable<java.lang.String> values)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
values
- The outerScope to add.public AuthorizationScope.Builder clearOuterScope()
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
public AuthorizationScope.Builder addOuterScopeBytes(com.google.protobuf.ByteString value)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
value
- The bytes of the outerScope to add.public int getClustersCount()
AuthorizationScopeOrBuilder
map<string, string> clusters = 2;
getClustersCount
in interface AuthorizationScopeOrBuilder
public boolean containsClusters(java.lang.String key)
map<string, string> clusters = 2;
containsClusters
in interface AuthorizationScopeOrBuilder
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getClusters()
getClustersMap()
instead.getClusters
in interface AuthorizationScopeOrBuilder
public java.util.Map<java.lang.String,java.lang.String> getClustersMap()
map<string, string> clusters = 2;
getClustersMap
in interface AuthorizationScopeOrBuilder
public java.lang.String getClustersOrDefault(java.lang.String key, java.lang.String defaultValue)
map<string, string> clusters = 2;
getClustersOrDefault
in interface AuthorizationScopeOrBuilder
public java.lang.String getClustersOrThrow(java.lang.String key)
map<string, string> clusters = 2;
getClustersOrThrow
in interface AuthorizationScopeOrBuilder
public AuthorizationScope.Builder clearClusters()
public AuthorizationScope.Builder removeClusters(java.lang.String key)
map<string, string> clusters = 2;
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableClusters()
public AuthorizationScope.Builder putClusters(java.lang.String key, java.lang.String value)
map<string, string> clusters = 2;
public AuthorizationScope.Builder putAllClusters(java.util.Map<java.lang.String,java.lang.String> values)
map<string, string> clusters = 2;
public final AuthorizationScope.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>
public final AuthorizationScope.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<AuthorizationScope.Builder>