Package com.google.cloud.vmmigration.v1
Interface VmwareVmsDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VmwareVmsDetails,VmwareVmsDetails.Builder
public interface VmwareVmsDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmwareVmDetailsgetDetails(int index)The details of the vmware VMs.intgetDetailsCount()The details of the vmware VMs.List<VmwareVmDetails>getDetailsList()The details of the vmware VMs.VmwareVmDetailsOrBuildergetDetailsOrBuilder(int index)The details of the vmware VMs.List<? extends VmwareVmDetailsOrBuilder>getDetailsOrBuilderList()The details of the vmware VMs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDetailsList
List<VmwareVmDetails> getDetailsList()
The details of the vmware VMs.
repeated .google.cloud.vmmigration.v1.VmwareVmDetails details = 1;
-
getDetails
VmwareVmDetails getDetails(int index)
The details of the vmware VMs.
repeated .google.cloud.vmmigration.v1.VmwareVmDetails details = 1;
-
getDetailsCount
int getDetailsCount()
The details of the vmware VMs.
repeated .google.cloud.vmmigration.v1.VmwareVmDetails details = 1;
-
getDetailsOrBuilderList
List<? extends VmwareVmDetailsOrBuilder> getDetailsOrBuilderList()
The details of the vmware VMs.
repeated .google.cloud.vmmigration.v1.VmwareVmDetails details = 1;
-
getDetailsOrBuilder
VmwareVmDetailsOrBuilder getDetailsOrBuilder(int index)
The details of the vmware VMs.
repeated .google.cloud.vmmigration.v1.VmwareVmDetails details = 1;
-
-