| Package | Description |
|---|---|
| com.google.rpc.context |
| Modifier and Type | Method and Description |
|---|---|
AttributeContext.Peer |
AttributeContext.Peer.Builder.build() |
AttributeContext.Peer |
AttributeContext.Peer.Builder.buildPartial() |
static AttributeContext.Peer |
AttributeContext.Peer.getDefaultInstance() |
AttributeContext.Peer |
AttributeContext.Peer.getDefaultInstanceForType() |
AttributeContext.Peer |
AttributeContext.Peer.Builder.getDefaultInstanceForType() |
AttributeContext.Peer |
AttributeContext.getDestination()
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Peer |
AttributeContext.Builder.getDestination()
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Peer |
AttributeContextOrBuilder.getDestination()
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Peer |
AttributeContext.getOrigin()
The origin of a network activity.
|
AttributeContext.Peer |
AttributeContext.Builder.getOrigin()
The origin of a network activity.
|
AttributeContext.Peer |
AttributeContextOrBuilder.getOrigin()
The origin of a network activity.
|
AttributeContext.Peer |
AttributeContext.getSource()
The source of a network activity, such as starting a TCP connection.
|
AttributeContext.Peer |
AttributeContext.Builder.getSource()
The source of a network activity, such as starting a TCP connection.
|
AttributeContext.Peer |
AttributeContextOrBuilder.getSource()
The source of a network activity, such as starting a TCP connection.
|
static AttributeContext.Peer |
AttributeContext.Peer.parseDelimitedFrom(InputStream input) |
static AttributeContext.Peer |
AttributeContext.Peer.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(byte[] data) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(ByteBuffer data) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(com.google.protobuf.ByteString data) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(com.google.protobuf.CodedInputStream input) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(InputStream input) |
static AttributeContext.Peer |
AttributeContext.Peer.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AttributeContext.Peer> |
AttributeContext.Peer.getParserForType() |
static com.google.protobuf.Parser<AttributeContext.Peer> |
AttributeContext.Peer.parser() |
| Modifier and Type | Method and Description |
|---|---|
AttributeContext.Builder |
AttributeContext.Builder.mergeDestination(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Peer.Builder |
AttributeContext.Peer.Builder.mergeFrom(AttributeContext.Peer other) |
AttributeContext.Builder |
AttributeContext.Builder.mergeOrigin(AttributeContext.Peer value)
The origin of a network activity.
|
AttributeContext.Builder |
AttributeContext.Builder.mergeSource(AttributeContext.Peer value)
The source of a network activity, such as starting a TCP connection.
|
static AttributeContext.Peer.Builder |
AttributeContext.Peer.newBuilder(AttributeContext.Peer prototype) |
AttributeContext.Builder |
AttributeContext.Builder.setDestination(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Builder |
AttributeContext.Builder.setOrigin(AttributeContext.Peer value)
The origin of a network activity.
|
AttributeContext.Builder |
AttributeContext.Builder.setSource(AttributeContext.Peer value)
The source of a network activity, such as starting a TCP connection.
|
Copyright © 2020 Google LLC. All rights reserved.