public final class NetworkEndpoint extends GeneratedMessageV3 implements NetworkEndpointOrBuilder
A network endpoint over which a TPU worker can be reached.
Protobuf type google.cloud.tpu.v2.NetworkEndpoint
Static Fields
ACCESS_CONFIG_FIELD_NUMBER
public static final int ACCESS_CONFIG_FIELD_NUMBER
Field Value
IP_ADDRESS_FIELD_NUMBER
public static final int IP_ADDRESS_FIELD_NUMBER
Field Value
PORT_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static NetworkEndpoint getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static NetworkEndpoint.Builder newBuilder()
Returns
newBuilder(NetworkEndpoint prototype)
public static NetworkEndpoint.Builder newBuilder(NetworkEndpoint prototype)
Parameter
Returns
public static NetworkEndpoint parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static NetworkEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static NetworkEndpoint parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NetworkEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static NetworkEndpoint parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NetworkEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NetworkEndpoint parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static NetworkEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NetworkEndpoint parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static NetworkEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static NetworkEndpoint parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NetworkEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<NetworkEndpoint> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAccessConfig()
public AccessConfig getAccessConfig()
The access config for the TPU worker.
.google.cloud.tpu.v2.AccessConfig access_config = 5;
Returns
getAccessConfigOrBuilder()
public AccessConfigOrBuilder getAccessConfigOrBuilder()
The access config for the TPU worker.
.google.cloud.tpu.v2.AccessConfig access_config = 5;
Returns
getDefaultInstanceForType()
public NetworkEndpoint getDefaultInstanceForType()
Returns
getIpAddress()
public String getIpAddress()
The internal IP address of this network endpoint.
string ip_address = 1;
Returns
Type | Description |
String | The ipAddress.
|
getIpAddressBytes()
public ByteString getIpAddressBytes()
The internal IP address of this network endpoint.
string ip_address = 1;
Returns
getParserForType()
public Parser<NetworkEndpoint> getParserForType()
Returns
Overrides
getPort()
The port of this network endpoint.
int32 port = 2;
Returns
Type | Description |
int | The port.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasAccessConfig()
public boolean hasAccessConfig()
The access config for the TPU worker.
.google.cloud.tpu.v2.AccessConfig access_config = 5;
Returns
Type | Description |
boolean | Whether the accessConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public NetworkEndpoint.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NetworkEndpoint.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public NetworkEndpoint.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions