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 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;