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.
Implements
IMessageHTTPGetAction, IEquatableHTTPGetAction, IDeepCloneableHTTPGetAction, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.RunV2Assembly
Google.Cloud.Run.V2.dll
Constructors
HTTPGetAction()
public HTTPGetAction()
HTTPGetAction(HTTPGetAction)
public HTTPGetAction(HTTPGetAction other)
Parameter | |
---|---|
Name | Description |
other | HTTPGetAction |
Properties
HttpHeaders
public RepeatedField<HTTPHeader> HttpHeaders { get; }
Custom headers to set in the request. HTTP allows repeated headers.
Property Value | |
---|---|
Type | Description |
RepeatedFieldHTTPHeader |
Path
public string Path { get; set; }
Path to access on the HTTP server. Defaults to '/'.
Property Value | |
---|---|
Type | Description |
string |