Uses of Class
com.google.rpc.context.AttributeContext.Api.Builder
Packages that use AttributeContext.Api.Builder
-
Uses of AttributeContext.Api.Builder in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Api.BuilderModifier and TypeMethodDescriptionAttributeContext.Api.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Api.Builder.clear()
AttributeContext.Api.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Api.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Api.Builder.clearOperation()
The API operation name.AttributeContext.Api.Builder.clearProtocol()
The API protocol used for sending the request, such as "http", "https", "grpc", or "internal".AttributeContext.Api.Builder.clearService()
The API service name.AttributeContext.Api.Builder.clearVersion()
The API version associated with the API operation above, such as "v1" or "v1alpha1".AttributeContext.Api.Builder.clone()
AttributeContext.Builder.getApiBuilder()
Represents an API operation that is involved to a network activity.AttributeContext.Api.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Api.Builder.mergeFrom
(com.google.protobuf.Message other) AttributeContext.Api.Builder.mergeFrom
(AttributeContext.Api other) AttributeContext.Api.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static AttributeContext.Api.Builder
AttributeContext.Api.newBuilder()
static AttributeContext.Api.Builder
AttributeContext.Api.newBuilder
(AttributeContext.Api prototype) AttributeContext.Api.newBuilderForType()
protected AttributeContext.Api.Builder
AttributeContext.Api.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Api.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Api.Builder.setOperation
(String value) The API operation name.AttributeContext.Api.Builder.setOperationBytes
(com.google.protobuf.ByteString value) The API operation name.AttributeContext.Api.Builder.setProtocol
(String value) The API protocol used for sending the request, such as "http", "https", "grpc", or "internal".AttributeContext.Api.Builder.setProtocolBytes
(com.google.protobuf.ByteString value) The API protocol used for sending the request, such as "http", "https", "grpc", or "internal".AttributeContext.Api.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Api.Builder.setService
(String value) The API service name.AttributeContext.Api.Builder.setServiceBytes
(com.google.protobuf.ByteString value) The API service name.AttributeContext.Api.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Api.Builder.setVersion
(String value) The API version associated with the API operation above, such as "v1" or "v1alpha1".AttributeContext.Api.Builder.setVersionBytes
(com.google.protobuf.ByteString value) The API version associated with the API operation above, such as "v1" or "v1alpha1".AttributeContext.Api.toBuilder()
Methods in com.google.rpc.context with parameters of type AttributeContext.Api.BuilderModifier and TypeMethodDescriptionAttributeContext.Builder.setApi
(AttributeContext.Api.Builder builderForValue) Represents an API operation that is involved to a network activity.