Uses of Class
com.google.rpc.context.AttributeContext.Auth
Packages that use AttributeContext.Auth
-
Uses of AttributeContext.Auth in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.AuthModifier and TypeMethodDescriptionAttributeContext.Auth.Builder.build()
AttributeContext.Auth.Builder.buildPartial()
AttributeContext.Request.Builder.getAuth()
The request authentication.AttributeContext.Request.getAuth()
The request authentication.AttributeContext.RequestOrBuilder.getAuth()
The request authentication.static AttributeContext.Auth
AttributeContext.Auth.getDefaultInstance()
AttributeContext.Auth.Builder.getDefaultInstanceForType()
AttributeContext.Auth.getDefaultInstanceForType()
static AttributeContext.Auth
AttributeContext.Auth.parseDelimitedFrom
(InputStream input) static AttributeContext.Auth
AttributeContext.Auth.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(byte[] data) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(com.google.protobuf.ByteString data) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(com.google.protobuf.CodedInputStream input) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(InputStream input) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(ByteBuffer data) static AttributeContext.Auth
AttributeContext.Auth.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.rpc.context that return types with arguments of type AttributeContext.AuthModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<AttributeContext.Auth> AttributeContext.Auth.getParserForType()
static com.google.protobuf.Parser
<AttributeContext.Auth> AttributeContext.Auth.parser()
Methods in com.google.rpc.context with parameters of type AttributeContext.AuthModifier and TypeMethodDescriptionAttributeContext.Request.Builder.mergeAuth
(AttributeContext.Auth value) The request authentication.AttributeContext.Auth.Builder.mergeFrom
(AttributeContext.Auth other) AttributeContext.Auth.newBuilder
(AttributeContext.Auth prototype) AttributeContext.Request.Builder.setAuth
(AttributeContext.Auth value) The request authentication.