You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1FunctionCall.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public final class GoogleCloudAiplatformV1beta1FunctionCall extends com.google.a
48
48
privatejava.lang.Stringid;
49
49
50
50
/**
51
-
* Required. The name of the function to call. Matches [FunctionDeclaration.name].
51
+
* Optional. The name of the function to call. Matches [FunctionDeclaration.name].
52
52
* The value may be {@code null}.
53
53
*/
54
54
@com.google.api.client.util.Key
@@ -93,15 +93,15 @@ public GoogleCloudAiplatformV1beta1FunctionCall setId(java.lang.String id) {
93
93
}
94
94
95
95
/**
96
-
* Required. The name of the function to call. Matches [FunctionDeclaration.name].
96
+
* Optional. The name of the function to call. Matches [FunctionDeclaration.name].
97
97
* @return value or {@code null} for none
98
98
*/
99
99
publicjava.lang.StringgetName() {
100
100
returnname;
101
101
}
102
102
103
103
/**
104
-
* Required. The name of the function to call. Matches [FunctionDeclaration.name].
104
+
* Optional. The name of the function to call. Matches [FunctionDeclaration.name].
0 commit comments