Class IndexPrivateEndpoints (2.4.0)

public final class IndexPrivateEndpoints extends GeneratedMessageV3 implements IndexPrivateEndpointsOrBuilder

IndexPrivateEndpoints proto is used to provide paths for users to send requests via private services access.

Protobuf type google.cloud.aiplatform.v1.IndexPrivateEndpoints

Fields

MATCH_GRPC_ADDRESS_FIELD_NUMBER

public static final int MATCH_GRPC_ADDRESS_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstance()

public static IndexPrivateEndpoints getDefaultInstance()
Returns
TypeDescription
IndexPrivateEndpoints

getDefaultInstanceForType()

public IndexPrivateEndpoints getDefaultInstanceForType()
Returns
TypeDescription
IndexPrivateEndpoints

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getMatchGrpcAddress()

public String getMatchGrpcAddress()

Output only. The ip address used to send match gRPC requests.

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

Returns
TypeDescription
String

The matchGrpcAddress.

getMatchGrpcAddressBytes()

public ByteString getMatchGrpcAddressBytes()

Output only. The ip address used to send match gRPC requests.

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

Returns
TypeDescription
ByteString

The bytes for matchGrpcAddress.

getParserForType()

public Parser<IndexPrivateEndpoints> getParserForType()
Returns
TypeDescription
Parser<IndexPrivateEndpoints>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilder()

public static IndexPrivateEndpoints.Builder newBuilder()
Returns
TypeDescription
IndexPrivateEndpoints.Builder

newBuilder(IndexPrivateEndpoints prototype)

public static IndexPrivateEndpoints.Builder newBuilder(IndexPrivateEndpoints prototype)
Parameter
NameDescription
prototypeIndexPrivateEndpoints
Returns
TypeDescription
IndexPrivateEndpoints.Builder

newBuilderForType()

public IndexPrivateEndpoints.Builder newBuilderForType()
Returns
TypeDescription
IndexPrivateEndpoints.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IndexPrivateEndpoints.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
IndexPrivateEndpoints.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

parseDelimitedFrom(InputStream input)

public static IndexPrivateEndpoints parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static IndexPrivateEndpoints parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IndexPrivateEndpoints parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IndexPrivateEndpoints parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static IndexPrivateEndpoints parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static IndexPrivateEndpoints parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IndexPrivateEndpoints parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IndexPrivateEndpoints
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<IndexPrivateEndpoints> parser()
Returns
TypeDescription
Parser<IndexPrivateEndpoints>

toBuilder()

public IndexPrivateEndpoints.Builder toBuilder()
Returns
TypeDescription
IndexPrivateEndpoints.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException