Interface Subscription.AnalyticsHubSubscriptionInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Subscription.AnalyticsHubSubscriptionInfo, Subscription.AnalyticsHubSubscriptionInfo.Builder
Enclosing class:
Subscription

public static interface Subscription.AnalyticsHubSubscriptionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Optional.
    com.google.protobuf.ByteString
    Optional.

    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 Details

    • getListing

      String getListing()
       Optional. The name of the associated Analytics Hub listing resource.
       Pattern:
       "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"
       
      string listing = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The listing.
    • getListingBytes

      com.google.protobuf.ByteString getListingBytes()
       Optional. The name of the associated Analytics Hub listing resource.
       Pattern:
       "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"
       
      string listing = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for listing.
    • getSubscription

      String getSubscription()
       Optional. The name of the associated Analytics Hub subscription resource.
       Pattern:
       "projects/{project}/locations/{location}/subscriptions/{subscription}"
       
      string subscription = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The subscription.
    • getSubscriptionBytes

      com.google.protobuf.ByteString getSubscriptionBytes()
       Optional. The name of the associated Analytics Hub subscription resource.
       Pattern:
       "projects/{project}/locations/{location}/subscriptions/{subscription}"
       
      string subscription = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for subscription.