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 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;
      • 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.