public static final class ListMigratingVmsResponse.Builder extends GeneratedMessageV3.Builder<ListMigratingVmsResponse.Builder> implements ListMigratingVmsResponseOrBuilderResponse message for 'ListMigratingVms' request.
Protobuf type google.cloud.vmmigration.v1.ListMigratingVmsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListMigratingVmsResponse.BuilderImplements
ListMigratingVmsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllMigratingVms(Iterable<? extends MigratingVm> values)
public ListMigratingVmsResponse.Builder addAllMigratingVms(Iterable<? extends MigratingVm> values)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| values | Iterable<? extends com.google.cloud.vmmigration.v1.MigratingVm> |
| Type | Description |
| ListMigratingVmsResponse.Builder |
addAllUnreachable(Iterable<String> values)
public ListMigratingVmsResponse.Builder addAllUnreachable(Iterable<String> values)Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| values | Iterable<String>The unreachable to add. |
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |
addMigratingVms(MigratingVm value)
public ListMigratingVmsResponse.Builder addMigratingVms(MigratingVm value)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | MigratingVm |
| Type | Description |
| ListMigratingVmsResponse.Builder |
addMigratingVms(MigratingVm.Builder builderForValue)
public ListMigratingVmsResponse.Builder addMigratingVms(MigratingVm.Builder builderForValue)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | MigratingVm.Builder |
| Type | Description |
| ListMigratingVmsResponse.Builder |
addMigratingVms(int index, MigratingVm value)
public ListMigratingVmsResponse.Builder addMigratingVms(int index, MigratingVm value)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| value | MigratingVm |
| Type | Description |
| ListMigratingVmsResponse.Builder |
addMigratingVms(int index, MigratingVm.Builder builderForValue)
public ListMigratingVmsResponse.Builder addMigratingVms(int index, MigratingVm.Builder builderForValue)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| builderForValue | MigratingVm.Builder |
| Type | Description |
| ListMigratingVmsResponse.Builder |
addMigratingVmsBuilder()
public MigratingVm.Builder addMigratingVmsBuilder()Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| MigratingVm.Builder |
addMigratingVmsBuilder(int index)
public MigratingVm.Builder addMigratingVmsBuilder(int index)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| MigratingVm.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListMigratingVmsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListMigratingVmsResponse.Builder |
addUnreachable(String value)
public ListMigratingVmsResponse.Builder addUnreachable(String value)Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe unreachable to add. |
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListMigratingVmsResponse.Builder addUnreachableBytes(ByteString value)Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes of the unreachable to add. |
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |
build()
public ListMigratingVmsResponse build()| Type | Description |
| ListMigratingVmsResponse |
buildPartial()
public ListMigratingVmsResponse buildPartial()| Type | Description |
| ListMigratingVmsResponse |
clear()
public ListMigratingVmsResponse.Builder clear()| Type | Description |
| ListMigratingVmsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListMigratingVmsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListMigratingVmsResponse.Builder |
clearMigratingVms()
public ListMigratingVmsResponse.Builder clearMigratingVms()Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ListMigratingVmsResponse.Builder |
clearNextPageToken()
public ListMigratingVmsResponse.Builder clearNextPageToken() Output only. A token, which can be sent as page_token to retrieve the
next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListMigratingVmsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListMigratingVmsResponse.Builder |
clearUnreachable()
public ListMigratingVmsResponse.Builder clearUnreachable()Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |
clone()
public ListMigratingVmsResponse.Builder clone()| Type | Description |
| ListMigratingVmsResponse.Builder |
getDefaultInstanceForType()
public ListMigratingVmsResponse getDefaultInstanceForType()| Type | Description |
| ListMigratingVmsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getMigratingVms(int index)
public MigratingVm getMigratingVms(int index)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| MigratingVm |
getMigratingVmsBuilder(int index)
public MigratingVm.Builder getMigratingVmsBuilder(int index)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| MigratingVm.Builder |
getMigratingVmsBuilderList()
public List<MigratingVm.Builder> getMigratingVmsBuilderList()Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<Builder> |
getMigratingVmsCount()
public int getMigratingVmsCount()Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int |
getMigratingVmsList()
public List<MigratingVm> getMigratingVmsList()Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<MigratingVm> |
getMigratingVmsOrBuilder(int index)
public MigratingVmOrBuilder getMigratingVmsOrBuilder(int index)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| MigratingVmOrBuilder |
getMigratingVmsOrBuilderList()
public List<? extends MigratingVmOrBuilder> getMigratingVmsOrBuilderList()Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<? extends com.google.cloud.vmmigration.v1.MigratingVmOrBuilder> |
getNextPageToken()
public String getNextPageToken() Output only. A token, which can be sent as page_token to retrieve the
next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() Output only. A token, which can be sent as page_token to retrieve the
next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getUnreachable(int index)
public String getUnreachable(int index)Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListMigratingVmsResponse other)
public ListMigratingVmsResponse.Builder mergeFrom(ListMigratingVmsResponse other)| Name | Description |
| other | ListMigratingVmsResponse |
| Type | Description |
| ListMigratingVmsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMigratingVmsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListMigratingVmsResponse.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListMigratingVmsResponse.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListMigratingVmsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListMigratingVmsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListMigratingVmsResponse.Builder |
removeMigratingVms(int index)
public ListMigratingVmsResponse.Builder removeMigratingVms(int index)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| Type | Description |
| ListMigratingVmsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListMigratingVmsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListMigratingVmsResponse.Builder |
setMigratingVms(int index, MigratingVm value)
public ListMigratingVmsResponse.Builder setMigratingVms(int index, MigratingVm value)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| value | MigratingVm |
| Type | Description |
| ListMigratingVmsResponse.Builder |
setMigratingVms(int index, MigratingVm.Builder builderForValue)
public ListMigratingVmsResponse.Builder setMigratingVms(int index, MigratingVm.Builder builderForValue)Output only. The list of Migrating VMs response.
repeated .google.cloud.vmmigration.v1.MigratingVm migrating_vms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | int |
| builderForValue | MigratingVm.Builder |
| Type | Description |
| ListMigratingVmsResponse.Builder |
setNextPageToken(String value)
public ListMigratingVmsResponse.Builder setNextPageToken(String value) Output only. A token, which can be sent as page_token to retrieve the
next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe nextPageToken to set. |
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListMigratingVmsResponse.Builder setNextPageTokenBytes(ByteString value) Output only. A token, which can be sent as page_token to retrieve the
next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for nextPageToken to set. |
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListMigratingVmsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListMigratingVmsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListMigratingVmsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListMigratingVmsResponse.Builder |
setUnreachable(int index, String value)
public ListMigratingVmsResponse.Builder setUnreachable(int index, String value)Output only. Locations that could not be reached.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe unreachable to set. |
| Type | Description |
| ListMigratingVmsResponse.Builder | This builder for chaining. |