public static interface StoreTypes.ExecutorResourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAmount()
int64 amount = 2; |
String |
getDiscoveryScript()
optional string discoveryScript = 3; |
com.google.protobuf.ByteString |
getDiscoveryScriptBytes()
optional string discoveryScript = 3; |
String |
getResourceName()
optional string resource_name = 1; |
com.google.protobuf.ByteString |
getResourceNameBytes()
optional string resource_name = 1; |
String |
getVendor()
optional string vendor = 4; |
com.google.protobuf.ByteString |
getVendorBytes()
optional string vendor = 4; |
boolean |
hasDiscoveryScript()
optional string discoveryScript = 3; |
boolean |
hasResourceName()
optional string resource_name = 1; |
boolean |
hasVendor()
optional string vendor = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasResourceName()
optional string resource_name = 1;
String getResourceName()
optional string resource_name = 1;
com.google.protobuf.ByteString getResourceNameBytes()
optional string resource_name = 1;
long getAmount()
int64 amount = 2;
boolean hasDiscoveryScript()
optional string discoveryScript = 3;
String getDiscoveryScript()
optional string discoveryScript = 3;
com.google.protobuf.ByteString getDiscoveryScriptBytes()
optional string discoveryScript = 3;
boolean hasVendor()
optional string vendor = 4;
String getVendor()
optional string vendor = 4;
com.google.protobuf.ByteString getVendorBytes()
optional string vendor = 4;