public interface CollectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels as key value pairs.
|
String |
getBucket()
Output only.
|
com.google.protobuf.ByteString |
getBucketBytes()
Output only.
|
String |
getClientVersion()
Output only.
|
com.google.protobuf.ByteString |
getClientVersionBytes()
Output only.
|
int |
getCollectionDays()
How many days to collect data.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
User specified description of the Collector.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
User specified description of the Collector.
|
String |
getDisplayName()
User specified name of the Collector.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
User specified name of the Collector.
|
String |
getEulaUri()
Uri for EULA (End User License Agreement) from customer.
|
com.google.protobuf.ByteString |
getEulaUriBytes()
Uri for EULA (End User License Agreement) from customer.
|
long |
getExpectedAssetCount()
User specified expected asset count.
|
GuestOsScan |
getGuestOsScan()
Output only.
|
GuestOsScanOrBuilder |
getGuestOsScanOrBuilder()
Output only.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels as key value pairs.
|
Map<String,String> |
getLabelsMap()
Labels as key value pairs.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels as key value pairs.
|
String |
getLabelsOrThrow(String key)
Labels as key value pairs.
|
String |
getName()
name of resource.
|
com.google.protobuf.ByteString |
getNameBytes()
name of resource.
|
String |
getServiceAccount()
Service Account email used to ingest data to this Collector.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Service Account email used to ingest data to this Collector.
|
Collector.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
VSphereScan |
getVsphereScan()
Output only.
|
VSphereScanOrBuilder |
getVsphereScanOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasGuestOsScan()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasVsphereScan()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
name of resource.
string name = 1;com.google.protobuf.ByteString getNameBytes()
name of resource.
string name = 1;boolean hasCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
Labels as key value pairs.
map<string, string> labels = 4;boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 4;String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
Labels as key value pairs.
map<string, string> labels = 4;String getDisplayName()
User specified name of the Collector.
string display_name = 5;com.google.protobuf.ByteString getDisplayNameBytes()
User specified name of the Collector.
string display_name = 5;String getDescription()
User specified description of the Collector.
string description = 6;com.google.protobuf.ByteString getDescriptionBytes()
User specified description of the Collector.
string description = 6;String getServiceAccount()
Service Account email used to ingest data to this Collector.
string service_account = 7;com.google.protobuf.ByteString getServiceAccountBytes()
Service Account email used to ingest data to this Collector.
string service_account = 7;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];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];long getExpectedAssetCount()
User specified expected asset count.
int64 expected_asset_count = 9;int getStateValue()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Collector.State getState()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getClientVersion()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getClientVersionBytes()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];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];
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];
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];
boolean hasVsphereScan()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
VSphereScan getVsphereScan()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
VSphereScanOrBuilder getVsphereScanOrBuilder()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getCollectionDays()
How many days to collect data.
int32 collection_days = 14;String getEulaUri()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;com.google.protobuf.ByteString getEulaUriBytes()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;Copyright © 2023 Google LLC. All rights reserved.