- 3.50.0 (latest)
- 3.49.0
- 3.48.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.12
- 2.6.1
- 2.5.0
- 2.4.10
- 2.3.1
public static final class Metrics.Builder extends GeneratedMessageV3.Builder<Metrics.Builder> implements MetricsOrBuilder
Metrics for a single Key.
Protobuf type google.cloud.recaptchaenterprise.v1.Metrics
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Metrics.BuilderImplements
MetricsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllChallengeMetrics(Iterable<? extends ChallengeMetrics> values)
public Metrics.Builder addAllChallengeMetrics(Iterable<? extends ChallengeMetrics> values)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.recaptchaenterprise.v1.ChallengeMetrics> |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addAllScoreMetrics(Iterable<? extends ScoreMetrics> values)
public Metrics.Builder addAllScoreMetrics(Iterable<? extends ScoreMetrics> values)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.recaptchaenterprise.v1.ScoreMetrics> |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addChallengeMetrics(ChallengeMetrics value)
public Metrics.Builder addChallengeMetrics(ChallengeMetrics value)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
value |
ChallengeMetrics |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addChallengeMetrics(ChallengeMetrics.Builder builderForValue)
public Metrics.Builder addChallengeMetrics(ChallengeMetrics.Builder builderForValue)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
ChallengeMetrics.Builder |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addChallengeMetrics(int index, ChallengeMetrics value)
public Metrics.Builder addChallengeMetrics(int index, ChallengeMetrics value)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ChallengeMetrics |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addChallengeMetrics(int index, ChallengeMetrics.Builder builderForValue)
public Metrics.Builder addChallengeMetrics(int index, ChallengeMetrics.Builder builderForValue)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ChallengeMetrics.Builder |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addChallengeMetricsBuilder()
public ChallengeMetrics.Builder addChallengeMetricsBuilder()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Returns | |
---|---|
Type | Description |
ChallengeMetrics.Builder |
addChallengeMetricsBuilder(int index)
public ChallengeMetrics.Builder addChallengeMetricsBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ChallengeMetrics.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Metrics.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addScoreMetrics(ScoreMetrics value)
public Metrics.Builder addScoreMetrics(ScoreMetrics value)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
value |
ScoreMetrics |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addScoreMetrics(ScoreMetrics.Builder builderForValue)
public Metrics.Builder addScoreMetrics(ScoreMetrics.Builder builderForValue)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
ScoreMetrics.Builder |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addScoreMetrics(int index, ScoreMetrics value)
public Metrics.Builder addScoreMetrics(int index, ScoreMetrics value)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ScoreMetrics |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addScoreMetrics(int index, ScoreMetrics.Builder builderForValue)
public Metrics.Builder addScoreMetrics(int index, ScoreMetrics.Builder builderForValue)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ScoreMetrics.Builder |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
addScoreMetricsBuilder()
public ScoreMetrics.Builder addScoreMetricsBuilder()
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Returns | |
---|---|
Type | Description |
ScoreMetrics.Builder |
addScoreMetricsBuilder(int index)
public ScoreMetrics.Builder addScoreMetricsBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ScoreMetrics.Builder |
build()
public Metrics build()
Returns | |
---|---|
Type | Description |
Metrics |
buildPartial()
public Metrics buildPartial()
Returns | |
---|---|
Type | Description |
Metrics |
clear()
public Metrics.Builder clear()
Returns | |
---|---|
Type | Description |
Metrics.Builder |
clearChallengeMetrics()
public Metrics.Builder clearChallengeMetrics()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Returns | |
---|---|
Type | Description |
Metrics.Builder |
clearField(Descriptors.FieldDescriptor field)
public Metrics.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
clearName()
public Metrics.Builder clearName()
Output only. Identifier. The name of the metrics, in the format
projects/{project}/keys/{key}/metrics
.
string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Metrics.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Metrics.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
clearScoreMetrics()
public Metrics.Builder clearScoreMetrics()
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Returns | |
---|---|
Type | Description |
Metrics.Builder |
clearStartTime()
public Metrics.Builder clearStartTime()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
Metrics.Builder |
clone()
public Metrics.Builder clone()
Returns | |
---|---|
Type | Description |
Metrics.Builder |
getChallengeMetrics(int index)
public ChallengeMetrics getChallengeMetrics(int index)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ChallengeMetrics |
getChallengeMetricsBuilder(int index)
public ChallengeMetrics.Builder getChallengeMetricsBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ChallengeMetrics.Builder |
getChallengeMetricsBuilderList()
public List<ChallengeMetrics.Builder> getChallengeMetricsBuilderList()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Returns | |
---|---|
Type | Description |
List<Builder> |
getChallengeMetricsCount()
public int getChallengeMetricsCount()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Returns | |
---|---|
Type | Description |
int |
getChallengeMetricsList()
public List<ChallengeMetrics> getChallengeMetricsList()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Returns | |
---|---|
Type | Description |
List<ChallengeMetrics> |
getChallengeMetricsOrBuilder(int index)
public ChallengeMetricsOrBuilder getChallengeMetricsOrBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ChallengeMetricsOrBuilder |
getChallengeMetricsOrBuilderList()
public List<? extends ChallengeMetricsOrBuilder> getChallengeMetricsOrBuilderList()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.recaptchaenterprise.v1.ChallengeMetricsOrBuilder> |
getDefaultInstanceForType()
public Metrics getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Metrics |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Output only. Identifier. The name of the metrics, in the format
projects/{project}/keys/{key}/metrics
.
string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. Identifier. The name of the metrics, in the format
projects/{project}/keys/{key}/metrics
.
string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getScoreMetrics(int index)
public ScoreMetrics getScoreMetrics(int index)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ScoreMetrics |
getScoreMetricsBuilder(int index)
public ScoreMetrics.Builder getScoreMetricsBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ScoreMetrics.Builder |
getScoreMetricsBuilderList()
public List<ScoreMetrics.Builder> getScoreMetricsBuilderList()
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Returns | |
---|---|
Type | Description |
List<Builder> |
getScoreMetricsCount()
public int getScoreMetricsCount()
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Returns | |
---|---|
Type | Description |
int |
getScoreMetricsList()
public List<ScoreMetrics> getScoreMetricsList()
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Returns | |
---|---|
Type | Description |
List<ScoreMetrics> |
getScoreMetricsOrBuilder(int index)
public ScoreMetricsOrBuilder getScoreMetricsOrBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ScoreMetricsOrBuilder |
getScoreMetricsOrBuilderList()
public List<? extends ScoreMetricsOrBuilder> getScoreMetricsOrBuilderList()
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.recaptchaenterprise.v1.ScoreMetricsOrBuilder> |
getStartTime()
public Timestamp getStartTime()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasStartTime()
public boolean hasStartTime()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Metrics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Metrics.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
mergeFrom(Metrics other)
public Metrics.Builder mergeFrom(Metrics other)
Parameter | |
---|---|
Name | Description |
other |
Metrics |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
mergeStartTime(Timestamp value)
public Metrics.Builder mergeStartTime(Timestamp value)
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Metrics.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
removeChallengeMetrics(int index)
public Metrics.Builder removeChallengeMetrics(int index)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
removeScoreMetrics(int index)
public Metrics.Builder removeScoreMetrics(int index)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setChallengeMetrics(int index, ChallengeMetrics value)
public Metrics.Builder setChallengeMetrics(int index, ChallengeMetrics value)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ChallengeMetrics |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setChallengeMetrics(int index, ChallengeMetrics.Builder builderForValue)
public Metrics.Builder setChallengeMetrics(int index, ChallengeMetrics.Builder builderForValue)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ChallengeMetrics.Builder |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Metrics.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setName(String value)
public Metrics.Builder setName(String value)
Output only. Identifier. The name of the metrics, in the format
projects/{project}/keys/{key}/metrics
.
string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Metrics.Builder setNameBytes(ByteString value)
Output only. Identifier. The name of the metrics, in the format
projects/{project}/keys/{key}/metrics
.
string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Metrics.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setScoreMetrics(int index, ScoreMetrics value)
public Metrics.Builder setScoreMetrics(int index, ScoreMetrics value)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ScoreMetrics |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setScoreMetrics(int index, ScoreMetrics.Builder builderForValue)
public Metrics.Builder setScoreMetrics(int index, ScoreMetrics.Builder builderForValue)
Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ScoreMetrics.Builder |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setStartTime(Timestamp value)
public Metrics.Builder setStartTime(Timestamp value)
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setStartTime(Timestamp.Builder builderForValue)
public Metrics.Builder setStartTime(Timestamp.Builder builderForValue)
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
Metrics.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Metrics.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Metrics.Builder |