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