public interface NetworkEndpointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessConfig()
public abstract AccessConfig getAccessConfig()The access config for the TPU worker.
.google.cloud.tpu.v2alpha1.AccessConfig access_config = 5;
| Type | Description |
| AccessConfig | The accessConfig. |
getAccessConfigOrBuilder()
public abstract AccessConfigOrBuilder getAccessConfigOrBuilder()The access config for the TPU worker.
.google.cloud.tpu.v2alpha1.AccessConfig access_config = 5;
| Type | Description |
| AccessConfigOrBuilder |
getIpAddress()
public abstract String getIpAddress()The internal IP address of this network endpoint.
string ip_address = 1;
| Type | Description |
| String | The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()The internal IP address of this network endpoint.
string ip_address = 1;
| Type | Description |
| ByteString | The bytes for ipAddress. |
getPort()
public abstract int getPort()The port of this network endpoint.
int32 port = 2;
| Type | Description |
| int | The port. |
hasAccessConfig()
public abstract boolean hasAccessConfig()The access config for the TPU worker.
.google.cloud.tpu.v2alpha1.AccessConfig access_config = 5;
| Type | Description |
| boolean | Whether the accessConfig field is set. |