public static final class Protos.CSIPluginEndpoint.Builder extends <any> implements Protos.CSIPluginEndpointOrBuilder
Describes the endpoint of an unmanaged CSI plugin service.Protobuf type
mesos.CSIPluginEndpoint
Modifier and Type | Method and Description |
---|---|
Protos.CSIPluginEndpoint.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CSIPluginEndpoint |
build() |
Protos.CSIPluginEndpoint |
buildPartial() |
Protos.CSIPluginEndpoint.Builder |
clear() |
Protos.CSIPluginEndpoint.Builder |
clearCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1; |
Protos.CSIPluginEndpoint.Builder |
clearEndpoint()
required string endpoint = 2; |
Protos.CSIPluginEndpoint.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.CSIPluginEndpoint.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.CSIPluginEndpoint.Builder |
clone() |
Protos.CSIPluginContainerInfo.Service |
getCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1; |
Protos.CSIPluginEndpoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getEndpoint()
required string endpoint = 2; |
com.google.protobuf.ByteString |
getEndpointBytes()
required string endpoint = 2; |
boolean |
hasCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1; |
boolean |
hasEndpoint()
required string endpoint = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.CSIPluginEndpoint.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.CSIPluginEndpoint.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.CSIPluginEndpoint.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.CSIPluginEndpoint.Builder |
setCsiService(Protos.CSIPluginContainerInfo.Service value)
required .mesos.CSIPluginContainerInfo.Service csi_service = 1; |
Protos.CSIPluginEndpoint.Builder |
setEndpoint(java.lang.String value)
required string endpoint = 2; |
Protos.CSIPluginEndpoint.Builder |
setEndpointBytes(com.google.protobuf.ByteString value)
required string endpoint = 2; |
Protos.CSIPluginEndpoint.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CSIPluginEndpoint.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.CSIPluginEndpoint.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.CSIPluginEndpoint.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.CSIPluginEndpoint getDefaultInstanceForType()
public Protos.CSIPluginEndpoint build()
public Protos.CSIPluginEndpoint buildPartial()
public Protos.CSIPluginEndpoint.Builder clone()
public Protos.CSIPluginEndpoint.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CSIPluginEndpoint.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.CSIPluginEndpoint.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.CSIPluginEndpoint.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.CSIPluginEndpoint.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CSIPluginEndpoint.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.CSIPluginEndpoint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
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 Protos.CSIPluginEndpoint.Builder setCsiService(Protos.CSIPluginContainerInfo.Service value)
required .mesos.CSIPluginContainerInfo.Service csi_service = 1;
public Protos.CSIPluginEndpoint.Builder clearCsiService()
required .mesos.CSIPluginContainerInfo.Service csi_service = 1;
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 Protos.CSIPluginEndpoint.Builder setEndpoint(java.lang.String value)
required string endpoint = 2;
public Protos.CSIPluginEndpoint.Builder clearEndpoint()
required string endpoint = 2;
public Protos.CSIPluginEndpoint.Builder setEndpointBytes(com.google.protobuf.ByteString value)
required string endpoint = 2;
public final Protos.CSIPluginEndpoint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.CSIPluginEndpoint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)