Package com.buildless.service.v1
Interface QueryOptions.OutputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryOptions.Output,QueryOptions.Output.Builder
- Enclosing class:
QueryOptions
public static interface QueryOptions.OutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Indicates that a given query should only return a count of matching records.com.google.protobuf.FieldMaskDeclares fields which should be hydrated (fetched/expanded).com.google.protobuf.FieldMaskOrBuilderDeclares fields which should be hydrated (fetched/expanded).booleanIndicates that a given query should only return matching record keys.com.google.protobuf.FieldMaskgetMask()Declares fields which should be included within the result-set payload.com.google.protobuf.FieldMaskOrBuilderDeclares fields which should be included within the result-set payload.booleanDeclares fields which should be hydrated (fetched/expanded).booleanhasMask()Declares fields which should be included within the result-set payload.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
-
getKeysOnly
boolean getKeysOnly()Indicates that a given query should only return matching record keys.
bool keys_only = 1 [json_name = "keysOnly"];- Returns:
- The keysOnly.
-
getCount
boolean getCount()Indicates that a given query should only return a count of matching records.
bool count = 2 [json_name = "count"];- Returns:
- The count.
-
hasMask
boolean hasMask()Declares fields which should be included within the result-set payload.
.google.protobuf.FieldMask mask = 3 [json_name = "mask"];- Returns:
- Whether the mask field is set.
-
getMask
com.google.protobuf.FieldMask getMask()Declares fields which should be included within the result-set payload.
.google.protobuf.FieldMask mask = 3 [json_name = "mask"];- Returns:
- The mask.
-
getMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getMaskOrBuilder()Declares fields which should be included within the result-set payload.
.google.protobuf.FieldMask mask = 3 [json_name = "mask"]; -
hasHydrate
boolean hasHydrate()Declares fields which should be hydrated (fetched/expanded).
.google.protobuf.FieldMask hydrate = 4 [json_name = "hydrate"];- Returns:
- Whether the hydrate field is set.
-
getHydrate
com.google.protobuf.FieldMask getHydrate()Declares fields which should be hydrated (fetched/expanded).
.google.protobuf.FieldMask hydrate = 4 [json_name = "hydrate"];- Returns:
- The hydrate.
-
getHydrateOrBuilder
com.google.protobuf.FieldMaskOrBuilder getHydrateOrBuilder()Declares fields which should be hydrated (fetched/expanded).
.google.protobuf.FieldMask hydrate = 4 [json_name = "hydrate"];
-