Package com.google.datastore.admin.v1
Interface EntityFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityFilter,EntityFilter.Builder
public interface EntityFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKinds(int index) If empty, then this represents all kinds.com.google.protobuf.ByteStringgetKindsBytes(int index) If empty, then this represents all kinds.intIf empty, then this represents all kinds.If empty, then this represents all kinds.getNamespaceIds(int index) An empty list represents all namespaces.com.google.protobuf.ByteStringgetNamespaceIdsBytes(int index) An empty list represents all namespaces.intAn empty list represents all namespaces.An empty list represents all namespaces.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
-
getKindsList
If empty, then this represents all kinds.
repeated string kinds = 1;- Returns:
- A list containing the kinds.
-
getKindsCount
int getKindsCount()If empty, then this represents all kinds.
repeated string kinds = 1;- Returns:
- The count of kinds.
-
getKinds
If empty, then this represents all kinds.
repeated string kinds = 1;- Parameters:
index- The index of the element to return.- Returns:
- The kinds at the given index.
-
getKindsBytes
com.google.protobuf.ByteString getKindsBytes(int index) If empty, then this represents all kinds.
repeated string kinds = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the kinds at the given index.
-
getNamespaceIdsList
An empty list represents all namespaces. This is the preferred usage for projects that don't use namespaces. An empty string element represents the default namespace. This should be used if the project has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 2;- Returns:
- A list containing the namespaceIds.
-
getNamespaceIdsCount
int getNamespaceIdsCount()An empty list represents all namespaces. This is the preferred usage for projects that don't use namespaces. An empty string element represents the default namespace. This should be used if the project has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 2;- Returns:
- The count of namespaceIds.
-
getNamespaceIds
An empty list represents all namespaces. This is the preferred usage for projects that don't use namespaces. An empty string element represents the default namespace. This should be used if the project has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The namespaceIds at the given index.
-
getNamespaceIdsBytes
com.google.protobuf.ByteString getNamespaceIdsBytes(int index) An empty list represents all namespaces. This is the preferred usage for projects that don't use namespaces. An empty string element represents the default namespace. This should be used if the project has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.
repeated string namespace_ids = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the namespaceIds at the given index.
-