Uses of Class
org.mlflow.api.proto.Service.ListGatewayGuardrails.Response.Builder
Packages that use Service.ListGatewayGuardrails.Response.Builder
-
Uses of Service.ListGatewayGuardrails.Response.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.ListGatewayGuardrails.Response.BuilderModifier and TypeMethodDescriptionService.ListGatewayGuardrails.Response.Builder.addAllGuardrails(Iterable<? extends Service.GatewayGuardrail> values) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.addGuardrails(int index, Service.GatewayGuardrail value) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.addGuardrails(int index, Service.GatewayGuardrail.Builder builderForValue) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.addGuardrails(Service.GatewayGuardrail value) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.addGuardrails(Service.GatewayGuardrail.Builder builderForValue) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.ListGatewayGuardrails.Response.Builder.clear()Service.ListGatewayGuardrails.Response.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.ListGatewayGuardrails.Response.Builder.clearGuardrails()repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.clearNextPageToken()optional string next_page_token = 2;Service.ListGatewayGuardrails.Response.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.ListGatewayGuardrails.Response.Builder.clone()Service.ListGatewayGuardrails.Response.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.ListGatewayGuardrails.Response.Builder.mergeFrom(com.google.protobuf.Message other) Service.ListGatewayGuardrails.Response.Builder.mergeFrom(Service.ListGatewayGuardrails.Response other) Service.ListGatewayGuardrails.Response.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.ListGatewayGuardrails.Response.newBuilder()Service.ListGatewayGuardrails.Response.newBuilder(Service.ListGatewayGuardrails.Response prototype) Service.ListGatewayGuardrails.Response.newBuilderForType()Service.ListGatewayGuardrails.Response.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.ListGatewayGuardrails.Response.Builder.removeGuardrails(int index) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.ListGatewayGuardrails.Response.Builder.setGuardrails(int index, Service.GatewayGuardrail value) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.setGuardrails(int index, Service.GatewayGuardrail.Builder builderForValue) repeated .mlflow.GatewayGuardrail guardrails = 1;Service.ListGatewayGuardrails.Response.Builder.setNextPageToken(String value) optional string next_page_token = 2;Service.ListGatewayGuardrails.Response.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) optional string next_page_token = 2;Service.ListGatewayGuardrails.Response.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.ListGatewayGuardrails.Response.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.ListGatewayGuardrails.Response.toBuilder()