public static final class Probe.HttpGetAction extends GeneratedMessage implements Probe.HttpGetActionOrBuilder
HttpGetAction describes an action based on HTTP Get requests.
Protobuf type google.cloud.aiplatform.v1beta1.Probe.HttpGetAction
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.Probe.HttpHeader http_headers = 5;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Probe.HttpGetAction.Builder newBuilderForType()
protected Probe.HttpGetAction.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public Probe.HttpGetAction.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides