Interface LogRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogRequest, LogRequest.Builder
@Generated
public interface LogRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasScope
boolean hasScope()The scope defining which logs to receive. The subscription will only deliver logs that match this scope and that the user has permission to access.
.soulfire.v1.LogScope scope = 3;- Returns:
- Whether the scope field is set.
-
getScope
LogScope getScope()The scope defining which logs to receive. The subscription will only deliver logs that match this scope and that the user has permission to access.
.soulfire.v1.LogScope scope = 3;- Returns:
- The scope.
-
getScopeOrBuilder
LogScopeOrBuilder getScopeOrBuilder()The scope defining which logs to receive. The subscription will only deliver logs that match this scope and that the user has permission to access.
.soulfire.v1.LogScope scope = 3;
-