Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import java.util.List;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -235,6 +236,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class SupportEventSubscriptionServiceClient implements BackgroundResource {
private final SupportEventSubscriptionServiceSettings settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import java.io.IOException;
import java.util.List;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -86,6 +87,7 @@
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
* retries.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class SupportEventSubscriptionServiceSettings
extends ClientSettings<SupportEventSubscriptionServiceSettings> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* gRPC callable factory implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcSupportEventSubscriptionServiceCallableFactory implements GrpcStubCallableFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* gRPC stub implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcSupportEventSubscriptionServiceStub extends SupportEventSubscriptionServiceStub {
private static final MethodDescriptor<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.longrunning.Operation;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* REST callable factory implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class HttpJsonSupportEventSubscriptionServiceCallableFactory
implements HttpJsonStubCallableFactory<Operation, OperationsStub> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* REST stub implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class HttpJsonSupportEventSubscriptionServiceStub
extends SupportEventSubscriptionServiceStub {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
import com.google.cloud.support.v2.UndeleteSupportEventSubscriptionRequest;
import com.google.cloud.support.v2.UpdateSupportEventSubscriptionRequest;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public abstract class SupportEventSubscriptionServiceStub implements BackgroundResource {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
import java.io.IOException;
import java.util.List;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -113,6 +114,7 @@
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
* retries.
*/
@NullMarked
@Generated("by gapic-generator-java")
@SuppressWarnings("CanonicalDuration")
public class SupportEventSubscriptionServiceStubSettings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import java.util.List;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -236,6 +237,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
public class SupportEventSubscriptionServiceClient implements BackgroundResource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import java.io.IOException;
import java.util.List;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -86,6 +87,7 @@
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
* retries.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
public class SupportEventSubscriptionServiceSettings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* gRPC callable factory implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcSupportEventSubscriptionServiceCallableFactory implements GrpcStubCallableFactory {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* gRPC stub implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcSupportEventSubscriptionServiceStub extends SupportEventSubscriptionServiceStub {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.longrunning.Operation;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* REST callable factory implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
public class HttpJsonSupportEventSubscriptionServiceCallableFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* REST stub implementation for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
public class HttpJsonSupportEventSubscriptionServiceStub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
import com.google.cloud.support.v2beta.UndeleteSupportEventSubscriptionRequest;
import com.google.cloud.support.v2beta.UpdateSupportEventSubscriptionRequest;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the SupportEventSubscriptionService service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
public abstract class SupportEventSubscriptionServiceStub implements BackgroundResource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
import java.io.IOException;
import java.util.List;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -113,6 +114,7 @@
* Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
* retries.
*/
@NullMarked
@BetaApi
@Generated("by gapic-generator-java")
@SuppressWarnings("CanonicalDuration")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
import java.util.Map;
import java.util.Objects;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
@NullMarked
@Generated("by gapic-generator-java")
public class SupportEventSubscriptionName implements ResourceName {
private static final PathTemplate ORGANIZATION_SUPPORT_EVENT_SUBSCRIPTION =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
import java.util.Map;
import java.util.Objects;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
@NullMarked
@Generated("by gapic-generator-java")
public class SupportEventSubscriptionName implements ResourceName {
private static final PathTemplate ORGANIZATION_SUPPORT_EVENT_SUBSCRIPTION =
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ libraries:
version: 1.89.0-SNAPSHOT
skip_generate: true
- name: google-cloud-pom-parent
version: 1.88.0
version: 1.89.0-SNAPSHOT
skip_generate: true
- name: grafeas
version: 2.96.0-SNAPSHOT
Expand Down
Loading