public static interface Subscription.LinkedResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkedDataset()
Output only.
|
com.google.protobuf.ByteString |
getLinkedDatasetBytes()
Output only.
|
String |
getLinkedPubsubSubscription()
Output only.
|
com.google.protobuf.ByteString |
getLinkedPubsubSubscriptionBytes()
Output only.
|
String |
getListing()
Output only.
|
com.google.protobuf.ByteString |
getListingBytes()
Output only.
|
Subscription.LinkedResource.ReferenceCase |
getReferenceCase() |
boolean |
hasLinkedDataset()
Output only.
|
boolean |
hasLinkedPubsubSubscription()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLinkedDataset()
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
string linked_dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getLinkedDataset()
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
string linked_dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getLinkedDatasetBytes()
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
string linked_dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasLinkedPubsubSubscription()
Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
string linked_pubsub_subscription = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getLinkedPubsubSubscription()
Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
string linked_pubsub_subscription = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getLinkedPubsubSubscriptionBytes()
Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
string linked_pubsub_subscription = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getListing()
Output only. Listing for which linked resource is created.
string listing = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getListingBytes()
Output only. Listing for which linked resource is created.
string listing = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Subscription.LinkedResource.ReferenceCase getReferenceCase()
Copyright © 2025 Google LLC. All rights reserved.