IndexPrivateEndpoints class final

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.

Inheritance
  • Object
  • ProtoMessage
  • IndexPrivateEndpoints

Constructors

IndexPrivateEndpoints({String matchGrpcAddress = '', String serviceAttachment = '', List<PscAutomatedEndpoints> pscAutomatedEndpoints = const []})
IndexPrivateEndpoints.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
matchGrpcAddress String
Output only. The ip address used to send match gRPC requests.
final
pscAutomatedEndpoints List<PscAutomatedEndpoints>
Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAttachment String
Output only. The name of the service attachment resource. Populated if private service connect is enabled.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String