Interface CollectorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collector,Collector.Builder
public interface CollectorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)Labels as key value pairs.StringgetBucket()Output only.com.google.protobuf.ByteStringgetBucketBytes()Output only.StringgetClientVersion()Output only.com.google.protobuf.ByteStringgetClientVersionBytes()Output only.intgetCollectionDays()How many days to collect data.com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDescription()User specified description of the Collector.com.google.protobuf.ByteStringgetDescriptionBytes()User specified description of the Collector.StringgetDisplayName()User specified name of the Collector.com.google.protobuf.ByteStringgetDisplayNameBytes()User specified name of the Collector.StringgetEulaUri()Uri for EULA (End User License Agreement) from customer.com.google.protobuf.ByteStringgetEulaUriBytes()Uri for EULA (End User License Agreement) from customer.longgetExpectedAssetCount()User specified expected asset count.GuestOsScangetGuestOsScan()Output only.GuestOsScanOrBuildergetGuestOsScanOrBuilder()Output only.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Labels as key value pairs.Map<String,String>getLabelsMap()Labels as key value pairs.StringgetLabelsOrDefault(String key, String defaultValue)Labels as key value pairs.StringgetLabelsOrThrow(String key)Labels as key value pairs.StringgetName()name of resource.com.google.protobuf.ByteStringgetNameBytes()name of resource.StringgetServiceAccount()Service Account email used to ingest data to this Collector.com.google.protobuf.ByteStringgetServiceAccountBytes()Service Account email used to ingest data to this Collector.Collector.StategetState()Output only.intgetStateValue()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.VSphereScangetVsphereScan()Output only.VSphereScanOrBuildergetVsphereScanOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasGuestOsScan()Output only.booleanhasUpdateTime()Output only.booleanhasVsphereScan()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
name of resource.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
name of resource.
string name = 1;- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getLabelsCount
int getLabelsCount()
Labels as key value pairs.
map<string, string> labels = 4;
-
containsLabels
boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 4;
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.
-
getLabelsMap
Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 4;
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 4;
-
getLabelsOrThrow
String getLabelsOrThrow(String key)
Labels as key value pairs.
map<string, string> labels = 4;
-
getDisplayName
String getDisplayName()
User specified name of the Collector.
string display_name = 5;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
User specified name of the Collector.
string display_name = 5;- Returns:
- The bytes for displayName.
-
getDescription
String getDescription()
User specified description of the Collector.
string description = 6;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
User specified description of the Collector.
string description = 6;- Returns:
- The bytes for description.
-
getServiceAccount
String getServiceAccount()
Service Account email used to ingest data to this Collector.
string service_account = 7;- Returns:
- The serviceAccount.
-
getServiceAccountBytes
com.google.protobuf.ByteString getServiceAccountBytes()
Service Account email used to ingest data to this Collector.
string service_account = 7;- Returns:
- The bytes for serviceAccount.
-
getBucket
String getBucket()
Output only. Store cloud storage bucket name (which is a guid) created with this Collector.
string bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bucket.
-
getBucketBytes
com.google.protobuf.ByteString getBucketBytes()
Output only. Store cloud storage bucket name (which is a guid) created with this Collector.
string bucket = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for bucket.
-
getExpectedAssetCount
long getExpectedAssetCount()
User specified expected asset count.
int64 expected_asset_count = 9;- Returns:
- The expectedAssetCount.
-
getStateValue
int getStateValue()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
Collector.State getState()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The state.
-
getClientVersion
String getClientVersion()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The clientVersion.
-
getClientVersionBytes
com.google.protobuf.ByteString getClientVersionBytes()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for clientVersion.
-
hasGuestOsScan
boolean hasGuestOsScan()
Output only. Reference to MC Source Guest Os Scan.
.google.cloud.rapidmigrationassessment.v1.GuestOsScan guest_os_scan = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the guestOsScan field is set.
-
getGuestOsScan
GuestOsScan getGuestOsScan()
Output only. Reference to MC Source Guest Os Scan.
.google.cloud.rapidmigrationassessment.v1.GuestOsScan guest_os_scan = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The guestOsScan.
-
getGuestOsScanOrBuilder
GuestOsScanOrBuilder getGuestOsScanOrBuilder()
Output only. Reference to MC Source Guest Os Scan.
.google.cloud.rapidmigrationassessment.v1.GuestOsScan guest_os_scan = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasVsphereScan
boolean hasVsphereScan()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the vsphereScan field is set.
-
getVsphereScan
VSphereScan getVsphereScan()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The vsphereScan.
-
getVsphereScanOrBuilder
VSphereScanOrBuilder getVsphereScanOrBuilder()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCollectionDays
int getCollectionDays()
How many days to collect data.
int32 collection_days = 14;- Returns:
- The collectionDays.
-
getEulaUri
String getEulaUri()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;- Returns:
- The eulaUri.
-
getEulaUriBytes
com.google.protobuf.ByteString getEulaUriBytes()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;- Returns:
- The bytes for eulaUri.
-
-