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