Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
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.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addBlockers(int index,
MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
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.Builder builderForValue)
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.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.addWarnings(int index,
MoveImpact.Builder builderForValue)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
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.Builder builderForValue)
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.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.clear() |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.clearBlockers()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.clearField(Descriptors.FieldDescriptor field) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.clearWarnings()
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.clone() |
MoveAnalysisResult.Builder |
MoveAnalysis.Builder.getAnalysisBuilder()
Analysis result of moving the target resource.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.mergeFrom(Message other) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.mergeFrom(MoveAnalysisResult other) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilder() |
static MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilder(MoveAnalysisResult prototype) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilderForType() |
protected MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.removeBlockers(int index)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.removeWarnings(int index)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setBlockers(int index,
MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
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.setField(Descriptors.FieldDescriptor field,
Object value) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setWarnings(int index,
MoveImpact.Builder builderForValue)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setWarnings(int index,
MoveImpact value)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.toBuilder() |
Modifier and Type | Method and Description |
---|---|
MoveAnalysis.Builder |
MoveAnalysis.Builder.setAnalysis(MoveAnalysisResult.Builder builderForValue)
Analysis result of moving the target resource.
|
Copyright © 2022 Google LLC. All rights reserved.