Skip to content

Commit 0a19688

Browse files
1 parent c49c77a commit 0a19688

24 files changed

+6
-2904
lines changed

clients/google-api-services-workspaceevents/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workspaceevents</artifactId>
25-
<version>v1-rev20251102-2.0.0</version>
25+
<version>v1-rev20251118-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20251102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20251118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java

Lines changed: 0 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,136 +2619,6 @@ public List set(String parameterName, Object value) {
26192619
}
26202620
}
26212621

2622-
/**
2623-
* An accessor for creating requests from the V1 collection.
2624-
*
2625-
* <p>The typical use is:</p>
2626-
* <pre>
2627-
* {@code WorkspaceEvents workspaceevents = new WorkspaceEvents(...);}
2628-
* {@code WorkspaceEvents.V1.List request = workspaceevents.v1().list(parameters ...)}
2629-
* </pre>
2630-
*
2631-
* @return the resource collection
2632-
*/
2633-
public V1 v1() {
2634-
return new V1();
2635-
}
2636-
2637-
/**
2638-
* The "v1" collection of methods.
2639-
*/
2640-
public class V1 {
2641-
2642-
/**
2643-
* GetAgentCard returns the agent card for the agent.
2644-
*
2645-
* Create a request for the method "v1.getCard".
2646-
*
2647-
* This request holds the parameters needed by the workspaceevents server. After setting any
2648-
* optional parameters, call the {@link GetCard#execute()} method to invoke the remote operation.
2649-
*
2650-
* @return the request
2651-
*/
2652-
public GetCard getCard() throws java.io.IOException {
2653-
GetCard result = new GetCard();
2654-
initialize(result);
2655-
return result;
2656-
}
2657-
2658-
public class GetCard extends WorkspaceEventsRequest<com.google.api.services.workspaceevents.v1.model.AgentCard> {
2659-
2660-
private static final String REST_PATH = "v1/card";
2661-
2662-
/**
2663-
* GetAgentCard returns the agent card for the agent.
2664-
*
2665-
* Create a request for the method "v1.getCard".
2666-
*
2667-
* This request holds the parameters needed by the the workspaceevents server. After setting any
2668-
* optional parameters, call the {@link GetCard#execute()} method to invoke the remote operation.
2669-
* <p> {@link
2670-
* GetCard#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
2671-
* be called to initialize this instance immediately after invoking the constructor. </p>
2672-
*
2673-
* @since 1.13
2674-
*/
2675-
protected GetCard() {
2676-
super(WorkspaceEvents.this, "GET", REST_PATH, null, com.google.api.services.workspaceevents.v1.model.AgentCard.class);
2677-
}
2678-
2679-
@Override
2680-
public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException {
2681-
return super.executeUsingHead();
2682-
}
2683-
2684-
@Override
2685-
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException {
2686-
return super.buildHttpRequestUsingHead();
2687-
}
2688-
2689-
@Override
2690-
public GetCard set$Xgafv(java.lang.String $Xgafv) {
2691-
return (GetCard) super.set$Xgafv($Xgafv);
2692-
}
2693-
2694-
@Override
2695-
public GetCard setAccessToken(java.lang.String accessToken) {
2696-
return (GetCard) super.setAccessToken(accessToken);
2697-
}
2698-
2699-
@Override
2700-
public GetCard setAlt(java.lang.String alt) {
2701-
return (GetCard) super.setAlt(alt);
2702-
}
2703-
2704-
@Override
2705-
public GetCard setCallback(java.lang.String callback) {
2706-
return (GetCard) super.setCallback(callback);
2707-
}
2708-
2709-
@Override
2710-
public GetCard setFields(java.lang.String fields) {
2711-
return (GetCard) super.setFields(fields);
2712-
}
2713-
2714-
@Override
2715-
public GetCard setKey(java.lang.String key) {
2716-
return (GetCard) super.setKey(key);
2717-
}
2718-
2719-
@Override
2720-
public GetCard setOauthToken(java.lang.String oauthToken) {
2721-
return (GetCard) super.setOauthToken(oauthToken);
2722-
}
2723-
2724-
@Override
2725-
public GetCard setPrettyPrint(java.lang.Boolean prettyPrint) {
2726-
return (GetCard) super.setPrettyPrint(prettyPrint);
2727-
}
2728-
2729-
@Override
2730-
public GetCard setQuotaUser(java.lang.String quotaUser) {
2731-
return (GetCard) super.setQuotaUser(quotaUser);
2732-
}
2733-
2734-
@Override
2735-
public GetCard setUploadType(java.lang.String uploadType) {
2736-
return (GetCard) super.setUploadType(uploadType);
2737-
}
2738-
2739-
@Override
2740-
public GetCard setUploadProtocol(java.lang.String uploadProtocol) {
2741-
return (GetCard) super.setUploadProtocol(uploadProtocol);
2742-
}
2743-
2744-
@Override
2745-
public GetCard set(String parameterName, Object value) {
2746-
return (GetCard) super.set(parameterName, value);
2747-
}
2748-
}
2749-
2750-
}
2751-
27522622
/**
27532623
* Builder for {@link WorkspaceEvents}.
27542624
*

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/APIKeySecurityScheme.java

Lines changed: 0 additions & 115 deletions
This file was deleted.

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/AgentCapabilities.java

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)