Uses of Class
com.google.cloud.datastream.v1.GcsProfile.Builder
-
Packages that use GcsProfile.Builder Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of GcsProfile.Builder in com.google.cloud.datastream.v1
Methods in com.google.cloud.datastream.v1 that return GcsProfile.Builder Modifier and Type Method Description GcsProfile.Builder
GcsProfile.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GcsProfile.Builder
GcsProfile.Builder. clear()
GcsProfile.Builder
GcsProfile.Builder. clearBucket()
Required.GcsProfile.Builder
GcsProfile.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GcsProfile.Builder
GcsProfile.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GcsProfile.Builder
GcsProfile.Builder. clearRootPath()
The root path inside the Cloud Storage bucket.GcsProfile.Builder
GcsProfile.Builder. clone()
GcsProfile.Builder
ConnectionProfile.Builder. getGcsProfileBuilder()
Cloud Storage ConnectionProfile configuration.GcsProfile.Builder
GcsProfile.Builder. mergeFrom(GcsProfile other)
GcsProfile.Builder
GcsProfile.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GcsProfile.Builder
GcsProfile.Builder. mergeFrom(com.google.protobuf.Message other)
GcsProfile.Builder
GcsProfile.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static GcsProfile.Builder
GcsProfile. newBuilder()
static GcsProfile.Builder
GcsProfile. newBuilder(GcsProfile prototype)
GcsProfile.Builder
GcsProfile. newBuilderForType()
protected GcsProfile.Builder
GcsProfile. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
GcsProfile.Builder
GcsProfile.Builder. setBucket(String value)
Required.GcsProfile.Builder
GcsProfile.Builder. setBucketBytes(com.google.protobuf.ByteString value)
Required.GcsProfile.Builder
GcsProfile.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GcsProfile.Builder
GcsProfile.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GcsProfile.Builder
GcsProfile.Builder. setRootPath(String value)
The root path inside the Cloud Storage bucket.GcsProfile.Builder
GcsProfile.Builder. setRootPathBytes(com.google.protobuf.ByteString value)
The root path inside the Cloud Storage bucket.GcsProfile.Builder
GcsProfile.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GcsProfile.Builder
GcsProfile. toBuilder()
Methods in com.google.cloud.datastream.v1 with parameters of type GcsProfile.Builder Modifier and Type Method Description ConnectionProfile.Builder
ConnectionProfile.Builder. setGcsProfile(GcsProfile.Builder builderForValue)
Cloud Storage ConnectionProfile configuration.
-