public interface IndexPrivateEndpointsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMatchGrpcAddress()
public abstract String getMatchGrpcAddress()Output only. The ip address used to send match gRPC requests.
string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The matchGrpcAddress. |
getMatchGrpcAddressBytes()
public abstract ByteString getMatchGrpcAddressBytes()Output only. The ip address used to send match gRPC requests.
string match_grpc_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for matchGrpcAddress. |
getServiceAttachment()
public abstract 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];
| Type | Description |
| String | The serviceAttachment. |
getServiceAttachmentBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for serviceAttachment. |