Interface NetworkEndpointOrBuilder (2.42.0)

public interface NetworkEndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessConfig()

public abstract AccessConfig getAccessConfig()

The access config for the TPU worker.

.google.cloud.tpu.v2alpha1.AccessConfig access_config = 5;

Returns
TypeDescription
AccessConfig

The accessConfig.

getAccessConfigOrBuilder()

public abstract AccessConfigOrBuilder getAccessConfigOrBuilder()

The access config for the TPU worker.

.google.cloud.tpu.v2alpha1.AccessConfig access_config = 5;

Returns
TypeDescription
AccessConfigOrBuilder

getIpAddress()

public abstract String getIpAddress()

The internal IP address of this network endpoint.

string ip_address = 1;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

The internal IP address of this network endpoint.

string ip_address = 1;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getPort()

public abstract int getPort()

The port of this network endpoint.

int32 port = 2;

Returns
TypeDescription
int

The port.

hasAccessConfig()

public abstract boolean hasAccessConfig()

The access config for the TPU worker.

.google.cloud.tpu.v2alpha1.AccessConfig access_config = 5;

Returns
TypeDescription
boolean

Whether the accessConfig field is set.