Uses of Class
com.google.cloud.discoveryengine.v1.GcsSource
-
Packages that use GcsSource Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of GcsSource in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return GcsSource Modifier and Type Method Description GcsSource
GcsSource.Builder. build()
GcsSource
GcsSource.Builder. buildPartial()
static GcsSource
GcsSource. getDefaultInstance()
GcsSource
GcsSource.Builder. getDefaultInstanceForType()
GcsSource
GcsSource. getDefaultInstanceForType()
GcsSource
ImportDocumentsRequest.Builder. getGcsSource()
Cloud Storage location for the input content.GcsSource
ImportDocumentsRequest. getGcsSource()
Cloud Storage location for the input content.GcsSource
ImportDocumentsRequestOrBuilder. getGcsSource()
Cloud Storage location for the input content.GcsSource
ImportUserEventsRequest.Builder. getGcsSource()
Cloud Storage location for the input content.GcsSource
ImportUserEventsRequest. getGcsSource()
Cloud Storage location for the input content.GcsSource
ImportUserEventsRequestOrBuilder. getGcsSource()
Cloud Storage location for the input content.static GcsSource
GcsSource. parseDelimitedFrom(InputStream input)
static GcsSource
GcsSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSource
GcsSource. parseFrom(byte[] data)
static GcsSource
GcsSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSource
GcsSource. parseFrom(com.google.protobuf.ByteString data)
static GcsSource
GcsSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSource
GcsSource. parseFrom(com.google.protobuf.CodedInputStream input)
static GcsSource
GcsSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSource
GcsSource. parseFrom(InputStream input)
static GcsSource
GcsSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcsSource
GcsSource. parseFrom(ByteBuffer data)
static GcsSource
GcsSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type GcsSource Modifier and Type Method Description com.google.protobuf.Parser<GcsSource>
GcsSource. getParserForType()
static com.google.protobuf.Parser<GcsSource>
GcsSource. parser()
Methods in com.google.cloud.discoveryengine.v1 with parameters of type GcsSource Modifier and Type Method Description GcsSource.Builder
GcsSource.Builder. mergeFrom(GcsSource other)
ImportDocumentsRequest.Builder
ImportDocumentsRequest.Builder. mergeGcsSource(GcsSource value)
Cloud Storage location for the input content.ImportUserEventsRequest.Builder
ImportUserEventsRequest.Builder. mergeGcsSource(GcsSource value)
Cloud Storage location for the input content.static GcsSource.Builder
GcsSource. newBuilder(GcsSource prototype)
ImportDocumentsRequest.Builder
ImportDocumentsRequest.Builder. setGcsSource(GcsSource value)
Cloud Storage location for the input content.ImportUserEventsRequest.Builder
ImportUserEventsRequest.Builder. setGcsSource(GcsSource value)
Cloud Storage location for the input content.
-