public static final class InputConfig.Builder extends GeneratedMessageV3.Builder<InputConfig.Builder> implements InputConfigOrBuilder
The input config source.
Protobuf type google.cloud.recommendationengine.v1beta1.InputConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public InputConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridespublic InputConfig build()
public InputConfig buildPartial()
public InputConfig.Builder clear()
Overridespublic InputConfig.Builder clearCatalogInlineSource()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
public InputConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overridespublic InputConfig.Builder clearGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
public InputConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overridespublic InputConfig.Builder clearSource()
public InputConfig.Builder clearUserEventInlineSource()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
public InputConfig.Builder clone()
Overridespublic CatalogInlineSource getCatalogInlineSource()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
public CatalogInlineSource.Builder getCatalogInlineSourceBuilder()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
public CatalogInlineSourceOrBuilder getCatalogInlineSourceOrBuilder()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
public InputConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overridespublic GcsSource getGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
Returns |
---|
Type | Description |
GcsSource | The gcsSource. |
public GcsSource.Builder getGcsSourceBuilder()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
public GcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
public InputConfig.SourceCase getSourceCase()
public UserEventInlineSource getUserEventInlineSource()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
public UserEventInlineSource.Builder getUserEventInlineSourceBuilder()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
public UserEventInlineSourceOrBuilder getUserEventInlineSourceOrBuilder()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
public boolean hasCatalogInlineSource()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
Returns |
---|
Type | Description |
boolean | Whether the catalogInlineSource field is set. |
public boolean hasGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
Returns |
---|
Type | Description |
boolean | Whether the gcsSource field is set. |
public boolean hasUserEventInlineSource()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
Returns |
---|
Type | Description |
boolean | Whether the userEventInlineSource field is set. |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overridespublic final boolean isInitialized()
Overridespublic InputConfig.Builder mergeCatalogInlineSource(CatalogInlineSource value)
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
public InputConfig.Builder mergeFrom(InputConfig other)
public InputConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overridespublic InputConfig.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overridespublic InputConfig.Builder mergeGcsSource(GcsSource value)
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
public final InputConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overridespublic InputConfig.Builder mergeUserEventInlineSource(UserEventInlineSource value)
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
public InputConfig.Builder setCatalogInlineSource(CatalogInlineSource value)
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
public InputConfig.Builder setCatalogInlineSource(CatalogInlineSource.Builder builderForValue)
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
public InputConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overridespublic InputConfig.Builder setGcsSource(GcsSource value)
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
public InputConfig.Builder setGcsSource(GcsSource.Builder builderForValue)
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
public InputConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overridespublic final InputConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overridespublic InputConfig.Builder setUserEventInlineSource(UserEventInlineSource value)
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
public InputConfig.Builder setUserEventInlineSource(UserEventInlineSource.Builder builderForValue)
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;