Get App Profile Result
data class GetAppProfileResult(val description: String, val etag: String, val multiClusterRoutingUseAny: MultiClusterRoutingUseAnyResponse, val name: String, val singleClusterRouting: SingleClusterRoutingResponse)
Constructors
Link copied to clipboard
constructor(description: String, etag: String, multiClusterRoutingUseAny: MultiClusterRoutingUseAnyResponse, name: String, singleClusterRouting: SingleClusterRoutingResponse)
Properties
Link copied to clipboard
Long form description of the use case for this AppProfile.
Link copied to clipboard
Strongly validated etag for optimistic concurrency control. Preserve the value returned from GetAppProfile
when calling UpdateAppProfile
to fail the request if there has been a modification in the mean time. The update_mask
of the request need not include etag
for this protection to apply. See Wikipedia and RFC 7232 for more details.
Link copied to clipboard
Use a multi-cluster routing policy.
Link copied to clipboard
Use a single-cluster routing policy.