Interface EndpointOrBuilder (1.13.0)

public interface EndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudFunction()

public abstract Endpoint.CloudFunctionEndpoint getCloudFunction()

A Cloud function.

.google.cloud.networkmanagement.v1beta1.Endpoint.CloudFunctionEndpoint cloud_function = 10;

Returns
TypeDescription
Endpoint.CloudFunctionEndpoint

The cloudFunction.

getCloudFunctionOrBuilder()

public abstract Endpoint.CloudFunctionEndpointOrBuilder getCloudFunctionOrBuilder()

A Cloud function.

.google.cloud.networkmanagement.v1beta1.Endpoint.CloudFunctionEndpoint cloud_function = 10;

Returns
TypeDescription
Endpoint.CloudFunctionEndpointOrBuilder

getCloudSqlInstance()

public abstract String getCloudSqlInstance()

A Cloud SQL instance URI.

string cloud_sql_instance = 8;

Returns
TypeDescription
String

The cloudSqlInstance.

getCloudSqlInstanceBytes()

public abstract ByteString getCloudSqlInstanceBytes()

A Cloud SQL instance URI.

string cloud_sql_instance = 8;

Returns
TypeDescription
ByteString

The bytes for cloudSqlInstance.

getGkeMasterCluster()

public abstract String getGkeMasterCluster()

A cluster URI for Google Kubernetes Engine master.

string gke_master_cluster = 7;

Returns
TypeDescription
String

The gkeMasterCluster.

getGkeMasterClusterBytes()

public abstract ByteString getGkeMasterClusterBytes()

A cluster URI for Google Kubernetes Engine master.

string gke_master_cluster = 7;

Returns
TypeDescription
ByteString

The bytes for gkeMasterCluster.

getInstance()

public abstract String getInstance()

A Compute Engine instance URI.

string instance = 3;

Returns
TypeDescription
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

A Compute Engine instance URI.

string instance = 3;

Returns
TypeDescription
ByteString

The bytes for instance.

getIpAddress()

public abstract String 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.

string ip_address = 1;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract 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.

string ip_address = 1;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getNetwork()

public abstract String getNetwork()

A Compute Engine network URI.

string network = 4;

Returns
TypeDescription
String

The network.

getNetworkBytes()

public abstract ByteString getNetworkBytes()

A Compute Engine network URI.

string network = 4;

Returns
TypeDescription
ByteString

The bytes for network.

getNetworkType()

public abstract 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;

Returns
TypeDescription
Endpoint.NetworkType

The networkType.

getNetworkTypeValue()

public abstract 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;

Returns
TypeDescription
int

The enum numeric value on the wire for networkType.

getPort()

public abstract int getPort()

The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.

int32 port = 2;

Returns
TypeDescription
int

The port.

getProjectId()

public abstract 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;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for projectId.

hasCloudFunction()

public abstract boolean hasCloudFunction()

A Cloud function.

.google.cloud.networkmanagement.v1beta1.Endpoint.CloudFunctionEndpoint cloud_function = 10;

Returns
TypeDescription
boolean

Whether the cloudFunction field is set.