| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
Advice |
Advice.Builder.build() |
Advice |
Advice.Builder.buildPartial() |
Advice |
ConfigChangeOrBuilder.getAdvices(int index)
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
Advice |
ConfigChange.getAdvices(int index)
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
Advice |
ConfigChange.Builder.getAdvices(int index)
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
static Advice |
Advice.getDefaultInstance() |
Advice |
Advice.getDefaultInstanceForType() |
Advice |
Advice.Builder.getDefaultInstanceForType() |
static Advice |
Advice.parseDelimitedFrom(InputStream input) |
static Advice |
Advice.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Advice |
Advice.parseFrom(byte[] data) |
static Advice |
Advice.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Advice |
Advice.parseFrom(ByteBuffer data) |
static Advice |
Advice.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Advice |
Advice.parseFrom(com.google.protobuf.ByteString data) |
static Advice |
Advice.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Advice |
Advice.parseFrom(com.google.protobuf.CodedInputStream input) |
static Advice |
Advice.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Advice |
Advice.parseFrom(InputStream input) |
static Advice |
Advice.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Advice> |
ConfigChangeOrBuilder.getAdvicesList()
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
List<Advice> |
ConfigChange.getAdvicesList()
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
List<Advice> |
ConfigChange.Builder.getAdvicesList()
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
com.google.protobuf.Parser<Advice> |
Advice.getParserForType() |
static com.google.protobuf.Parser<Advice> |
Advice.parser() |
| Modifier and Type | Method and Description |
|---|---|
ConfigChange.Builder |
ConfigChange.Builder.addAdvices(Advice value)
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
ConfigChange.Builder |
ConfigChange.Builder.addAdvices(int index,
Advice value)
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
Advice.Builder |
Advice.Builder.mergeFrom(Advice other) |
static Advice.Builder |
Advice.newBuilder(Advice prototype) |
ConfigChange.Builder |
ConfigChange.Builder.setAdvices(int index,
Advice value)
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigChange.Builder |
ConfigChange.Builder.addAllAdvices(Iterable<? extends Advice> values)
Collection of advice provided for this change, useful for determining the
possible impact of this change.
|
Copyright © 2020 Google LLC. All rights reserved.