public interface CollectorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getBucket()
public abstract 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 | |
---|---|
Type | Description |
String | The bucket. |
getBucketBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString | The bytes for bucket. |
getClientVersion()
public abstract String getClientVersion()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The clientVersion. |
getClientVersionBytes()
public abstract ByteString getClientVersionBytes()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for clientVersion. |
getCollectionDays()
public abstract int getCollectionDays()
How many days to collect data.
int32 collection_days = 14;
Returns | |
---|---|
Type | Description |
int | The collectionDays. |
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDescription()
public abstract String getDescription()
User specified description of the Collector.
string description = 6;
Returns | |
---|---|
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
User specified description of the Collector.
string description = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for description. |
getDisplayName()
public abstract String getDisplayName()
User specified name of the Collector.
string display_name = 5;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
User specified name of the Collector.
string display_name = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getEulaUri()
public abstract String getEulaUri()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;
Returns | |
---|---|
Type | Description |
String | The eulaUri. |
getEulaUriBytes()
public abstract ByteString getEulaUriBytes()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for eulaUri. |
getExpectedAssetCount()
public abstract long getExpectedAssetCount()
User specified expected asset count.
int64 expected_asset_count = 9;
Returns | |
---|---|
Type | Description |
long | The expectedAssetCount. |
getGuestOsScan()
public abstract 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 | |
---|---|
Type | Description |
GuestOsScan | The guestOsScan. |
getGuestOsScanOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
GuestOsScanOrBuilder |
getLabels()
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
Labels as key value pairs.
map<string, string> labels = 4;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 4;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 4;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
Labels as key value pairs.
map<string, string> labels = 4;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getName()
public abstract String getName()
name of resource.
string name = 1;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
name of resource.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getServiceAccount()
public abstract String getServiceAccount()
Service Account email used to ingest data to this Collector.
string service_account = 7;
Returns | |
---|---|
Type | Description |
String | The serviceAccount. |
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()
Service Account email used to ingest data to this Collector.
string service_account = 7;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for serviceAccount. |
getState()
public abstract Collector.State getState()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Collector.State | The state. |
getStateValue()
public abstract int getStateValue()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getVsphereScan()
public abstract 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 | |
---|---|
Type | Description |
VSphereScan | The vsphereScan. |
getVsphereScanOrBuilder()
public abstract VSphereScanOrBuilder getVsphereScanOrBuilder()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
VSphereScanOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the createTime field is set. |
hasGuestOsScan()
public abstract 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 | |
---|---|
Type | Description |
boolean | Whether the guestOsScan field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | Whether the updateTime field is set. |
hasVsphereScan()
public abstract 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 | |
---|---|
Type | Description |
boolean | Whether the vsphereScan field is set. |