Interface FetchInventoryResponseOrBuilder

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

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

      • hasVmwareVms

        boolean hasVmwareVms()
         The description of the VMs in a Source of type Vmware.
         
        .google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
        Returns:
        Whether the vmwareVms field is set.
      • getVmwareVms

        VmwareVmsDetails getVmwareVms()
         The description of the VMs in a Source of type Vmware.
         
        .google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
        Returns:
        The vmwareVms.
      • getVmwareVmsOrBuilder

        VmwareVmsDetailsOrBuilder getVmwareVmsOrBuilder()
         The description of the VMs in a Source of type Vmware.
         
        .google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
      • hasAwsVms

        boolean hasAwsVms()
         The description of the VMs in a Source of type AWS.
         
        .google.cloud.vmmigration.v1.AwsVmsDetails aws_vms = 3;
        Returns:
        Whether the awsVms field is set.
      • getAwsVms

        AwsVmsDetails getAwsVms()
         The description of the VMs in a Source of type AWS.
         
        .google.cloud.vmmigration.v1.AwsVmsDetails aws_vms = 3;
        Returns:
        The awsVms.
      • getAwsVmsOrBuilder

        AwsVmsDetailsOrBuilder getAwsVmsOrBuilder()
         The description of the VMs in a Source of type AWS.
         
        .google.cloud.vmmigration.v1.AwsVmsDetails aws_vms = 3;
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. The timestamp when the source was last queried (if the result
         is from the cache).
         
        .google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. The timestamp when the source was last queried (if the result
         is from the cache).
         
        .google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The timestamp when the source was last queried (if the result
         is from the cache).
         
        .google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];