Uses of Class
com.google.rpc.context.AttributeContext.Response.Builder
Packages that use AttributeContext.Response.Builder
-
Uses of AttributeContext.Response.Builder in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.Response.BuilderModifier and TypeMethodDescriptionAttributeContext.Response.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Response.Builder.clear()
AttributeContext.Response.Builder.clearBackendLatency()
The amount of time it takes the backend service to fully respond to a request.AttributeContext.Response.Builder.clearCode()
The HTTP response status code, such as `200` and `404`.AttributeContext.Response.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Response.Builder.clearHeaders()
AttributeContext.Response.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Response.Builder.clearSize()
The HTTP response size in bytes.AttributeContext.Response.Builder.clearTime()
The timestamp when the `destination` service sends the last byte of the response.AttributeContext.Response.Builder.clone()
AttributeContext.Builder.getResponseBuilder()
Represents a network response, such as an HTTP response.AttributeContext.Response.Builder.mergeBackendLatency
(com.google.protobuf.Duration value) The amount of time it takes the backend service to fully respond to a request.AttributeContext.Response.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Response.Builder.mergeFrom
(com.google.protobuf.Message other) AttributeContext.Response.Builder.mergeFrom
(AttributeContext.Response other) AttributeContext.Response.Builder.mergeTime
(com.google.protobuf.Timestamp value) The timestamp when the `destination` service sends the last byte of the response.AttributeContext.Response.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Response.newBuilder()
AttributeContext.Response.newBuilder
(AttributeContext.Response prototype) AttributeContext.Response.newBuilderForType()
protected AttributeContext.Response.Builder
AttributeContext.Response.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Response.Builder.putAllHeaders
(Map<String, String> values) The HTTP response headers.AttributeContext.Response.Builder.putHeaders
(String key, String value) The HTTP response headers.AttributeContext.Response.Builder.removeHeaders
(String key) The HTTP response headers.AttributeContext.Response.Builder.setBackendLatency
(com.google.protobuf.Duration value) The amount of time it takes the backend service to fully respond to a request.AttributeContext.Response.Builder.setBackendLatency
(com.google.protobuf.Duration.Builder builderForValue) The amount of time it takes the backend service to fully respond to a request.AttributeContext.Response.Builder.setCode
(long value) The HTTP response status code, such as `200` and `404`.AttributeContext.Response.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Response.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Response.Builder.setSize
(long value) The HTTP response size in bytes.AttributeContext.Response.Builder.setTime
(com.google.protobuf.Timestamp value) The timestamp when the `destination` service sends the last byte of the response.AttributeContext.Response.Builder.setTime
(com.google.protobuf.Timestamp.Builder builderForValue) The timestamp when the `destination` service sends the last byte of the response.AttributeContext.Response.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.Response.toBuilder()
Methods in com.google.rpc.context with parameters of type AttributeContext.Response.BuilderModifier and TypeMethodDescriptionAttributeContext.Builder.setResponse
(AttributeContext.Response.Builder builderForValue) Represents a network response, such as an HTTP response.