Send feedback
Class Probe.HttpGetAction (3.59.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class Probe . HttpGetAction extends GeneratedMessageV3 implements Probe . HttpGetActionOrBuilder
HttpGetAction describes an action based on HTTP Get requests.
Protobuf type google.cloud.aiplatform.v1.Probe.HttpGetAction
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int HOST_FIELD_NUMBER
Field Value
Type
Description
int
public static final int HTTP_HEADERS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int PATH_FIELD_NUMBER
Field Value
Type
Description
int
public static final int PORT_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SCHEME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static Probe . HttpGetAction getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static Probe . HttpGetAction . Builder newBuilder ()
public static Probe . HttpGetAction . Builder newBuilder ( Probe . HttpGetAction prototype )
public static Probe . HttpGetAction parseDelimitedFrom ( InputStream input )
public static Probe . HttpGetAction parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static Probe . HttpGetAction parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static Probe . HttpGetAction parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static Probe . HttpGetAction parseFrom ( ByteString data )
public static Probe . HttpGetAction parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Probe . HttpGetAction parseFrom ( CodedInputStream input )
public static Probe . HttpGetAction parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Probe . HttpGetAction parseFrom ( InputStream input )
public static Probe . HttpGetAction parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static Probe . HttpGetAction parseFrom ( ByteBuffer data )
public static Probe . HttpGetAction parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<Probe . HttpGetAction > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public Probe . HttpGetAction getDefaultInstanceForType ()
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;
Returns
Type
Description
String
The host.
public 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;
Returns
Type
Description
ByteString
The bytes for host.
public 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;
Parameter
Name
Description
index
int
public int getHttpHeadersCount ()
Custom headers to set in the request. HTTP allows repeated headers.
repeated .google.cloud.aiplatform.v1.Probe.HttpHeader http_headers = 5;
Returns
Type
Description
int
public 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;
public 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;
Parameter
Name
Description
index
int
public 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;
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1.Probe.HttpHeaderOrBuilder >
public Parser<Probe . HttpGetAction > getParserForType ()
Overrides
Path to access on the HTTP server.
string path = 1;
Returns
Type
Description
String
The path.
public ByteString getPathBytes ()
Path to access on the HTTP server.
string path = 1;
Returns
Type
Description
ByteString
The bytes for path.
Number of the port to access on the container.
Number must be in the range 1 to 65535.
int32 port = 2;
Returns
Type
Description
int
The port.
public String getScheme ()
Scheme to use for connecting to the host.
Defaults to HTTP. Acceptable values are "HTTP" or "HTTPS".
string scheme = 4;
Returns
Type
Description
String
The scheme.
public ByteString getSchemeBytes ()
Scheme to use for connecting to the host.
Defaults to HTTP. Acceptable values are "HTTP" or "HTTPS".
string scheme = 4;
Returns
Type
Description
ByteString
The bytes for scheme.
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public Probe . HttpGetAction . Builder newBuilderForType ()
protected Probe . HttpGetAction . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public Probe . HttpGetAction . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-22 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-22 UTC."],[],[]]