Package com.google.cloud.vmmigration.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsVmDetails
getDetails(int index)
The details of the AWS VMs.int
getDetailsCount()
The details of the AWS VMs.List<AwsVmDetails>
getDetailsList()
The details of the AWS VMs.AwsVmDetailsOrBuilder
getDetailsOrBuilder(int index)
The details of the AWS VMs.List<? extends AwsVmDetailsOrBuilder>
getDetailsOrBuilderList()
The details of the AWS VMs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-