Uses of Class
com.google.rpc.context.AttributeContext.Auth.Builder
Packages that use AttributeContext.Auth.Builder
-
Uses of AttributeContext.Auth.Builder in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Auth.BuilderModifier and TypeMethodDescriptionAttributeContext.Auth.Builder.addAccessLevels
(String value) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.addAccessLevelsBytes
(com.google.protobuf.ByteString value) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.addAllAccessLevels
(Iterable<String> values) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.addAllAudiences
(Iterable<String> values) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.addAudiences
(String value) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.addAudiencesBytes
(com.google.protobuf.ByteString value) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Auth.Builder.clear()
AttributeContext.Auth.Builder.clearAccessLevels()
A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.clearAudiences()
The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.clearClaims()
Structured claims presented with the credential.AttributeContext.Auth.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Auth.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Auth.Builder.clearPresenter()
The authorized presenter of the credential.AttributeContext.Auth.Builder.clearPrincipal()
The authenticated principal.AttributeContext.Auth.Builder.clone()
AttributeContext.Request.Builder.getAuthBuilder()
The request authentication.AttributeContext.Auth.Builder.mergeClaims
(com.google.protobuf.Struct value) Structured claims presented with the credential.AttributeContext.Auth.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Auth.Builder.mergeFrom
(com.google.protobuf.Message other) AttributeContext.Auth.Builder.mergeFrom
(AttributeContext.Auth other) AttributeContext.Auth.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Auth.newBuilder()
AttributeContext.Auth.newBuilder
(AttributeContext.Auth prototype) AttributeContext.Auth.newBuilderForType()
protected AttributeContext.Auth.Builder
AttributeContext.Auth.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Auth.Builder.setAccessLevels
(int index, String value) A list of access level resource names that allow resources to be accessed by authenticated requester.AttributeContext.Auth.Builder.setAudiences
(int index, String value) The intended audience(s) for this authentication information.AttributeContext.Auth.Builder.setClaims
(com.google.protobuf.Struct value) Structured claims presented with the credential.AttributeContext.Auth.Builder.setClaims
(com.google.protobuf.Struct.Builder builderForValue) Structured claims presented with the credential.AttributeContext.Auth.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Auth.Builder.setPresenter
(String value) The authorized presenter of the credential.AttributeContext.Auth.Builder.setPresenterBytes
(com.google.protobuf.ByteString value) The authorized presenter of the credential.AttributeContext.Auth.Builder.setPrincipal
(String value) The authenticated principal.AttributeContext.Auth.Builder.setPrincipalBytes
(com.google.protobuf.ByteString value) The authenticated principal.AttributeContext.Auth.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Auth.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Auth.toBuilder()
Methods in com.google.rpc.context with parameters of type AttributeContext.Auth.BuilderModifier and TypeMethodDescriptionAttributeContext.Request.Builder.setAuth
(AttributeContext.Auth.Builder builderForValue) The request authentication.