Uses of Class
org.mlflow.api.proto.Service.ListEndpointGuardrailConfigs.Response.Builder
Packages that use Service.ListEndpointGuardrailConfigs.Response.Builder
-
Uses of Service.ListEndpointGuardrailConfigs.Response.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.ListEndpointGuardrailConfigs.Response.BuilderModifier and TypeMethodDescriptionService.ListEndpointGuardrailConfigs.Response.Builder.addAllConfigs(Iterable<? extends Service.GatewayGuardrailConfig> values) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.addConfigs(int index, Service.GatewayGuardrailConfig value) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.addConfigs(int index, Service.GatewayGuardrailConfig.Builder builderForValue) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.addConfigs(Service.GatewayGuardrailConfig value) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.addConfigs(Service.GatewayGuardrailConfig.Builder builderForValue) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.ListEndpointGuardrailConfigs.Response.Builder.clear()Service.ListEndpointGuardrailConfigs.Response.Builder.clearConfigs()repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.ListEndpointGuardrailConfigs.Response.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.ListEndpointGuardrailConfigs.Response.Builder.clone()Service.ListEndpointGuardrailConfigs.Response.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.ListEndpointGuardrailConfigs.Response.Builder.mergeFrom(com.google.protobuf.Message other) Service.ListEndpointGuardrailConfigs.Response.Builder.mergeFrom(Service.ListEndpointGuardrailConfigs.Response other) Service.ListEndpointGuardrailConfigs.Response.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.ListEndpointGuardrailConfigs.Response.newBuilder()Service.ListEndpointGuardrailConfigs.Response.newBuilder(Service.ListEndpointGuardrailConfigs.Response prototype) Service.ListEndpointGuardrailConfigs.Response.newBuilderForType()Service.ListEndpointGuardrailConfigs.Response.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.ListEndpointGuardrailConfigs.Response.Builder.removeConfigs(int index) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.setConfigs(int index, Service.GatewayGuardrailConfig value) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.setConfigs(int index, Service.GatewayGuardrailConfig.Builder builderForValue) repeated .mlflow.GatewayGuardrailConfig configs = 1;Service.ListEndpointGuardrailConfigs.Response.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.ListEndpointGuardrailConfigs.Response.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.ListEndpointGuardrailConfigs.Response.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.ListEndpointGuardrailConfigs.Response.toBuilder()