Cloud Channel v1 API - Class TransferEntitlementsResponse (2.16.0)

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

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

Response message for [CloudChannelService.TransferEntitlements][google.cloud.channel.v1.CloudChannelService.TransferEntitlements]. This is put in the response field of google.longrunning.Operation.

Inheritance

object > TransferEntitlementsResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TransferEntitlementsResponse()

public TransferEntitlementsResponse()

TransferEntitlementsResponse(TransferEntitlementsResponse)

public TransferEntitlementsResponse(TransferEntitlementsResponse other)
Parameter
Name Description
other TransferEntitlementsResponse

Properties

Entitlements

public RepeatedField<Entitlement> Entitlements { get; }

The transferred entitlements.

Property Value
Type Description
RepeatedField Entitlement

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.