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-managedkafka/v1/2.0.0/com/google/api/services/managedkafka/v1/ManagedKafka.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7897,6 +7897,29 @@ public List setParent(java.lang.String parent) {
7897
7897
return this;
7898
7898
}
7899
7899
7900
+
/**
7901
+
* Optional. Specifies the view to return for the schema registry instances. If not
7902
+
* specified, the default view is SCHEMA_REGISTRY_VIEW_BASIC.
7903
+
*/
7904
+
@com.google.api.client.util.Key
7905
+
private java.lang.String view;
7906
+
7907
+
/** Optional. Specifies the view to return for the schema registry instances. If not specified, the
7908
+
default view is SCHEMA_REGISTRY_VIEW_BASIC.
7909
+
*/
7910
+
public java.lang.String getView() {
7911
+
return view;
7912
+
}
7913
+
7914
+
/**
7915
+
* Optional. Specifies the view to return for the schema registry instances. If not
7916
+
* specified, the default view is SCHEMA_REGISTRY_VIEW_BASIC.
7917
+
*/
7918
+
public List setView(java.lang.String view) {
7919
+
this.view = view;
7920
+
return this;
7921
+
}
7922
+
7900
7923
@Override
7901
7924
public List set(String parameterName, Object value) {
0 commit comments