public static final class Protos.CSIPluginEndpoint extends com.google.protobuf.GeneratedMessageV3 implements Protos.CSIPluginEndpointOrBuilder
Describes the endpoint of an unmanaged CSI plugin service.Protobuf type
mesos.CSIPluginEndpoint
Modifier and Type | Class and Description |
---|---|
static class |
Protos.CSIPluginEndpoint.Builder
Describes the endpoint of an unmanaged CSI plugin service.
|
Modifier and Type | Field and Description |
---|---|
static int |
CSI_SERVICE_FIELD_NUMBER |
static int |
ENDPOINT_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Protos.CSIPluginContainerInfo.Service |
getCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1; |
static Protos.CSIPluginEndpoint |
getDefaultInstance() |
Protos.CSIPluginEndpoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getEndpoint()
required string endpoint = 2; |
com.google.protobuf.ByteString |
getEndpointBytes()
required string endpoint = 2; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1; |
boolean |
hasEndpoint()
required string endpoint = 2; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.CSIPluginEndpoint.Builder |
newBuilder() |
static Protos.CSIPluginEndpoint.Builder |
newBuilder(Protos.CSIPluginEndpoint prototype) |
Protos.CSIPluginEndpoint.Builder |
newBuilderForType() |
protected Protos.CSIPluginEndpoint.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.CSIPluginEndpoint |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.CSIPluginEndpoint |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginEndpoint |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginEndpoint |
parseFrom(java.nio.ByteBuffer data) |
static Protos.CSIPluginEndpoint |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginEndpoint |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.CSIPluginEndpoint |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginEndpoint |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.CSIPluginEndpoint |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginEndpoint |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.CSIPluginEndpoint.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int CSI_SERVICE_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1;
hasCsiService
in interface Protos.CSIPluginEndpointOrBuilder
public Protos.CSIPluginContainerInfo.Service getCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1;
getCsiService
in interface Protos.CSIPluginEndpointOrBuilder
public boolean hasEndpoint()
required string endpoint = 2;
hasEndpoint
in interface Protos.CSIPluginEndpointOrBuilder
public java.lang.String getEndpoint()
required string endpoint = 2;
getEndpoint
in interface Protos.CSIPluginEndpointOrBuilder
public com.google.protobuf.ByteString getEndpointBytes()
required string endpoint = 2;
getEndpointBytes
in interface Protos.CSIPluginEndpointOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.CSIPluginEndpoint parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginEndpoint parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginEndpoint parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginEndpoint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginEndpoint parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginEndpoint parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginEndpoint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginEndpoint parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginEndpoint parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginEndpoint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.CSIPluginEndpoint.Builder newBuilderForType()
public static Protos.CSIPluginEndpoint.Builder newBuilder()
public static Protos.CSIPluginEndpoint.Builder newBuilder(Protos.CSIPluginEndpoint prototype)
public Protos.CSIPluginEndpoint.Builder toBuilder()
protected Protos.CSIPluginEndpoint.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.CSIPluginEndpoint getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.CSIPluginEndpoint getDefaultInstanceForType()