Send feedback
Class FetchInventoryResponse.Builder (1.3.5)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.3.5 keyboard_arrow_down
public static final class FetchInventoryResponse . Builder extends GeneratedMessageV3 . Builder<FetchInventoryResponse . Builder > implements FetchInventoryResponseOrBuilder
Response message for
fetchInventory .
Protobuf type google.cloud.vmmigration.v1.FetchInventoryResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FetchInventoryResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public FetchInventoryResponse build ()
Returns
buildPartial()
public FetchInventoryResponse buildPartial ()
Returns
clear()
public FetchInventoryResponse . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public FetchInventoryResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchInventoryResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearSourceVms()
public FetchInventoryResponse . Builder clearSourceVms ()
Returns
clearUpdateTime()
public FetchInventoryResponse . Builder clearUpdateTime ()
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
clearVmwareVms()
public FetchInventoryResponse . Builder clearVmwareVms ()
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Returns
clone()
public FetchInventoryResponse . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public FetchInventoryResponse getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getSourceVmsCase()
public FetchInventoryResponse . SourceVmsCase getSourceVmsCase ()
Returns
getUpdateTime()
public 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
getUpdateTimeBuilder()
public Timestamp . Builder getUpdateTimeBuilder ()
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
getUpdateTimeOrBuilder()
public 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];
Returns
getVmwareVms()
public VmwareVmsDetails getVmwareVms ()
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Returns
getVmwareVmsBuilder()
public VmwareVmsDetails . Builder getVmwareVmsBuilder ()
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Returns
getVmwareVmsOrBuilder()
public VmwareVmsDetailsOrBuilder getVmwareVmsOrBuilder ()
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Returns
hasUpdateTime()
public 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
Type Description boolean Whether the updateTime field is set.
hasVmwareVms()
public boolean hasVmwareVms ()
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Returns
Type Description boolean Whether the vmwareVms field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(FetchInventoryResponse other)
public FetchInventoryResponse . Builder mergeFrom ( FetchInventoryResponse other )
Parameter
Returns
public FetchInventoryResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public FetchInventoryResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchInventoryResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
mergeUpdateTime(Timestamp value)
public FetchInventoryResponse . Builder mergeUpdateTime ( Timestamp value )
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];
Parameter
Returns
mergeVmwareVms(VmwareVmsDetails value)
public FetchInventoryResponse . Builder mergeVmwareVms ( VmwareVmsDetails value )
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public FetchInventoryResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchInventoryResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchInventoryResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setUpdateTime(Timestamp value)
public FetchInventoryResponse . Builder setUpdateTime ( Timestamp value )
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];
Parameter
Returns
setUpdateTime(Timestamp.Builder builderForValue)
public FetchInventoryResponse . Builder setUpdateTime ( Timestamp . Builder builderForValue )
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];
Parameter
Name Description builderForValue Builder
Returns
setVmwareVms(VmwareVmsDetails value)
public FetchInventoryResponse . Builder setVmwareVms ( VmwareVmsDetails value )
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Parameter
Returns
setVmwareVms(VmwareVmsDetails.Builder builderForValue)
public FetchInventoryResponse . Builder setVmwareVms ( VmwareVmsDetails . Builder builderForValue )
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
Parameter
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]