public final class IndexPrivateEndpoints extends GeneratedMessageV3 implements IndexPrivateEndpointsOrBuilder
IndexPrivateEndpoints proto is used to provide paths for users to send
requests via private endpoints (e.g. private service access, private service
connect).
To send request via private service access, use match_grpc_address.
To send request via private service connect, use service_attachment.
Protobuf type google.cloud.aiplatform.v1beta1.IndexPrivateEndpoints
Static Fields
public static final int MATCH_GRPC_ADDRESS_FIELD_NUMBER
Field Value
public static final int SERVICE_ATTACHMENT_FIELD_NUMBER
Field Value
Static Methods
public static IndexPrivateEndpoints getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static IndexPrivateEndpoints.Builder newBuilder()
Returns
public static IndexPrivateEndpoints.Builder newBuilder(IndexPrivateEndpoints prototype)
Parameter
Returns
public static IndexPrivateEndpoints parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static IndexPrivateEndpoints parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static IndexPrivateEndpoints parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<IndexPrivateEndpoints> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public IndexPrivateEndpoints getDefaultInstanceForType()
Returns
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
Type | Description |
String | The matchGrpcAddress.
|
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
Type | Description |
ByteString | The bytes for matchGrpcAddress.
|
public Parser<IndexPrivateEndpoints> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public String getServiceAttachment()
Output only. The name of the service attachment resource. Populated if private service
connect is enabled.
string service_attachment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The serviceAttachment.
|
public ByteString getServiceAttachmentBytes()
Output only. The name of the service attachment resource. Populated if private service
connect is enabled.
string service_attachment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for serviceAttachment.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public IndexPrivateEndpoints.Builder newBuilderForType()
Returns
protected IndexPrivateEndpoints.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public IndexPrivateEndpoints.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions