public static final class ExportAnalyticsMetricsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder> implements ExportAnalyticsMetricsRequestOrBuilder
Request message for the `ExportAnalyticsMetrics` method.Protobuf type
google.cloud.retail.v2.ExportAnalyticsMetricsRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExportAnalyticsMetricsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExportAnalyticsMetricsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExportAnalyticsMetricsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder mergeFrom(ExportAnalyticsMetricsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public ExportAnalyticsMetricsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportAnalyticsMetricsRequest.Builder>IOExceptionpublic String getCatalog()
Required. Full resource name of the parent catalog. Expected format: `projects/*/locations/*/catalogs/*`
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];getCatalog in interface ExportAnalyticsMetricsRequestOrBuilderpublic com.google.protobuf.ByteString getCatalogBytes()
Required. Full resource name of the parent catalog. Expected format: `projects/*/locations/*/catalogs/*`
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];getCatalogBytes in interface ExportAnalyticsMetricsRequestOrBuilderpublic ExportAnalyticsMetricsRequest.Builder setCatalog(String value)
Required. Full resource name of the parent catalog. Expected format: `projects/*/locations/*/catalogs/*`
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];value - The catalog to set.public ExportAnalyticsMetricsRequest.Builder clearCatalog()
Required. Full resource name of the parent catalog. Expected format: `projects/*/locations/*/catalogs/*`
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];public ExportAnalyticsMetricsRequest.Builder setCatalogBytes(com.google.protobuf.ByteString value)
Required. Full resource name of the parent catalog. Expected format: `projects/*/locations/*/catalogs/*`
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];value - The bytes for catalog to set.public boolean hasOutputConfig()
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
hasOutputConfig in interface ExportAnalyticsMetricsRequestOrBuilderpublic OutputConfig getOutputConfig()
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
getOutputConfig in interface ExportAnalyticsMetricsRequestOrBuilderpublic ExportAnalyticsMetricsRequest.Builder setOutputConfig(OutputConfig value)
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
public ExportAnalyticsMetricsRequest.Builder setOutputConfig(OutputConfig.Builder builderForValue)
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
public ExportAnalyticsMetricsRequest.Builder mergeOutputConfig(OutputConfig value)
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
public ExportAnalyticsMetricsRequest.Builder clearOutputConfig()
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
public OutputConfig.Builder getOutputConfigBuilder()
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
public OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. The output location of the data.
.google.cloud.retail.v2.OutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
getOutputConfigOrBuilder in interface ExportAnalyticsMetricsRequestOrBuilderpublic String getFilter()
A filtering expression to specify restrictions on returned metrics.
The expression is a sequence of terms. Each term applies a restriction to
the returned metrics. Use this expression to restrict results to a
specific time range.
Currently we expect only one types of fields:
* `timestamp`: This can be specified twice, once with a
less than operator and once with a greater than operator. The
`timestamp` restriction should result in one, contiguous, valid,
`timestamp` range.
Some examples of valid filters expressions:
* Example 1: `timestamp > "2012-04-23T18:25:43.511Z"
timestamp < "2012-04-23T18:30:43.511Z"`
* Example 2: `timestamp > "2012-04-23T18:25:43.511Z"`
string filter = 3;getFilter in interface ExportAnalyticsMetricsRequestOrBuilderpublic com.google.protobuf.ByteString getFilterBytes()
A filtering expression to specify restrictions on returned metrics.
The expression is a sequence of terms. Each term applies a restriction to
the returned metrics. Use this expression to restrict results to a
specific time range.
Currently we expect only one types of fields:
* `timestamp`: This can be specified twice, once with a
less than operator and once with a greater than operator. The
`timestamp` restriction should result in one, contiguous, valid,
`timestamp` range.
Some examples of valid filters expressions:
* Example 1: `timestamp > "2012-04-23T18:25:43.511Z"
timestamp < "2012-04-23T18:30:43.511Z"`
* Example 2: `timestamp > "2012-04-23T18:25:43.511Z"`
string filter = 3;getFilterBytes in interface ExportAnalyticsMetricsRequestOrBuilderpublic ExportAnalyticsMetricsRequest.Builder setFilter(String value)
A filtering expression to specify restrictions on returned metrics.
The expression is a sequence of terms. Each term applies a restriction to
the returned metrics. Use this expression to restrict results to a
specific time range.
Currently we expect only one types of fields:
* `timestamp`: This can be specified twice, once with a
less than operator and once with a greater than operator. The
`timestamp` restriction should result in one, contiguous, valid,
`timestamp` range.
Some examples of valid filters expressions:
* Example 1: `timestamp > "2012-04-23T18:25:43.511Z"
timestamp < "2012-04-23T18:30:43.511Z"`
* Example 2: `timestamp > "2012-04-23T18:25:43.511Z"`
string filter = 3;value - The filter to set.public ExportAnalyticsMetricsRequest.Builder clearFilter()
A filtering expression to specify restrictions on returned metrics.
The expression is a sequence of terms. Each term applies a restriction to
the returned metrics. Use this expression to restrict results to a
specific time range.
Currently we expect only one types of fields:
* `timestamp`: This can be specified twice, once with a
less than operator and once with a greater than operator. The
`timestamp` restriction should result in one, contiguous, valid,
`timestamp` range.
Some examples of valid filters expressions:
* Example 1: `timestamp > "2012-04-23T18:25:43.511Z"
timestamp < "2012-04-23T18:30:43.511Z"`
* Example 2: `timestamp > "2012-04-23T18:25:43.511Z"`
string filter = 3;public ExportAnalyticsMetricsRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
A filtering expression to specify restrictions on returned metrics.
The expression is a sequence of terms. Each term applies a restriction to
the returned metrics. Use this expression to restrict results to a
specific time range.
Currently we expect only one types of fields:
* `timestamp`: This can be specified twice, once with a
less than operator and once with a greater than operator. The
`timestamp` restriction should result in one, contiguous, valid,
`timestamp` range.
Some examples of valid filters expressions:
* Example 1: `timestamp > "2012-04-23T18:25:43.511Z"
timestamp < "2012-04-23T18:30:43.511Z"`
* Example 2: `timestamp > "2012-04-23T18:25:43.511Z"`
string filter = 3;value - The bytes for filter to set.public final ExportAnalyticsMetricsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>public final ExportAnalyticsMetricsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExportAnalyticsMetricsRequest.Builder>Copyright © 2024 Google LLC. All rights reserved.