public interface HTTPGetActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HTTPHeader |
getHttpHeaders(int index)
Custom headers to set in the request.
|
int |
getHttpHeadersCount()
Custom headers to set in the request.
|
List<HTTPHeader> |
getHttpHeadersList()
Custom headers to set in the request.
|
HTTPHeaderOrBuilder |
getHttpHeadersOrBuilder(int index)
Custom headers to set in the request.
|
List<? extends HTTPHeaderOrBuilder> |
getHttpHeadersOrBuilderList()
Custom headers to set in the request.
|
String |
getPath()
Path to access on the HTTP server.
|
com.google.protobuf.ByteString |
getPathBytes()
Path to access on the HTTP server.
|
int |
getPort()
Port number to access on the container.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
Path to access on the HTTP server. Defaults to '/'.
string path = 1;com.google.protobuf.ByteString getPathBytes()
Path to access on the HTTP server. Defaults to '/'.
string path = 1;List<HTTPHeader> getHttpHeadersList()
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;HTTPHeader getHttpHeaders(int index)
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;int getHttpHeadersCount()
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;List<? extends HTTPHeaderOrBuilder> getHttpHeadersOrBuilderList()
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;HTTPHeaderOrBuilder getHttpHeadersOrBuilder(int index)
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;int getPort()
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;Copyright © 2024 Google LLC. All rights reserved.