public static interface Probe.HttpGetActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Host name to connect to, defaults to the model serving container's IP.
|
com.google.protobuf.ByteString |
getHostBytes()
Host name to connect to, defaults to the model serving container's IP.
|
Probe.HttpHeader |
getHttpHeaders(int index)
Custom headers to set in the request.
|
int |
getHttpHeadersCount()
Custom headers to set in the request.
|
List<Probe.HttpHeader> |
getHttpHeadersList()
Custom headers to set in the request.
|
Probe.HttpHeaderOrBuilder |
getHttpHeadersOrBuilder(int index)
Custom headers to set in the request.
|
List<? extends Probe.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()
Number of the port to access on the container.
|
String |
getScheme()
Scheme to use for connecting to the host.
|
com.google.protobuf.ByteString |
getSchemeBytes()
Scheme to use for connecting to the host.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
Path to access on the HTTP server.
string path = 1;com.google.protobuf.ByteString getPathBytes()
Path to access on the HTTP server.
string path = 1;int getPort()
Number of the port to access on the container. Number must be in the range 1 to 65535.
int32 port = 2;String getHost()
Host name to connect to, defaults to the model serving container's IP. You probably want to set "Host" in httpHeaders instead.
string host = 3;com.google.protobuf.ByteString getHostBytes()
Host name to connect to, defaults to the model serving container's IP. You probably want to set "Host" in httpHeaders instead.
string host = 3;String getScheme()
Scheme to use for connecting to the host. Defaults to HTTP. Acceptable values are "HTTP" or "HTTPS".
string scheme = 4;com.google.protobuf.ByteString getSchemeBytes()
Scheme to use for connecting to the host. Defaults to HTTP. Acceptable values are "HTTP" or "HTTPS".
string scheme = 4;List<Probe.HttpHeader> getHttpHeadersList()
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.aiplatform.v1.Probe.HttpHeader http_headers = 5;Probe.HttpHeader getHttpHeaders(int index)
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.aiplatform.v1.Probe.HttpHeader http_headers = 5;int getHttpHeadersCount()
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.aiplatform.v1.Probe.HttpHeader http_headers = 5;List<? extends Probe.HttpHeaderOrBuilder> getHttpHeadersOrBuilderList()
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.aiplatform.v1.Probe.HttpHeader http_headers = 5;Probe.HttpHeaderOrBuilder getHttpHeadersOrBuilder(int index)
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.aiplatform.v1.Probe.HttpHeader http_headers = 5;Copyright © 2025 Google LLC. All rights reserved.