Uses of Class
com.google.cloud.datastream.v1alpha1.GcsProfile
-
Packages that use GcsProfile Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of GcsProfile in com.google.cloud.datastream.v1alpha1
Methods in com.google.cloud.datastream.v1alpha1 that return GcsProfile Modifier and Type Method Description GcsProfile
GcsProfile.Builder. build()
GcsProfile
GcsProfile.Builder. buildPartial()
static GcsProfile
GcsProfile. getDefaultInstance()
GcsProfile
GcsProfile.Builder. getDefaultInstanceForType()
GcsProfile
GcsProfile. getDefaultInstanceForType()
GcsProfile
ConnectionProfile.Builder. getGcsProfile()
Cloud Storage ConnectionProfile configuration.GcsProfile
ConnectionProfile. getGcsProfile()
Cloud Storage ConnectionProfile configuration.GcsProfile
ConnectionProfileOrBuilder. getGcsProfile()
Cloud Storage ConnectionProfile configuration.static GcsProfile
GcsProfile. parseDelimitedFrom(InputStream input)
static GcsProfile
GcsProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsProfile
GcsProfile. parseFrom(byte[] data)
static GcsProfile
GcsProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsProfile
GcsProfile. parseFrom(com.google.protobuf.ByteString data)
static GcsProfile
GcsProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsProfile
GcsProfile. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsProfile
GcsProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsProfile
GcsProfile. parseFrom(InputStream input)
static GcsProfile
GcsProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsProfile
GcsProfile. parseFrom(ByteBuffer data)
static GcsProfile
GcsProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datastream.v1alpha1 that return types with arguments of type GcsProfile Modifier and Type Method Description com.google.protobuf.Parser<GcsProfile>
GcsProfile. getParserForType()
static com.google.protobuf.Parser<GcsProfile>
GcsProfile. parser()
Methods in com.google.cloud.datastream.v1alpha1 with parameters of type GcsProfile Modifier and Type Method Description GcsProfile.Builder
GcsProfile.Builder. mergeFrom(GcsProfile other)
ConnectionProfile.Builder
ConnectionProfile.Builder. mergeGcsProfile(GcsProfile value)
Cloud Storage ConnectionProfile configuration.static GcsProfile.Builder
GcsProfile. newBuilder(GcsProfile prototype)
ConnectionProfile.Builder
ConnectionProfile.Builder. setGcsProfile(GcsProfile value)
Cloud Storage ConnectionProfile configuration.
-