| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
ContextRule |
ContextRule.Builder.build() |
ContextRule |
ContextRule.Builder.buildPartial() |
static ContextRule |
ContextRule.getDefaultInstance() |
ContextRule |
ContextRule.getDefaultInstanceForType() |
ContextRule |
ContextRule.Builder.getDefaultInstanceForType() |
ContextRule |
ContextOrBuilder.getRules(int index)
A list of RPC context rules that apply to individual API methods.
|
ContextRule |
Context.getRules(int index)
A list of RPC context rules that apply to individual API methods.
|
ContextRule |
Context.Builder.getRules(int index)
A list of RPC context rules that apply to individual API methods.
|
static ContextRule |
ContextRule.parseDelimitedFrom(InputStream input) |
static ContextRule |
ContextRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextRule |
ContextRule.parseFrom(byte[] data) |
static ContextRule |
ContextRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextRule |
ContextRule.parseFrom(ByteBuffer data) |
static ContextRule |
ContextRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextRule |
ContextRule.parseFrom(com.google.protobuf.ByteString data) |
static ContextRule |
ContextRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextRule |
ContextRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static ContextRule |
ContextRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContextRule |
ContextRule.parseFrom(InputStream input) |
static ContextRule |
ContextRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ContextRule> |
ContextRule.getParserForType() |
List<ContextRule> |
ContextOrBuilder.getRulesList()
A list of RPC context rules that apply to individual API methods.
|
List<ContextRule> |
Context.getRulesList()
A list of RPC context rules that apply to individual API methods.
|
List<ContextRule> |
Context.Builder.getRulesList()
A list of RPC context rules that apply to individual API methods.
|
static com.google.protobuf.Parser<ContextRule> |
ContextRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
Context.Builder |
Context.Builder.addRules(ContextRule value)
A list of RPC context rules that apply to individual API methods.
|
Context.Builder |
Context.Builder.addRules(int index,
ContextRule value)
A list of RPC context rules that apply to individual API methods.
|
ContextRule.Builder |
ContextRule.Builder.mergeFrom(ContextRule other) |
static ContextRule.Builder |
ContextRule.newBuilder(ContextRule prototype) |
Context.Builder |
Context.Builder.setRules(int index,
ContextRule value)
A list of RPC context rules that apply to individual API methods.
|
| Modifier and Type | Method and Description |
|---|---|
Context.Builder |
Context.Builder.addAllRules(Iterable<? extends ContextRule> values)
A list of RPC context rules that apply to individual API methods.
|
Copyright © 2022 Google LLC. All rights reserved.