public sealed class GetBindingRequest : IMessage<GetBindingRequest>, IEquatable<GetBindingRequest>, IDeepCloneable<GetBindingRequest>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class GetBindingRequest.
Message for getting a Binding
Implements
IMessageGetBindingRequest, IEquatableGetBindingRequest, IDeepCloneableGetBindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
GetBindingRequest()
public GetBindingRequest()GetBindingRequest(GetBindingRequest)
public GetBindingRequest(GetBindingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetBindingRequest |
Properties
BindingName
public BindingName BindingName { get; set; }BindingName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BindingName |
|
Name
public string Name { get; set; }Required. The name of the Binding.
Format: projects/{project}/locations/{location}/bindings/{binding}.
| Property Value | |
|---|---|
| Type | Description |
string |
|