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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
@InternalApi("For internal use only")
public final class Version {
// {x-version-update-start:google-cloud-bigtable:current}
public static String VERSION = "2.80.0-SNAPSHOT";
public static String VERSION = "2.80.1-SNAPSHOT";
// {x-version-update-end}
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
import org.jspecify.annotations.NullMarked;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
Expand Down Expand Up @@ -770,6 +771,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class BaseBigtableInstanceAdminClient implements BackgroundResource {
private final BaseBigtableInstanceAdminSettings settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,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 @@ -168,6 +169,7 @@
* .build();
* }</pre>
*/
@NullMarked
@Generated("by gapic-generator-java")
public class BaseBigtableInstanceAdminSettings
extends ClientSettings<BaseBigtableInstanceAdminSettings> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,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 @@ -863,6 +864,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class BaseBigtableTableAdminClient implements BackgroundResource {
private final BaseBigtableTableAdminSettings settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,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 @@ -177,6 +178,7 @@
* .build();
* }</pre>
*/
@NullMarked
@Generated("by gapic-generator-java")
public class BaseBigtableTableAdminSettings extends ClientSettings<BaseBigtableTableAdminSettings> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,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 BigtableInstanceAdmin service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public abstract class BigtableInstanceAdminStub implements BackgroundResource {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,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 @@ -189,6 +190,7 @@
* .build();
* }</pre>
*/
@NullMarked
@Generated("by gapic-generator-java")
@SuppressWarnings("CanonicalDuration")
public class BigtableInstanceAdminStubSettings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,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 BigtableTableAdmin service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public abstract class BigtableTableAdminStub implements BackgroundResource {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,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 @@ -197,6 +198,7 @@
* .build();
* }</pre>
*/
@NullMarked
@Generated("by gapic-generator-java")
@SuppressWarnings("CanonicalDuration")
public class BigtableTableAdminStubSettings extends StubSettings<BigtableTableAdminStubSettings> {
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 BigtableInstanceAdmin service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcBigtableInstanceAdminCallableFactory implements GrpcStubCallableFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,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 BigtableInstanceAdmin service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcBigtableInstanceAdminStub extends BigtableInstanceAdminStub {
private static final MethodDescriptor<CreateInstanceRequest, Operation>
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 BigtableTableAdmin service API.
*
* <p>This class is for advanced usage.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcBigtableTableAdminCallableFactory implements GrpcStubCallableFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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 BigtableTableAdmin service API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@NullMarked
@Generated("by gapic-generator-java")
public class GrpcBigtableTableAdminStub extends BigtableTableAdminStub {
private static final MethodDescriptor<CreateTableRequest, Table> createTableMethodDescriptor =
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 AppProfileName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_APP_PROFILE =
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 AuthorizedViewName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_TABLE_AUTHORIZED_VIEW =
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 BackupName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_CLUSTER_BACKUP =
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 ClusterName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_CLUSTER =
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 InstanceName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE =
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 LocationName implements ResourceName {
private static final PathTemplate PROJECT_LOCATION =
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 LogicalViewName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_LOGICAL_VIEW =
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 MaterializedViewName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_MATERIALIZED_VIEW =
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 @@ -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 SchemaBundleName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_TABLE_SCHEMA_BUNDLE =
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 SnapshotName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_CLUSTER_SNAPSHOT =
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 TableName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_TABLE =
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 AuthorizedViewName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_TABLE_AUTHORIZED_VIEW =
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 InstanceName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE =
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 MaterializedViewName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_MATERIALIZED_VIEW =
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 TableName implements ResourceName {
private static final PathTemplate PROJECT_INSTANCE_TABLE =
Expand Down
Loading