| Package | Description |
|---|---|
| com.google.rpc.context |
| Modifier and Type | Method and Description |
|---|---|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clear() |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearCode()
The HTTP response status code, such as `200` and `404`.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearHeaders() |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearSize()
The HTTP response size in bytes.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clearTime()
The timestamp when the `destination` service generates the first byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.clone() |
AttributeContext.Response.Builder |
AttributeContext.Builder.getResponseBuilder()
Represents a network response, such as an HTTP response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeFrom(AttributeContext.Response other) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeFrom(com.google.protobuf.Message other) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeTime(com.google.protobuf.Timestamp value)
The timestamp when the `destination` service generates the first byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AttributeContext.Response.Builder |
AttributeContext.Response.newBuilder() |
static AttributeContext.Response.Builder |
AttributeContext.Response.newBuilder(AttributeContext.Response prototype) |
AttributeContext.Response.Builder |
AttributeContext.Response.newBuilderForType() |
protected AttributeContext.Response.Builder |
AttributeContext.Response.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.putAllHeaders(Map<String,String> values)
The HTTP response headers.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.putHeaders(String key,
String value)
The HTTP response headers.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.removeHeaders(String key)
The HTTP response headers.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setCode(long value)
The HTTP response status code, such as `200` and `404`.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setSize(long value)
The HTTP response size in bytes.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the `destination` service generates the first byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setTime(com.google.protobuf.Timestamp value)
The timestamp when the `destination` service generates the first byte of
the response.
|
AttributeContext.Response.Builder |
AttributeContext.Response.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AttributeContext.Response.Builder |
AttributeContext.Response.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AttributeContext.Builder |
AttributeContext.Builder.setResponse(AttributeContext.Response.Builder builderForValue)
Represents a network response, such as an HTTP response.
|
Copyright © 2020 Google LLC. All rights reserved.