public final class Collector extends com.google.protobuf.GeneratedMessageV3 implements CollectorOrBuilder
Message describing Collector object.Protobuf type
google.cloud.rapidmigrationassessment.v1.Collector| Modifier and Type | Class and Description |
|---|---|
static class |
Collector.Builder
Message describing Collector object.
|
static class |
Collector.State
-- Using suggestion from API Linter Analyzer for nesting enum --
-- https://linter.aip.dev/216/nesting --
State of a Collector (server_side).
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BUCKET_FIELD_NUMBER |
static int |
CLIENT_VERSION_FIELD_NUMBER |
static int |
COLLECTION_DAYS_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
EULA_URI_FIELD_NUMBER |
static int |
EXPECTED_ASSET_COUNT_FIELD_NUMBER |
static int |
GUEST_OS_SCAN_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SERVICE_ACCOUNT_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
static int |
VSPHERE_SCAN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels as key value pairs.
|
boolean |
equals(Object obj) |
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.
|
static Collector |
getDefaultInstance() |
Collector |
getDefaultInstanceForType() |
String |
getDescription()
User specified description of the Collector.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
User specified description of the Collector.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Collector> |
getParserForType() |
int |
getSerializedSize() |
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.
|
int |
hashCode() |
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasVsphereScan()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Collector.Builder |
newBuilder() |
static Collector.Builder |
newBuilder(Collector prototype) |
Collector.Builder |
newBuilderForType() |
protected Collector.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Collector |
parseDelimitedFrom(InputStream input) |
static Collector |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Collector |
parseFrom(byte[] data) |
static Collector |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Collector |
parseFrom(ByteBuffer data) |
static Collector |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Collector |
parseFrom(com.google.protobuf.ByteString data) |
static Collector |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Collector |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Collector |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Collector |
parseFrom(InputStream input) |
static Collector |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Collector> |
parser() |
Collector.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_FIELD_NUMBER
public static final int BUCKET_FIELD_NUMBER
public static final int EXPECTED_ASSET_COUNT_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int CLIENT_VERSION_FIELD_NUMBER
public static final int GUEST_OS_SCAN_FIELD_NUMBER
public static final int VSPHERE_SCAN_FIELD_NUMBER
public static final int COLLECTION_DAYS_FIELD_NUMBER
public static final int EULA_URI_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
name of resource.
string name = 1;getName in interface CollectorOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
name of resource.
string name = 1;getNameBytes in interface CollectorOrBuilderpublic boolean hasCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface CollectorOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface CollectorOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time stamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface CollectorOrBuilderpublic boolean hasUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface CollectorOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface CollectorOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Update time stamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface CollectorOrBuilderpublic int getLabelsCount()
CollectorOrBuilderLabels as key value pairs.
map<string, string> labels = 4;getLabelsCount in interface CollectorOrBuilderpublic boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 4;containsLabels in interface CollectorOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface CollectorOrBuilderpublic Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 4;getLabelsMap in interface CollectorOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 4;getLabelsOrDefault in interface CollectorOrBuilderpublic String getLabelsOrThrow(String key)
Labels as key value pairs.
map<string, string> labels = 4;getLabelsOrThrow in interface CollectorOrBuilderpublic String getDisplayName()
User specified name of the Collector.
string display_name = 5;getDisplayName in interface CollectorOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
User specified name of the Collector.
string display_name = 5;getDisplayNameBytes in interface CollectorOrBuilderpublic String getDescription()
User specified description of the Collector.
string description = 6;getDescription in interface CollectorOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
User specified description of the Collector.
string description = 6;getDescriptionBytes in interface CollectorOrBuilderpublic String getServiceAccount()
Service Account email used to ingest data to this Collector.
string service_account = 7;getServiceAccount in interface CollectorOrBuilderpublic com.google.protobuf.ByteString getServiceAccountBytes()
Service Account email used to ingest data to this Collector.
string service_account = 7;getServiceAccountBytes in interface CollectorOrBuilderpublic 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];getBucket in interface CollectorOrBuilderpublic 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];getBucketBytes in interface CollectorOrBuilderpublic long getExpectedAssetCount()
User specified expected asset count.
int64 expected_asset_count = 9;getExpectedAssetCount in interface CollectorOrBuilderpublic int getStateValue()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface CollectorOrBuilderpublic Collector.State getState()
Output only. State of the Collector.
.google.cloud.rapidmigrationassessment.v1.Collector.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface CollectorOrBuilderpublic String getClientVersion()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];getClientVersion in interface CollectorOrBuilderpublic com.google.protobuf.ByteString getClientVersionBytes()
Output only. Client version.
string client_version = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];getClientVersionBytes in interface CollectorOrBuilderpublic 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];
hasGuestOsScan in interface CollectorOrBuilderpublic 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];
getGuestOsScan in interface CollectorOrBuilderpublic 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];
getGuestOsScanOrBuilder in interface CollectorOrBuilderpublic boolean hasVsphereScan()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasVsphereScan in interface CollectorOrBuilderpublic VSphereScan getVsphereScan()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVsphereScan in interface CollectorOrBuilderpublic VSphereScanOrBuilder getVsphereScanOrBuilder()
Output only. Reference to MC Source vsphere_scan.
.google.cloud.rapidmigrationassessment.v1.VSphereScan vsphere_scan = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVsphereScanOrBuilder in interface CollectorOrBuilderpublic int getCollectionDays()
How many days to collect data.
int32 collection_days = 14;getCollectionDays in interface CollectorOrBuilderpublic String getEulaUri()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;getEulaUri in interface CollectorOrBuilderpublic com.google.protobuf.ByteString getEulaUriBytes()
Uri for EULA (End User License Agreement) from customer.
string eula_uri = 15;getEulaUriBytes in interface CollectorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Collector parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Collector parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Collector parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Collector parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Collector parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Collector parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Collector parseFrom(InputStream input) throws IOException
IOExceptionpublic static Collector parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Collector parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Collector parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Collector parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Collector parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Collector.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Collector.Builder newBuilder()
public static Collector.Builder newBuilder(Collector prototype)
public Collector.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Collector.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Collector getDefaultInstance()
public static com.google.protobuf.Parser<Collector> parser()
public com.google.protobuf.Parser<Collector> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Collector getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.