public static interface Subscription.LinkedResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLinkedDataset()
public abstract 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];
Returns | |
---|---|
Type | Description |
String |
The linkedDataset. |
getLinkedDatasetBytes()
public abstract 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];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for linkedDataset. |
getReferenceCase()
public abstract Subscription.LinkedResource.ReferenceCase getReferenceCase()
Returns | |
---|---|
Type | Description |
Subscription.LinkedResource.ReferenceCase |
hasLinkedDataset()
public abstract boolean 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];
Returns | |
---|---|
Type | Description |
boolean |
Whether the linkedDataset field is set. |