Send feedback
Class AnalyzeWorkloadMoveResponse.Builder (2.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.55.0 keyboard_arrow_down
public static final class AnalyzeWorkloadMoveResponse . Builder extends GeneratedMessageV3 . Builder<AnalyzeWorkloadMoveResponse . Builder > implements AnalyzeWorkloadMoveResponseOrBuilder
A response that includes the analysis of the hypothetical resource move.
Protobuf type google.cloud.assuredworkloads.v1beta1.AnalyzeWorkloadMoveResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllBlockers(Iterable<String> values)
public AnalyzeWorkloadMoveResponse . Builder addAllBlockers ( Iterable<String> values )
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
Parameter
Name
Description
values
Iterable <String >
The blockers to add.
addBlockers(String value)
public AnalyzeWorkloadMoveResponse . Builder addBlockers ( String value )
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
Parameter
Name
Description
value
String
The blockers to add.
addBlockersBytes(ByteString value)
public AnalyzeWorkloadMoveResponse . Builder addBlockersBytes ( ByteString value )
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
Parameter
Name
Description
value
ByteString
The bytes of the blockers to add.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeWorkloadMoveResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public AnalyzeWorkloadMoveResponse build ()
buildPartial()
public AnalyzeWorkloadMoveResponse buildPartial ()
clear()
public AnalyzeWorkloadMoveResponse . Builder clear ()
Overrides
clearBlockers()
public AnalyzeWorkloadMoveResponse . Builder clearBlockers ()
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
clearField(Descriptors.FieldDescriptor field)
public AnalyzeWorkloadMoveResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AnalyzeWorkloadMoveResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public AnalyzeWorkloadMoveResponse . Builder clone ()
Overrides
getBlockers(int index)
public String getBlockers ( int index )
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The blockers at the given index.
getBlockersBytes(int index)
public ByteString getBlockersBytes ( int index )
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the blockers at the given index.
getBlockersCount()
public int getBlockersCount ()
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
Returns
Type
Description
int
The count of blockers.
getBlockersList()
public ProtocolStringList getBlockersList ()
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
getDefaultInstanceForType()
public AnalyzeWorkloadMoveResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(AnalyzeWorkloadMoveResponse other)
public AnalyzeWorkloadMoveResponse . Builder mergeFrom ( AnalyzeWorkloadMoveResponse other )
public AnalyzeWorkloadMoveResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public AnalyzeWorkloadMoveResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeWorkloadMoveResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setBlockers(int index, String value)
public AnalyzeWorkloadMoveResponse . Builder setBlockers ( int index , String value )
A list of blockers that should be addressed before moving the source
project or project-based workload to the destination folder-based workload.
repeated string blockers = 1;
Parameters
Name
Description
index
int
The index to set the value at.
value
String
The blockers to set.
setField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeWorkloadMoveResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnalyzeWorkloadMoveResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeWorkloadMoveResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]