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