public interface EndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Endpoint.CloudFunctionEndpoint |
getCloudFunction()
A [Cloud function](https://cloud.google.com/functions).
|
Endpoint.CloudFunctionEndpointOrBuilder |
getCloudFunctionOrBuilder()
A [Cloud function](https://cloud.google.com/functions).
|
String |
getCloudSqlInstance()
A [Cloud SQL](https://cloud.google.com/sql) instance URI.
|
com.google.protobuf.ByteString |
getCloudSqlInstanceBytes()
A [Cloud SQL](https://cloud.google.com/sql) instance URI.
|
String |
getGkeMasterCluster()
A cluster URI for [Google Kubernetes Engine
master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
|
com.google.protobuf.ByteString |
getGkeMasterClusterBytes()
A cluster URI for [Google Kubernetes Engine
master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
|
String |
getInstance()
A Compute Engine instance URI.
|
com.google.protobuf.ByteString |
getInstanceBytes()
A Compute Engine instance URI.
|
String |
getIpAddress()
The IP address of the endpoint, which can be an external or internal IP.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
The IP address of the endpoint, which can be an external or internal IP.
|
String |
getNetwork()
A Compute Engine network URI.
|
com.google.protobuf.ByteString |
getNetworkBytes()
A Compute Engine network URI.
|
Endpoint.NetworkType |
getNetworkType()
Type of the network where the endpoint is located.
|
int |
getNetworkTypeValue()
Type of the network where the endpoint is located.
|
int |
getPort()
The IP protocol port of the endpoint.
|
String |
getProjectId()
Project ID where the endpoint is located.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project ID where the endpoint is located.
|
boolean |
hasCloudFunction()
A [Cloud function](https://cloud.google.com/functions).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIpAddress()
The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
string ip_address = 1;com.google.protobuf.ByteString getIpAddressBytes()
The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
string ip_address = 1;int getPort()
The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
int32 port = 2;String getInstance()
A Compute Engine instance URI.
string instance = 3;com.google.protobuf.ByteString getInstanceBytes()
A Compute Engine instance URI.
string instance = 3;String getGkeMasterCluster()
A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
string gke_master_cluster = 7;com.google.protobuf.ByteString getGkeMasterClusterBytes()
A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
string gke_master_cluster = 7;String getCloudSqlInstance()
A [Cloud SQL](https://cloud.google.com/sql) instance URI.
string cloud_sql_instance = 8;com.google.protobuf.ByteString getCloudSqlInstanceBytes()
A [Cloud SQL](https://cloud.google.com/sql) instance URI.
string cloud_sql_instance = 8;boolean hasCloudFunction()
A [Cloud function](https://cloud.google.com/functions).
.google.cloud.networkmanagement.v1beta1.Endpoint.CloudFunctionEndpoint cloud_function = 10;
Endpoint.CloudFunctionEndpoint getCloudFunction()
A [Cloud function](https://cloud.google.com/functions).
.google.cloud.networkmanagement.v1beta1.Endpoint.CloudFunctionEndpoint cloud_function = 10;
Endpoint.CloudFunctionEndpointOrBuilder getCloudFunctionOrBuilder()
A [Cloud function](https://cloud.google.com/functions).
.google.cloud.networkmanagement.v1beta1.Endpoint.CloudFunctionEndpoint cloud_function = 10;
String getNetwork()
A Compute Engine network URI.
string network = 4;com.google.protobuf.ByteString getNetworkBytes()
A Compute Engine network URI.
string network = 4;int getNetworkTypeValue()
Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
.google.cloud.networkmanagement.v1beta1.Endpoint.NetworkType network_type = 5;Endpoint.NetworkType getNetworkType()
Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
.google.cloud.networkmanagement.v1beta1.Endpoint.NetworkType network_type = 5;String getProjectId()
Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a GCP project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.
string project_id = 6;com.google.protobuf.ByteString getProjectIdBytes()
Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID: 1. Only the IP address is specified, and the IP address is within a GCP project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.
string project_id = 6;Copyright © 2022 Google LLC. All rights reserved.