Interface SubscribeListingRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SubscribeListingRequest, SubscribeListingRequest.Builder

    public interface SubscribeListingRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasDestinationDataset

        boolean hasDestinationDataset()
         BigQuery destination dataset to create for the subscriber.
         
        .google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset destination_dataset = 3;
        Returns:
        Whether the destinationDataset field is set.
      • getDestinationDataset

        DestinationDataset getDestinationDataset()
         BigQuery destination dataset to create for the subscriber.
         
        .google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset destination_dataset = 3;
        Returns:
        The destinationDataset.
      • getDestinationDatasetOrBuilder

        DestinationDatasetOrBuilder getDestinationDatasetOrBuilder()
         BigQuery destination dataset to create for the subscriber.
         
        .google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset destination_dataset = 3;
      • getName

        String getName()
         Required. Resource name of the listing that you want to subscribe to.
         e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. Resource name of the listing that you want to subscribe to.
         e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.