Cloud Channel v1 API - Class GetEntitlementRequest (2.14.0)

public sealed class GetEntitlementRequest : IMessage<GetEntitlementRequest>, IEquatable<GetEntitlementRequest>, IDeepCloneable<GetEntitlementRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class GetEntitlementRequest.

Request message for [CloudChannelService.GetEntitlement][google.cloud.channel.v1.CloudChannelService.GetEntitlement].

Inheritance

object > GetEntitlementRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

GetEntitlementRequest()

public GetEntitlementRequest()

GetEntitlementRequest(GetEntitlementRequest)

public GetEntitlementRequest(GetEntitlementRequest other)
Parameter
Name Description
other GetEntitlementRequest

Properties

EntitlementName

public EntitlementName EntitlementName { get; set; }

EntitlementName-typed view over the Name resource name property.

Property Value
Type Description
EntitlementName

Name

public string Name { get; set; }

Required. The resource name of the entitlement to retrieve. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.