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 |
---|---|
boolean |
equals(Object obj) |
String |
getBucket()
Returns the name of the Google Cloud Storage bucket this destination represents.
|
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() |
getType
public String getBucket()
public static SinkInfo.Destination.BucketDestination of(String bucket)
BucketDestination
object given the name of the bucket to be used as sink
destination.Copyright © 2019 Google LLC. All rights reserved.