Uses of Class
io.dapr.v1.DaprProtos.UnsubscribeConfigurationResponse.Builder
Packages that use DaprProtos.UnsubscribeConfigurationResponse.Builder
-
Uses of DaprProtos.UnsubscribeConfigurationResponse.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnsubscribeConfigurationResponse.BuilderModifier and TypeMethodDescriptionDaprProtos.UnsubscribeConfigurationResponse.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.UnsubscribeConfigurationResponse.Builder.clear()
DaprProtos.UnsubscribeConfigurationResponse.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.UnsubscribeConfigurationResponse.Builder.clearMessage()
string message = 2;
DaprProtos.UnsubscribeConfigurationResponse.Builder.clearOk()
bool ok = 1;
DaprProtos.UnsubscribeConfigurationResponse.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.UnsubscribeConfigurationResponse.Builder.clone()
DaprProtos.UnsubscribeConfigurationResponse.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.UnsubscribeConfigurationResponse.Builder.mergeFrom
(com.google.protobuf.Message other) DaprProtos.UnsubscribeConfigurationResponse.Builder.mergeFrom
(DaprProtos.UnsubscribeConfigurationResponse other) DaprProtos.UnsubscribeConfigurationResponse.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.UnsubscribeConfigurationResponse.newBuilder()
DaprProtos.UnsubscribeConfigurationResponse.newBuilder
(DaprProtos.UnsubscribeConfigurationResponse prototype) DaprProtos.UnsubscribeConfigurationResponse.newBuilderForType()
DaprProtos.UnsubscribeConfigurationResponse.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.UnsubscribeConfigurationResponse.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.UnsubscribeConfigurationResponse.Builder.setMessage
(String value) string message = 2;
DaprProtos.UnsubscribeConfigurationResponse.Builder.setMessageBytes
(com.google.protobuf.ByteString value) string message = 2;
DaprProtos.UnsubscribeConfigurationResponse.Builder.setOk
(boolean value) bool ok = 1;
DaprProtos.UnsubscribeConfigurationResponse.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.UnsubscribeConfigurationResponse.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.UnsubscribeConfigurationResponse.toBuilder()