public interface HTTPGetActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHttpHeaders(int index)
public abstract HTTPHeader getHttpHeaders(int index)Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;
| Name | Description |
| index | int |
| Type | Description |
| HTTPHeader |
getHttpHeadersCount()
public abstract int getHttpHeadersCount()Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;
| Type | Description |
| int |
getHttpHeadersList()
public abstract List<HTTPHeader> getHttpHeadersList()Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;
| Type | Description |
| List<HTTPHeader> |
getHttpHeadersOrBuilder(int index)
public abstract HTTPHeaderOrBuilder getHttpHeadersOrBuilder(int index)Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;
| Name | Description |
| index | int |
| Type | Description |
| HTTPHeaderOrBuilder |
getHttpHeadersOrBuilderList()
public abstract List<? extends HTTPHeaderOrBuilder> getHttpHeadersOrBuilderList()Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.run.v2.HTTPHeader http_headers = 4;
| Type | Description |
| List<? extends com.google.cloud.run.v2.HTTPHeaderOrBuilder> |
getPath()
public abstract String getPath()Path to access on the HTTP server. Defaults to '/'.
string path = 1;
| Type | Description |
| String | The path. |
getPathBytes()
public abstract ByteString getPathBytes()Path to access on the HTTP server. Defaults to '/'.
string path = 1;
| Type | Description |
| ByteString | The bytes for path. |