public final class FetchInventoryResponse extends GeneratedMessageV3 implements FetchInventoryResponseOrBuilder
Response message for
fetchInventory.
Protobuf type google.cloud.vmmigration.v1.FetchInventoryResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AWS_VMS_FIELD_NUMBER
public static final int AWS_VMS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VMWARE_VMS_FIELD_NUMBER
public static final int VMWARE_VMS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static FetchInventoryResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FetchInventoryResponse.Builder newBuilder()
newBuilder(FetchInventoryResponse prototype)
public static FetchInventoryResponse.Builder newBuilder(FetchInventoryResponse prototype)
public static FetchInventoryResponse parseDelimitedFrom(InputStream input)
public static FetchInventoryResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FetchInventoryResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FetchInventoryResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FetchInventoryResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchInventoryResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchInventoryResponse parseFrom(CodedInputStream input)
public static FetchInventoryResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchInventoryResponse parseFrom(InputStream input)
public static FetchInventoryResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FetchInventoryResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FetchInventoryResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FetchInventoryResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAwsVms()
public AwsVmsDetails getAwsVms()
The description of the VMs in a Source of type AWS.
.google.cloud.vmmigration.v1.AwsVmsDetails aws_vms = 3;
getAwsVmsOrBuilder()
public AwsVmsDetailsOrBuilder getAwsVmsOrBuilder()
The description of the VMs in a Source of type AWS.
.google.cloud.vmmigration.v1.AwsVmsDetails aws_vms = 3;
getDefaultInstanceForType()
public FetchInventoryResponse getDefaultInstanceForType()
getParserForType()
public Parser<FetchInventoryResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSourceVmsCase()
public FetchInventoryResponse.SourceVmsCase getSourceVmsCase()
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 |
---|
Type | Description |
Timestamp | The updateTime.
|
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];
getVmwareVms()
public VmwareVmsDetails getVmwareVms()
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
getVmwareVmsOrBuilder()
public VmwareVmsDetailsOrBuilder getVmwareVmsOrBuilder()
The description of the VMs in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmsDetails vmware_vms = 1;
hasAwsVms()
public boolean hasAwsVms()
The description of the VMs in a Source of type AWS.
.google.cloud.vmmigration.v1.AwsVmsDetails aws_vms = 3;
Returns |
---|
Type | Description |
boolean | Whether the awsVms field is set.
|
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FetchInventoryResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FetchInventoryResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public FetchInventoryResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides