Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
MoveImpact |
MoveImpact.Builder.build() |
MoveImpact |
MoveImpact.Builder.buildPartial() |
MoveImpact |
MoveAnalysisResult.getBlockers(int index)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveImpact |
MoveAnalysisResult.Builder.getBlockers(int index)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveImpact |
MoveAnalysisResultOrBuilder.getBlockers(int index)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
static MoveImpact |
MoveImpact.getDefaultInstance() |
MoveImpact |
MoveImpact.getDefaultInstanceForType() |
MoveImpact |
MoveImpact.Builder.getDefaultInstanceForType() |
MoveImpact |
MoveAnalysisResult.getWarnings(int index)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveImpact |
MoveAnalysisResult.Builder.getWarnings(int index)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveImpact |
MoveAnalysisResultOrBuilder.getWarnings(int index)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
static MoveImpact |
MoveImpact.parseDelimitedFrom(InputStream input) |
static MoveImpact |
MoveImpact.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static MoveImpact |
MoveImpact.parseFrom(byte[] data) |
static MoveImpact |
MoveImpact.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MoveImpact |
MoveImpact.parseFrom(ByteBuffer data) |
static MoveImpact |
MoveImpact.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MoveImpact |
MoveImpact.parseFrom(ByteString data) |
static MoveImpact |
MoveImpact.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MoveImpact |
MoveImpact.parseFrom(CodedInputStream input) |
static MoveImpact |
MoveImpact.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MoveImpact |
MoveImpact.parseFrom(InputStream input) |
static MoveImpact |
MoveImpact.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<MoveImpact> |
MoveAnalysisResult.getBlockersList()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
List<MoveImpact> |
MoveAnalysisResult.Builder.getBlockersList()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
List<MoveImpact> |
MoveAnalysisResultOrBuilder.getBlockersList()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
Parser<MoveImpact> |
MoveImpact.getParserForType() |
List<MoveImpact> |
MoveAnalysisResult.getWarningsList()
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
List<MoveImpact> |
MoveAnalysisResult.Builder.getWarningsList()
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
List<MoveImpact> |
MoveAnalysisResultOrBuilder.getWarningsList()
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
static Parser<MoveImpact> |
MoveImpact.parser() |
Modifier and Type | Method and Description |
---|---|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addBlockers(int index,
MoveImpact value)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addBlockers(MoveImpact value)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addWarnings(int index,
MoveImpact value)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addWarnings(MoveImpact value)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveImpact.Builder |
MoveImpact.Builder.mergeFrom(MoveImpact other) |
static MoveImpact.Builder |
MoveImpact.newBuilder(MoveImpact prototype) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setBlockers(int index,
MoveImpact value)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setWarnings(int index,
MoveImpact value)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
Modifier and Type | Method and Description |
---|---|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addAllBlockers(Iterable<? extends MoveImpact> values)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addAllWarnings(Iterable<? extends MoveImpact> values)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
Copyright © 2022 Google LLC. All rights reserved.