public interface GeoServerRemoveCoverageStoreCommandParametersProtosOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getParameters(int index)
repeated string parameters = 2; |
com.google.protobuf.ByteString |
getParametersBytes(int index)
repeated string parameters = 2; |
int |
getParametersCount()
repeated string parameters = 2; |
List<String> |
getParametersList()
repeated string parameters = 2; |
String |
getWorkspace()
string workspace = 1; |
com.google.protobuf.ByteString |
getWorkspaceBytes()
string workspace = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getWorkspace()
string workspace = 1;
com.google.protobuf.ByteString getWorkspaceBytes()
string workspace = 1;
List<String> getParametersList()
repeated string parameters = 2;
int getParametersCount()
repeated string parameters = 2;
String getParameters(int index)
repeated string parameters = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getParametersBytes(int index)
repeated string parameters = 2;
index
- The index of the value to return.Copyright © 2013–2022. All rights reserved.