Cloud Run Admin v2 API - Class HTTPGetAction (2.0.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class HTTPGetAction.

HTTPGetAction describes an action based on HTTP Get requests.

Inheritance

object > HTTPGetAction

Namespace

GoogleCloudGoogle.Cloud.RunV2

Assembly

Google.Cloud.Run.V2.dll

Constructors

HTTPGetAction()

public HTTPGetAction()

HTTPGetAction(HTTPGetAction)

public HTTPGetAction(HTTPGetAction other)
Parameter
NameDescription
otherHTTPGetAction

Properties

HttpHeaders

public RepeatedField<HTTPHeader> HttpHeaders { get; }

Custom headers to set in the request. HTTP allows repeated headers.

Property Value
TypeDescription
RepeatedFieldHTTPHeader

Path

public string Path { get; set; }

Path to access on the HTTP server. Defaults to '/'.

Property Value
TypeDescription
string