public static final class Protos.ResourceProviderInfo.Storage extends com.google.protobuf.GeneratedMessageV3 implements Protos.ResourceProviderInfo.StorageOrBuilder
Storage resource provider related information.Protobuf type
mesos.ResourceProviderInfo.Storage
Modifier and Type | Class and Description |
---|---|
static class |
Protos.ResourceProviderInfo.Storage.Builder
Storage resource provider related information.
|
Modifier and Type | Field and Description |
---|---|
static <any> |
PARSER
Deprecated.
|
static int |
PLUGIN_FIELD_NUMBER |
static int |
RECONCILIATION_INTERVAL_SECONDS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.ResourceProviderInfo.Storage |
getDefaultInstance() |
Protos.ResourceProviderInfo.Storage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
Protos.CSIPluginInfo |
getPlugin()
required .mesos.CSIPluginInfo plugin = 1; |
Protos.CSIPluginInfoOrBuilder |
getPluginOrBuilder()
required .mesos.CSIPluginInfo plugin = 1; |
double |
getReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling
existing volumes and storage pools against the CSI plugin to start the
next reconciliation.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasPlugin()
required .mesos.CSIPluginInfo plugin = 1; |
boolean |
hasReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling
existing volumes and storage pools against the CSI plugin to start the
next reconciliation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.ResourceProviderInfo.Storage.Builder |
newBuilder() |
static Protos.ResourceProviderInfo.Storage.Builder |
newBuilder(Protos.ResourceProviderInfo.Storage prototype) |
Protos.ResourceProviderInfo.Storage.Builder |
newBuilderForType() |
protected Protos.ResourceProviderInfo.Storage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.ResourceProviderInfo.Storage |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.ResourceProviderInfo.Storage |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(java.nio.ByteBuffer data) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ResourceProviderInfo.Storage |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.ResourceProviderInfo.Storage.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int PLUGIN_FIELD_NUMBER
public static final int RECONCILIATION_INTERVAL_SECONDS_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 hasPlugin()
required .mesos.CSIPluginInfo plugin = 1;
hasPlugin
in interface Protos.ResourceProviderInfo.StorageOrBuilder
public Protos.CSIPluginInfo getPlugin()
required .mesos.CSIPluginInfo plugin = 1;
getPlugin
in interface Protos.ResourceProviderInfo.StorageOrBuilder
public Protos.CSIPluginInfoOrBuilder getPluginOrBuilder()
required .mesos.CSIPluginInfo plugin = 1;
getPluginOrBuilder
in interface Protos.ResourceProviderInfo.StorageOrBuilder
public boolean hasReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling existing volumes and storage pools against the CSI plugin to start the next reconciliation. A non-positive value means that no reconciliation will happen after startup.
optional double reconciliation_interval_seconds = 2;
hasReconciliationIntervalSeconds
in interface Protos.ResourceProviderInfo.StorageOrBuilder
public double getReconciliationIntervalSeconds()
Amount of time to wait after the resource provider finishes reconciling existing volumes and storage pools against the CSI plugin to start the next reconciliation. A non-positive value means that no reconciliation will happen after startup.
optional double reconciliation_interval_seconds = 2;
getReconciliationIntervalSeconds
in interface Protos.ResourceProviderInfo.StorageOrBuilder
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.ResourceProviderInfo.Storage parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ResourceProviderInfo.Storage parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ResourceProviderInfo.Storage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ResourceProviderInfo.Storage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ResourceProviderInfo.Storage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ResourceProviderInfo.Storage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.ResourceProviderInfo.Storage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.ResourceProviderInfo.Storage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.ResourceProviderInfo.Storage parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.ResourceProviderInfo.Storage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.ResourceProviderInfo.Storage.Builder newBuilderForType()
public static Protos.ResourceProviderInfo.Storage.Builder newBuilder()
public static Protos.ResourceProviderInfo.Storage.Builder newBuilder(Protos.ResourceProviderInfo.Storage prototype)
public Protos.ResourceProviderInfo.Storage.Builder toBuilder()
protected Protos.ResourceProviderInfo.Storage.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.ResourceProviderInfo.Storage getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.ResourceProviderInfo.Storage getDefaultInstanceForType()