public static final class SinkInfo.Destination.BucketDestination extends SinkInfo.Destination
SinkInfo.Destination.BucketDestination, SinkInfo.Destination.DatasetDestination, SinkInfo.Destination.TopicDestination, SinkInfo.Destination.Type| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
Returns the name of the Google Cloud Storage bucket this destination represents.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static SinkInfo.Destination.BucketDestination |
of(String bucket)
Creates a
BucketDestination object given the name of the bucket to be used as sink
destination. |
String |
toString() |
typepublic String bucket()
public static SinkInfo.Destination.BucketDestination of(String bucket)
BucketDestination object given the name of the bucket to be used as sink
destination.Copyright © 2016 Google. All rights reserved.