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 value) |
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
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 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
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(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 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.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(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.clearOneof(com.google.protobuf.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(MoveAnalysisResult other) |
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.mergeFrom(com.google.protobuf.Message other) |
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilder() |
|
static MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilder(MoveAnalysisResult prototype) |
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilderForType() |
|
protected MoveAnalysisResult.Builder |
MoveAnalysisResult.newBuilderForType(com.google.protobuf.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 value) |
Blocking information that would prevent the target resource from moving
to the specified destination at runtime.
|
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.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
MoveAnalysisResult.Builder |
MoveAnalysisResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
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.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.toBuilder() |
|