DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.clear() |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.clearItems() |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.clone() |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.mergeFrom(DaprProtos.GetConfigurationResponse other) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.newBuilder() |
|
static DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.newBuilder(DaprProtos.GetConfigurationResponse prototype) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.newBuilderForType() |
|
protected DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.putAllItems(Map<String,CommonProtos.ConfigurationItem> values) |
map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.putItems(String key,
CommonProtos.ConfigurationItem value) |
map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.removeItems(String key) |
map<string, .dapr.proto.common.v1.ConfigurationItem> items = 1;
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DaprProtos.GetConfigurationResponse.Builder |
DaprProtos.GetConfigurationResponse.toBuilder() |
|