Uses of Class
io.dapr.v1.CommonProtos.Etag
-
Packages that use CommonProtos.Etag Package Description io.dapr.v1 -
-
Uses of CommonProtos.Etag in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.Etag Modifier and Type Method Description CommonProtos.Etag
CommonProtos.Etag.Builder. build()
CommonProtos.Etag
CommonProtos.Etag.Builder. buildPartial()
static CommonProtos.Etag
CommonProtos.Etag. getDefaultInstance()
CommonProtos.Etag
CommonProtos.Etag.Builder. getDefaultInstanceForType()
CommonProtos.Etag
CommonProtos.Etag. getDefaultInstanceForType()
CommonProtos.Etag
CommonProtos.StateItem.Builder. getEtag()
The entity tag which represents the specific version of data.CommonProtos.Etag
CommonProtos.StateItem. getEtag()
The entity tag which represents the specific version of data.CommonProtos.Etag
CommonProtos.StateItemOrBuilder. getEtag()
The entity tag which represents the specific version of data.CommonProtos.Etag
DaprProtos.DeleteStateRequest.Builder. getEtag()
The entity tag which represents the specific version of data.CommonProtos.Etag
DaprProtos.DeleteStateRequest. getEtag()
The entity tag which represents the specific version of data.CommonProtos.Etag
DaprProtos.DeleteStateRequestOrBuilder. getEtag()
The entity tag which represents the specific version of data.static CommonProtos.Etag
CommonProtos.Etag. parseDelimitedFrom(InputStream input)
static CommonProtos.Etag
CommonProtos.Etag. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(byte[] data)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(com.google.protobuf.ByteString data)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(InputStream input)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(ByteBuffer data)
static CommonProtos.Etag
CommonProtos.Etag. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type CommonProtos.Etag Modifier and Type Method Description com.google.protobuf.Parser<CommonProtos.Etag>
CommonProtos.Etag. getParserForType()
static com.google.protobuf.Parser<CommonProtos.Etag>
CommonProtos.Etag. parser()
Methods in io.dapr.v1 with parameters of type CommonProtos.Etag Modifier and Type Method Description CommonProtos.StateItem.Builder
CommonProtos.StateItem.Builder. mergeEtag(CommonProtos.Etag value)
The entity tag which represents the specific version of data.DaprProtos.DeleteStateRequest.Builder
DaprProtos.DeleteStateRequest.Builder. mergeEtag(CommonProtos.Etag value)
The entity tag which represents the specific version of data.CommonProtos.Etag.Builder
CommonProtos.Etag.Builder. mergeFrom(CommonProtos.Etag other)
static CommonProtos.Etag.Builder
CommonProtos.Etag. newBuilder(CommonProtos.Etag prototype)
CommonProtos.StateItem.Builder
CommonProtos.StateItem.Builder. setEtag(CommonProtos.Etag value)
The entity tag which represents the specific version of data.DaprProtos.DeleteStateRequest.Builder
DaprProtos.DeleteStateRequest.Builder. setEtag(CommonProtos.Etag value)
The entity tag which represents the specific version of data.
-