Uses of Class
com.google.cloud.aiplatform.v1.GenerateContentResponse.PromptFeedback.Builder
Packages that use GenerateContentResponse.PromptFeedback.Builder
-
Uses of GenerateContentResponse.PromptFeedback.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GenerateContentResponse.PromptFeedback.BuilderModifier and TypeMethodDescriptionGenerateContentResponse.PromptFeedback.Builder.addAllSafetyRatings(Iterable<? extends SafetyRating> values) Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatings(int index, SafetyRating value) Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatings(int index, SafetyRating.Builder builderForValue) Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatings(SafetyRating value) Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatings(SafetyRating.Builder builderForValue) Output only.GenerateContentResponse.PromptFeedback.Builder.clear()GenerateContentResponse.PromptFeedback.Builder.clearBlockReason()Output only.GenerateContentResponse.PromptFeedback.Builder.clearBlockReasonMessage()Output only.GenerateContentResponse.PromptFeedback.Builder.clearSafetyRatings()Output only.GenerateContentResponse.Builder.getPromptFeedbackBuilder()Output only.GenerateContentResponse.PromptFeedback.Builder.mergeFrom(GenerateContentResponse.PromptFeedback other) GenerateContentResponse.PromptFeedback.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GenerateContentResponse.PromptFeedback.Builder.mergeFrom(com.google.protobuf.Message other) GenerateContentResponse.PromptFeedback.newBuilder()GenerateContentResponse.PromptFeedback.newBuilder(GenerateContentResponse.PromptFeedback prototype) GenerateContentResponse.PromptFeedback.newBuilderForType()GenerateContentResponse.PromptFeedback.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GenerateContentResponse.PromptFeedback.Builder.removeSafetyRatings(int index) Output only.GenerateContentResponse.PromptFeedback.Builder.setBlockReason(GenerateContentResponse.PromptFeedback.BlockedReason value) Output only.GenerateContentResponse.PromptFeedback.Builder.setBlockReasonMessage(String value) Output only.GenerateContentResponse.PromptFeedback.Builder.setBlockReasonMessageBytes(com.google.protobuf.ByteString value) Output only.GenerateContentResponse.PromptFeedback.Builder.setBlockReasonValue(int value) Output only.GenerateContentResponse.PromptFeedback.Builder.setSafetyRatings(int index, SafetyRating value) Output only.GenerateContentResponse.PromptFeedback.Builder.setSafetyRatings(int index, SafetyRating.Builder builderForValue) Output only.GenerateContentResponse.PromptFeedback.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type GenerateContentResponse.PromptFeedback.BuilderModifier and TypeMethodDescriptionGenerateContentResponse.Builder.setPromptFeedback(GenerateContentResponse.PromptFeedback.Builder builderForValue) Output only.