public sealed class Endpoint.Types.CloudFunctionEndpoint : IMessage<Endpoint.Types.CloudFunctionEndpoint>, IEquatable<Endpoint.Types.CloudFunctionEndpoint>, IDeepCloneable<Endpoint.Types.CloudFunctionEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Network Management v1 API class Endpoint.Types.CloudFunctionEndpoint.
Wrapper for Cloud Function attributes.
Implements
IMessageEndpointTypesCloudFunctionEndpoint, IEquatableEndpointTypesCloudFunctionEndpoint, IDeepCloneableEndpointTypesCloudFunctionEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
CloudFunctionEndpoint()
public CloudFunctionEndpoint()CloudFunctionEndpoint(CloudFunctionEndpoint)
public CloudFunctionEndpoint(Endpoint.Types.CloudFunctionEndpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
EndpointTypesCloudFunctionEndpoint |
Properties
Uri
public string Uri { get; set; }A Cloud Function name.
| Property Value | |
|---|---|
| Type | Description |
string |
|