Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
MoveImpact.Builder |
MoveAnalysisResult.Builder.addBlockersBuilder()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveImpact.Builder |
MoveAnalysisResult.Builder.addBlockersBuilder(int index)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveImpact.Builder |
MoveImpact.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
MoveImpact.Builder |
MoveAnalysisResult.Builder.addWarningsBuilder()
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveImpact.Builder |
MoveAnalysisResult.Builder.addWarningsBuilder(int index)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveImpact.Builder |
MoveImpact.Builder.clear() |
MoveImpact.Builder |
MoveImpact.Builder.clearDetail()
User friendly impact detail in a free form message.
|
MoveImpact.Builder |
MoveImpact.Builder.clearField(Descriptors.FieldDescriptor field) |
MoveImpact.Builder |
MoveImpact.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
MoveImpact.Builder |
MoveImpact.Builder.clone() |
MoveImpact.Builder |
MoveAnalysisResult.Builder.getBlockersBuilder(int index)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
MoveImpact.Builder |
MoveAnalysisResult.Builder.getWarningsBuilder(int index)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
MoveImpact.Builder |
MoveImpact.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
MoveImpact.Builder |
MoveImpact.Builder.mergeFrom(Message other) |
MoveImpact.Builder |
MoveImpact.Builder.mergeFrom(MoveImpact other) |
MoveImpact.Builder |
MoveImpact.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static MoveImpact.Builder |
MoveImpact.newBuilder() |
static MoveImpact.Builder |
MoveImpact.newBuilder(MoveImpact prototype) |
MoveImpact.Builder |
MoveImpact.newBuilderForType() |
protected MoveImpact.Builder |
MoveImpact.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
MoveImpact.Builder |
MoveImpact.Builder.setDetail(String value)
User friendly impact detail in a free form message.
|
MoveImpact.Builder |
MoveImpact.Builder.setDetailBytes(ByteString value)
User friendly impact detail in a free form message.
|
MoveImpact.Builder |
MoveImpact.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
MoveImpact.Builder |
MoveImpact.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
MoveImpact.Builder |
MoveImpact.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
MoveImpact.Builder |
MoveImpact.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<MoveImpact.Builder> |
MoveAnalysisResult.Builder.getBlockersBuilderList()
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
List<MoveImpact.Builder> |
MoveAnalysisResult.Builder.getWarningsBuilderList()
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.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(MoveImpact.Builder builderForValue)
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
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(MoveImpact.Builder builderForValue)
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.setWarnings(int index,
MoveImpact.Builder builderForValue)
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
|
Copyright © 2022 Google LLC. All rights reserved.