Interface CreateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateRequest,CreateRequest.Builder
public interface CreateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsTags(String key) map<string, string> tags = 2;getId().atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];.atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];getTags()Deprecated.intmap<string, string> tags = 2;map<string, string> tags = 2;getTagsOrDefault(String key, String defaultValue) map<string, string> tags = 2;getTagsOrThrow(String key) map<string, string> tags = 2;booleanhasId().atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];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
-
hasId
boolean hasId().atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];- Returns:
- Whether the id field is set.
-
getId
PrimitiveId getId().atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"];- Returns:
- The id.
-
getIdOrBuilder
PrimitiveIdOrBuilder getIdOrBuilder().atomix.runtime.v1.PrimitiveId id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customname) = "ID"]; -
getTagsCount
int getTagsCount()map<string, string> tags = 2; -
containsTags
map<string, string> tags = 2; -
getTags
Deprecated.UsegetTagsMap()instead. -
getTagsMap
map<string, string> tags = 2; -
getTagsOrDefault
map<string, string> tags = 2; -
getTagsOrThrow
map<string, string> tags = 2;
-