| Modifier and Type | Method and Description |
|---|---|
GcsSource |
GcsSource.Builder.build() |
GcsSource |
GcsSource.Builder.buildPartial() |
static GcsSource |
GcsSource.getDefaultInstance() |
GcsSource |
GcsSource.getDefaultInstanceForType() |
GcsSource |
GcsSource.Builder.getDefaultInstanceForType() |
GcsSource |
UserEventInputConfigOrBuilder.getGcsSource()
Required.
|
GcsSource |
ProductInputConfig.getGcsSource()
Google Cloud Storage location for the input content.
|
GcsSource |
ProductInputConfig.Builder.getGcsSource()
Google Cloud Storage location for the input content.
|
GcsSource |
UserEventInputConfig.getGcsSource()
Required.
|
GcsSource |
UserEventInputConfig.Builder.getGcsSource()
Required.
|
GcsSource |
ProductInputConfigOrBuilder.getGcsSource()
Google 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(ByteBuffer data) |
static GcsSource |
GcsSource.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<GcsSource> |
GcsSource.getParserForType() |
static com.google.protobuf.Parser<GcsSource> |
GcsSource.parser() |
| Modifier and Type | Method and Description |
|---|---|
GcsSource.Builder |
GcsSource.Builder.mergeFrom(GcsSource other) |
ProductInputConfig.Builder |
ProductInputConfig.Builder.mergeGcsSource(GcsSource value)
Google Cloud Storage location for the input content.
|
UserEventInputConfig.Builder |
UserEventInputConfig.Builder.mergeGcsSource(GcsSource value)
Required.
|
static GcsSource.Builder |
GcsSource.newBuilder(GcsSource prototype) |
ProductInputConfig.Builder |
ProductInputConfig.Builder.setGcsSource(GcsSource value)
Google Cloud Storage location for the input content.
|
UserEventInputConfig.Builder |
UserEventInputConfig.Builder.setGcsSource(GcsSource value)
Required.
|
Copyright © 2024 Google LLC. All rights reserved.