Class PrivateEndpoints (1.2.0)

publicfinalclass PrivateEndpointsextendsGeneratedMessageV3implementsPrivateEndpointsOrBuilder

PrivateEndpoints proto is used to provide paths for users to send requests privately. To send request via private service access, use predict_http_uri, explain_http_uri or health_http_uri. To send request via private service connect, use service_attachment.

Protobuf type google.cloud.vertexai.v1.PrivateEndpoints

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

EXPLAIN_HTTP_URI_FIELD_NUMBER

publicstaticfinalintEXPLAIN_HTTP_URI_FIELD_NUMBER
Field Value
Type Description
int

HEALTH_HTTP_URI_FIELD_NUMBER

publicstaticfinalintHEALTH_HTTP_URI_FIELD_NUMBER
Field Value
Type Description
int

PREDICT_HTTP_URI_FIELD_NUMBER

publicstaticfinalintPREDICT_HTTP_URI_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_ATTACHMENT_FIELD_NUMBER

publicstaticfinalintSERVICE_ATTACHMENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticPrivateEndpointsgetDefaultInstance()
Returns
Type Description
PrivateEndpoints

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticPrivateEndpoints.BuildernewBuilder()
Returns
Type Description
PrivateEndpoints.Builder

newBuilder(PrivateEndpoints prototype)

publicstaticPrivateEndpoints.BuildernewBuilder(PrivateEndpointsprototype)
Parameter
Name Description
prototype PrivateEndpoints
Returns
Type Description
PrivateEndpoints.Builder

parseDelimitedFrom(InputStream input)

publicstaticPrivateEndpointsparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticPrivateEndpointsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticPrivateEndpointsparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticPrivateEndpointsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticPrivateEndpointsparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticPrivateEndpointsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticPrivateEndpointsparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticPrivateEndpointsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticPrivateEndpointsparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticPrivateEndpointsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticPrivateEndpointsparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticPrivateEndpointsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PrivateEndpoints
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<PrivateEndpoints>parser()
Returns
Type Description
Parser<PrivateEndpoints>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicPrivateEndpointsgetDefaultInstanceForType()
Returns
Type Description
PrivateEndpoints

getExplainHttpUri()

publicStringgetExplainHttpUri()

Output only. Http(s) path to send explain requests.

string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The explainHttpUri.

getExplainHttpUriBytes()

publicByteStringgetExplainHttpUriBytes()

Output only. Http(s) path to send explain requests.

string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for explainHttpUri.

getHealthHttpUri()

publicStringgetHealthHttpUri()

Output only. Http(s) path to send health check requests.

string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The healthHttpUri.

getHealthHttpUriBytes()

publicByteStringgetHealthHttpUriBytes()

Output only. Http(s) path to send health check requests.

string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for healthHttpUri.

getParserForType()

publicParser<PrivateEndpoints>getParserForType()
Returns
Type Description
Parser<PrivateEndpoints>
Overrides

getPredictHttpUri()

publicStringgetPredictHttpUri()

Output only. Http(s) path to send prediction requests.

string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The predictHttpUri.

getPredictHttpUriBytes()

publicByteStringgetPredictHttpUriBytes()

Output only. Http(s) path to send prediction requests.

string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for predictHttpUri.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getServiceAttachment()

publicStringgetServiceAttachment()

Output only. The name of the service attachment resource. Populated if private service connect is enabled.

string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The serviceAttachment.

getServiceAttachmentBytes()

publicByteStringgetServiceAttachmentBytes()

Output only. The name of the service attachment resource. Populated if private service connect is enabled.

string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for serviceAttachment.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicPrivateEndpoints.BuildernewBuilderForType()
Returns
Type Description
PrivateEndpoints.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedPrivateEndpoints.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PrivateEndpoints.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicPrivateEndpoints.BuildertoBuilder()
Returns
Type Description
PrivateEndpoints.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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年11月19日 UTC.