io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsMapOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bpms-protobuf-api Show documentation
Show all versions of bpms-protobuf-api Show documentation
Protobuf classes for efficient transmission of the BPMS events
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v1.proto
package io.vanillabp.cockpit.bpms.api.protobuf.v1;
public interface DetailsMapOrBuilder extends
// @@protoc_insertion_point(interface_extends:DetailsMap)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, .DetailsArrayValue> details = 1;
*/
int getDetailsCount();
/**
* map<string, .DetailsArrayValue> details = 1;
*/
boolean containsDetails(
java.lang.String key);
/**
* Use {@link #getDetailsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getDetails();
/**
* map<string, .DetailsArrayValue> details = 1;
*/
java.util.Map
getDetailsMap();
/**
* map<string, .DetailsArrayValue> details = 1;
*/
/* nullable */
io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsArrayValue getDetailsOrDefault(
java.lang.String key,
/* nullable */
io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsArrayValue defaultValue);
/**
* map<string, .DetailsArrayValue> details = 1;
*/
io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsArrayValue getDetailsOrThrow(
java.lang.String key);
}