Class BetaMessageBatchRequestCounts.Builder
-
- All Implemented Interfaces:
public final class BetaMessageBatchRequestCounts.BuilderA builder for BetaMessageBatchRequestCounts.
-
-
Method Summary
Modifier and Type Method Description final BetaMessageBatchRequestCounts.Buildercanceled(Long canceled)Number of requests in the Message Batch that have been canceled. final BetaMessageBatchRequestCounts.Buildercanceled(JsonField<Long> canceled)Number of requests in the Message Batch that have been canceled. final BetaMessageBatchRequestCounts.Buildererrored(Long errored)Number of requests in the Message Batch that encountered an error. final BetaMessageBatchRequestCounts.Buildererrored(JsonField<Long> errored)Number of requests in the Message Batch that encountered an error. final BetaMessageBatchRequestCounts.Builderexpired(Long expired)Number of requests in the Message Batch that have expired. final BetaMessageBatchRequestCounts.Builderexpired(JsonField<Long> expired)Number of requests in the Message Batch that have expired. final BetaMessageBatchRequestCounts.Builderprocessing(Long processing)Number of requests in the Message Batch that are processing. final BetaMessageBatchRequestCounts.Builderprocessing(JsonField<Long> processing)Number of requests in the Message Batch that are processing. final BetaMessageBatchRequestCounts.Buildersucceeded(Long succeeded)Number of requests in the Message Batch that have completed successfully. final BetaMessageBatchRequestCounts.Buildersucceeded(JsonField<Long> succeeded)Number of requests in the Message Batch that have completed successfully. final BetaMessageBatchRequestCounts.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaMessageBatchRequestCounts.BuilderputAdditionalProperty(String key, JsonValue value)final BetaMessageBatchRequestCounts.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaMessageBatchRequestCounts.BuilderremoveAdditionalProperty(String key)final BetaMessageBatchRequestCounts.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaMessageBatchRequestCountsbuild()-
-
Method Detail
-
canceled
final BetaMessageBatchRequestCounts.Builder canceled(Long canceled)
Number of requests in the Message Batch that have been canceled.
This is zero until processing of the entire Message Batch has ended.
-
canceled
final BetaMessageBatchRequestCounts.Builder canceled(JsonField<Long> canceled)
Number of requests in the Message Batch that have been canceled.
This is zero until processing of the entire Message Batch has ended.
-
errored
final BetaMessageBatchRequestCounts.Builder errored(Long errored)
Number of requests in the Message Batch that encountered an error.
This is zero until processing of the entire Message Batch has ended.
-
errored
final BetaMessageBatchRequestCounts.Builder errored(JsonField<Long> errored)
Number of requests in the Message Batch that encountered an error.
This is zero until processing of the entire Message Batch has ended.
-
expired
final BetaMessageBatchRequestCounts.Builder expired(Long expired)
Number of requests in the Message Batch that have expired.
This is zero until processing of the entire Message Batch has ended.
-
expired
final BetaMessageBatchRequestCounts.Builder expired(JsonField<Long> expired)
Number of requests in the Message Batch that have expired.
This is zero until processing of the entire Message Batch has ended.
-
processing
final BetaMessageBatchRequestCounts.Builder processing(Long processing)
Number of requests in the Message Batch that are processing.
-
processing
final BetaMessageBatchRequestCounts.Builder processing(JsonField<Long> processing)
Number of requests in the Message Batch that are processing.
-
succeeded
final BetaMessageBatchRequestCounts.Builder succeeded(Long succeeded)
Number of requests in the Message Batch that have completed successfully.
This is zero until processing of the entire Message Batch has ended.
-
succeeded
final BetaMessageBatchRequestCounts.Builder succeeded(JsonField<Long> succeeded)
Number of requests in the Message Batch that have completed successfully.
This is zero until processing of the entire Message Batch has ended.
-
additionalProperties
final BetaMessageBatchRequestCounts.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaMessageBatchRequestCounts.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaMessageBatchRequestCounts.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaMessageBatchRequestCounts.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaMessageBatchRequestCounts.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaMessageBatchRequestCounts build()
-
-
-
-