Skip to content
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 @@ -314,6 +315,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class AccessApprovalAdminClient implements BackgroundResource {
private final AccessApprovalAdminSettings settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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 @@ -88,6 +89,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 AccessApprovalAdminSettings extends ClientSettings<AccessApprovalAdminSettings> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
import com.google.cloud.accessapproval.v1.UpdateAccessApprovalSettingsMessage;
import com.google.protobuf.Empty;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

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

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

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -120,6 +121,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 AccessApprovalStubSettings extends StubSettings<AccessApprovalStubSettings> {
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 AccessApproval service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcAccessApprovalCallableFactory implements GrpcStubCallableFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,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 AccessApproval service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcAccessApprovalStub extends AccessApprovalStub {
private static final MethodDescriptor<ListApprovalRequestsMessage, ListApprovalRequestsResponse>
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 AccessApproval service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class HttpJsonAccessApprovalCallableFactory
implements HttpJsonStubCallableFactory<Operation, OperationsStub> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,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 AccessApproval service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class HttpJsonAccessApprovalStub extends AccessApprovalStub {
private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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 AccessApprovalSettingsName implements ResourceName {
private static final PathTemplate PROJECT =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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 ApprovalRequestName implements ResourceName {
private static final PathTemplate PROJECT_APPROVAL_REQUEST =
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 FolderName implements ResourceName {
private static final PathTemplate FOLDER =
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 OrganizationName implements ResourceName {
private static final PathTemplate ORGANIZATION =
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 ProjectName implements ResourceName {
private static final PathTemplate PROJECT =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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 @@ -609,6 +610,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class AccessContextManagerClient implements BackgroundResource {
private final AccessContextManagerSettings settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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 @@ -124,6 +125,7 @@
* .build();
* }</pre>
*/
@NullMarked
@Generated("by gapic-generator-java")
public class AccessContextManagerSettings extends ClientSettings<AccessContextManagerSettings> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@
import com.google.longrunning.stub.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

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

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

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -181,6 +182,7 @@
* .build();
* }</pre>
*/
@NullMarked
@Generated("by gapic-generator-java")
@SuppressWarnings("CanonicalDuration")
public class AccessContextManagerStubSettings
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 AccessContextManager service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcAccessContextManagerCallableFactory implements GrpcStubCallableFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,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 AccessContextManager service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcAccessContextManagerStub extends AccessContextManagerStub {
private static final MethodDescriptor<ListAccessPoliciesRequest, ListAccessPoliciesResponse>
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 AccessContextManager service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class HttpJsonAccessContextManagerCallableFactory
implements HttpJsonStubCallableFactory<Operation, OperationsStub> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,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 AccessContextManager service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
private static final TypeRegistry typeRegistry =
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 AccessLevelName implements ResourceName {
private static final PathTemplate ACCESS_POLICY_ACCESS_LEVEL =
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 AccessPolicyName implements ResourceName {
private static final PathTemplate ACCESS_POLICY =
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 GcpUserAccessBindingName implements ResourceName {
private static final PathTemplate ORGANIZATION_GCP_USER_ACCESS_BINDING =
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 OrganizationName implements ResourceName {
private static final PathTemplate ORGANIZATION =
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 ServicePerimeterName implements ResourceName {
private static final PathTemplate ACCESS_POLICY_SERVICE_PERIMETER =
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 @@ -206,6 +207,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class AdBreakServiceClient implements BackgroundResource {
private final AdBreakServiceSettings settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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 @@ -84,6 +85,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 AdBreakServiceSettings extends ClientSettings<AdBreakServiceSettings> {

Expand Down
Loading
Loading