Interface AwsVmsDetailsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AwsVmsDetails, AwsVmsDetails.Builder

    public interface AwsVmsDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDetailsList

        List<AwsVmDetails> getDetailsList()
         The details of the AWS VMs.
         
        repeated .google.cloud.vmmigration.v1.AwsVmDetails details = 1;
      • getDetails

        AwsVmDetails getDetails​(int index)
         The details of the AWS VMs.
         
        repeated .google.cloud.vmmigration.v1.AwsVmDetails details = 1;
      • getDetailsCount

        int getDetailsCount()
         The details of the AWS VMs.
         
        repeated .google.cloud.vmmigration.v1.AwsVmDetails details = 1;
      • getDetailsOrBuilderList

        List<? extends AwsVmDetailsOrBuilder> getDetailsOrBuilderList()
         The details of the AWS VMs.
         
        repeated .google.cloud.vmmigration.v1.AwsVmDetails details = 1;
      • getDetailsOrBuilder

        AwsVmDetailsOrBuilder getDetailsOrBuilder​(int index)
         The details of the AWS VMs.
         
        repeated .google.cloud.vmmigration.v1.AwsVmDetails details = 1;