public interface CalculateStatCommandParametersProtosOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizations()
string authorizations = 3; |
com.google.protobuf.ByteString |
getAuthorizationsBytes()
string authorizations = 3; |
String |
getFieldName()
string fieldName = 2; |
com.google.protobuf.ByteString |
getFieldNameBytes()
string fieldName = 2; |
boolean |
getJsonFormatFlag()
bool jsonFormatFlag = 4; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getParametersCount()
repeated string parameters = 1;
String getParameters(int index)
repeated string parameters = 1;
com.google.protobuf.ByteString getParametersBytes(int index)
repeated string parameters = 1;
String getFieldName()
string fieldName = 2;
com.google.protobuf.ByteString getFieldNameBytes()
string fieldName = 2;
String getAuthorizations()
string authorizations = 3;
com.google.protobuf.ByteString getAuthorizationsBytes()
string authorizations = 3;
boolean getJsonFormatFlag()
bool jsonFormatFlag = 4;
Copyright © 2013–2020. All rights reserved.