Interface AdminConsoleProto.ToggleStatisticsLoggingMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.ToggleStatisticsLoggingMsgInProto,AdminConsoleProto.ToggleStatisticsLoggingMsgInProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.ToggleStatisticsLoggingMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnabled()optional bool enabled = 3;java.lang.StringgetInstanceId()optional string instanceId = 2;com.google.protobuf.ByteStringgetInstanceIdBytes()optional string instanceId = 2;java.lang.StringgetPath()optional string path = 1;com.google.protobuf.ByteStringgetPathBytes()optional string path = 1;booleanhasEnabled()optional bool enabled = 3;booleanhasInstanceId()optional string instanceId = 2;booleanhasPath()optional string path = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPath
boolean hasPath()
optional string path = 1;
-
getPath
java.lang.String getPath()
optional string path = 1;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
optional string path = 1;
-
hasInstanceId
boolean hasInstanceId()
optional string instanceId = 2;
-
getInstanceId
java.lang.String getInstanceId()
optional string instanceId = 2;
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
optional string instanceId = 2;
-
hasEnabled
boolean hasEnabled()
optional bool enabled = 3;
-
getEnabled
boolean getEnabled()
optional bool enabled = 3;
-
-