io.grpc.alts.internal.EndpointOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/handshaker.proto
// Protobuf Java Version: 3.25.1
package io.grpc.alts.internal;
public interface EndpointOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.Endpoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* IP address. It should contain an IPv4 or IPv6 string literal, e.g.
* "192.168.0.1" or "2001:db8::1".
*
*
* string ip_address = 1;
* @return The ipAddress.
*/
java.lang.String getIpAddress();
/**
*
* IP address. It should contain an IPv4 or IPv6 string literal, e.g.
* "192.168.0.1" or "2001:db8::1".
*
*
* string ip_address = 1;
* @return The bytes for ipAddress.
*/
com.google.protobuf.ByteString
getIpAddressBytes();
/**
*
* Port number.
*
*
* int32 port = 2;
* @return The port.
*/
int getPort();
/**
*
* Network protocol (e.g., TCP, UDP) associated with this endpoint.
*
*
* .grpc.gcp.NetworkProtocol protocol = 3;
* @return The enum numeric value on the wire for protocol.
*/
int getProtocolValue();
/**
*
* Network protocol (e.g., TCP, UDP) associated with this endpoint.
*
*
* .grpc.gcp.NetworkProtocol protocol = 3;
* @return The protocol.
*/
io.grpc.alts.internal.NetworkProtocol getProtocol();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy