Interface ExportInsightsDataRequest.BigQueryDestinationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDataset()
      Required.
      com.google.protobuf.ByteString getDatasetBytes()
      Required.
      String getProjectId()
      A project ID or number.
      com.google.protobuf.ByteString getProjectIdBytes()
      A project ID or number.
      String getTable()
      The BigQuery table name to which the insights data should be written.
      com.google.protobuf.ByteString getTableBytes()
      The BigQuery table name to which the insights data should be written.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getProjectId

        String getProjectId()
         A project ID or number. If specified, then export will attempt to
         write data to this project instead of the resource project. Otherwise,
         the resource project will be used.
         
        string project_id = 3;
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
         A project ID or number. If specified, then export will attempt to
         write data to this project instead of the resource project. Otherwise,
         the resource project will be used.
         
        string project_id = 3;
        Returns:
        The bytes for projectId.
      • getDataset

        String getDataset()
         Required. The name of the BigQuery dataset that the snapshot result
         should be exported to. If this dataset does not exist, the export call
         returns an INVALID_ARGUMENT error.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The dataset.
      • getDatasetBytes

        com.google.protobuf.ByteString getDatasetBytes()
         Required. The name of the BigQuery dataset that the snapshot result
         should be exported to. If this dataset does not exist, the export call
         returns an INVALID_ARGUMENT error.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for dataset.
      • getTable

        String getTable()
         The BigQuery table name to which the insights data should be written.
         If this table does not exist, the export call returns an INVALID_ARGUMENT
         error.
         
        string table = 2;
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         The BigQuery table name to which the insights data should be written.
         If this table does not exist, the export call returns an INVALID_ARGUMENT
         error.
         
        string table = 2;
        Returns:
        The bytes for table.