Package com.google.cloud.vmmigration.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsVmsDetails
getAwsVms()
The description of the VMs in a Source of type AWS.AwsVmsDetailsOrBuilder
getAwsVmsOrBuilder()
The description of the VMs in a Source of type AWS.FetchInventoryResponse.SourceVmsCase
getSourceVmsCase()
com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.VmwareVmsDetails
getVmwareVms()
The description of the VMs in a Source of type Vmware.VmwareVmsDetailsOrBuilder
getVmwareVmsOrBuilder()
The description of the VMs in a Source of type Vmware.boolean
hasAwsVms()
The description of the VMs in a Source of type AWS.boolean
hasUpdateTime()
Output only.boolean
hasVmwareVms()
The description of the VMs in a Source of type Vmware.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
getSourceVmsCase
FetchInventoryResponse.SourceVmsCase getSourceVmsCase()
-
-