public interface HTTPGetActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HTTPHeader |
getHttpHeaders(int index)
Optional.
|
int |
getHttpHeadersCount()
Optional.
|
List<HTTPHeader> |
getHttpHeadersList()
Optional.
|
HTTPHeaderOrBuilder |
getHttpHeadersOrBuilder(int index)
Optional.
|
List<? extends HTTPHeaderOrBuilder> |
getHttpHeadersOrBuilderList()
Optional.
|
String |
getPath()
Optional.
|
com.google.protobuf.ByteString |
getPathBytes()
Optional.
|
int |
getPort()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
Optional. Path to access on the HTTP server. Defaults to '/'.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPathBytes()
Optional. Path to access on the HTTP server. Defaults to '/'.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];List<HTTPHeader> getHttpHeadersList()
Optional. Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4 [(.google.api.field_behavior) = OPTIONAL];
HTTPHeader getHttpHeaders(int index)
Optional. Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4 [(.google.api.field_behavior) = OPTIONAL];
int getHttpHeadersCount()
Optional. Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4 [(.google.api.field_behavior) = OPTIONAL];
List<? extends HTTPHeaderOrBuilder> getHttpHeadersOrBuilderList()
Optional. Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4 [(.google.api.field_behavior) = OPTIONAL];
HTTPHeaderOrBuilder getHttpHeadersOrBuilder(int index)
Optional. Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4 [(.google.api.field_behavior) = OPTIONAL];
int getPort()
Optional. Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
int32 port = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.