### YamlMime:JavaType
inheritances:
-
the clientRequestId value
type:Get the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.
syntax: public UUID clientRequestId() uid: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders.clientRequestId() - fullName: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders.requestId() name: requestId() nameWithType: JobGetTaskCountsHeaders.requestId() returns: description:the requestId value
type:Get a unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch account against which the request was made, and the region that account resides in.
syntax: public UUID requestId() uid: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders.requestId() - fullName: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders.withClientRequestId(UUID clientRequestId) name: withClientRequestId(UUID clientRequestId) nameWithType: JobGetTaskCountsHeaders.withClientRequestId(UUID clientRequestId) parameters: - description:the clientRequestId value to set
name: clientRequestId type:the JobGetTaskCountsHeaders object itself.
type:Set the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.
syntax: public JobGetTaskCountsHeaders withClientRequestId(UUID clientRequestId) uid: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders.withClientRequestId(UUID) - fullName: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders.withRequestId(UUID requestId) name: withRequestId(UUID requestId) nameWithType: JobGetTaskCountsHeaders.withRequestId(UUID requestId) parameters: - description:the requestId value to set
name: requestId type:the JobGetTaskCountsHeaders object itself.
type:Set a unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch account against which the request was made, and the region that account resides in.
syntax: public JobGetTaskCountsHeaders withRequestId(UUID requestId) uid: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders.withRequestId(UUID) nameWithType: JobGetTaskCountsHeaders syntax: public class JobGetTaskCountsHeaders type: class uid: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders fullName: com.microsoft.azure.batch.protocol.models.JobGetTaskCountsHeaders name: JobGetTaskCountsHeaders package: com.microsoft.azure.batch.protocol.models summary:Defines headers for GetTaskCounts operation.
metadata: {}