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-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/EventSubscriptionDestination.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,6 @@ public final class EventSubscriptionDestination extends com.google.api.client.js
36
36
@com.google.api.client.util.Key
37
37
privateEndPointendpoint;
38
38
39
-
/**
40
-
* OPTION 2: Write the event to Cloud Storage bucket.
41
-
* The value may be {@code null}.
42
-
*/
43
-
@com.google.api.client.util.Key
44
-
privateGSUtilgsutil;
45
-
46
39
/**
47
40
* Service account needed for runtime plane to trigger IP workflow.
48
41
* The value may be {@code null}.
@@ -74,23 +67,6 @@ public EventSubscriptionDestination setEndpoint(EndPoint endpoint) {
74
67
returnthis;
75
68
}
76
69
77
-
/**
78
-
* OPTION 2: Write the event to Cloud Storage bucket.
79
-
* @return value or {@code null} for none
80
-
*/
81
-
publicGSUtilgetGsutil() {
82
-
returngsutil;
83
-
}
84
-
85
-
/**
86
-
* OPTION 2: Write the event to Cloud Storage bucket.
0 commit comments