Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add authorized view bindings to Cloud Bigtable data APIs and messages #2144

Merged
merged 7 commits into from
Mar 5, 2024
  •  
  •  
  •  
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Mar 1, 2024
commit df52a73e67e51ba97d49c383ea15e15f1b4a7eef
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
Expand Down Expand Up @@ -1081,8 +1080,6 @@ public UnaryCallSettings.Builder<CreateInstanceRequest, Operation> createInstanc
}

/** Returns the builder for the settings used for calls to createInstance. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<CreateInstanceRequest, Instance, CreateInstanceMetadata>
createInstanceOperationSettings() {
return createInstanceOperationSettings;
Expand Down Expand Up @@ -1111,8 +1108,6 @@ public UnaryCallSettings.Builder<Instance, Instance> updateInstanceSettings() {
}

/** Returns the builder for the settings used for calls to partialUpdateInstance. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
PartialUpdateInstanceRequest, Instance, UpdateInstanceMetadata>
partialUpdateInstanceOperationSettings() {
Expand All @@ -1130,8 +1125,6 @@ public UnaryCallSettings.Builder<CreateClusterRequest, Operation> createClusterS
}

/** Returns the builder for the settings used for calls to createCluster. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<CreateClusterRequest, Cluster, CreateClusterMetadata>
createClusterOperationSettings() {
return createClusterOperationSettings;
Expand All @@ -1154,8 +1147,6 @@ public UnaryCallSettings.Builder<Cluster, Operation> updateClusterSettings() {
}

/** Returns the builder for the settings used for calls to updateCluster. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<Cluster, Cluster, UpdateClusterMetadata>
updateClusterOperationSettings() {
return updateClusterOperationSettings;
Expand All @@ -1168,8 +1159,6 @@ public UnaryCallSettings.Builder<Cluster, Operation> updateClusterSettings() {
}

/** Returns the builder for the settings used for calls to partialUpdateCluster. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
PartialUpdateClusterRequest, Cluster, PartialUpdateClusterMetadata>
partialUpdateClusterOperationSettings() {
Expand Down Expand Up @@ -1206,8 +1195,6 @@ public UnaryCallSettings.Builder<GetAppProfileRequest, AppProfile> getAppProfile
}

/** Returns the builder for the settings used for calls to updateAppProfile. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateAppProfileRequest, AppProfile, UpdateAppProfileMetadata>
updateAppProfileOperationSettings() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
Expand Down Expand Up @@ -1251,8 +1250,6 @@ public UnaryCallSettings.Builder<CreateTableRequest, Table> createTableSettings(
}

/** Returns the builder for the settings used for calls to createTableFromSnapshot. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateTableFromSnapshotRequest, Table, CreateTableFromSnapshotMetadata>
createTableFromSnapshotOperationSettings() {
Expand All @@ -1276,8 +1273,6 @@ public UnaryCallSettings.Builder<UpdateTableRequest, Operation> updateTableSetti
}

/** Returns the builder for the settings used for calls to updateTable. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<UpdateTableRequest, Table, UpdateTableMetadata>
updateTableOperationSettings() {
return updateTableOperationSettings;
Expand All @@ -1294,8 +1289,6 @@ public UnaryCallSettings.Builder<UndeleteTableRequest, Operation> undeleteTableS
}

/** Returns the builder for the settings used for calls to undeleteTable. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<UndeleteTableRequest, Table, UndeleteTableMetadata>
undeleteTableOperationSettings() {
return undeleteTableOperationSettings;
Expand Down Expand Up @@ -1331,8 +1324,6 @@ public UnaryCallSettings.Builder<SnapshotTableRequest, Operation> snapshotTableS
}

/** Returns the builder for the settings used for calls to snapshotTable. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<SnapshotTableRequest, Snapshot, SnapshotTableMetadata>
snapshotTableOperationSettings() {
return snapshotTableOperationSettings;
Expand Down Expand Up @@ -1361,8 +1352,6 @@ public UnaryCallSettings.Builder<CreateBackupRequest, Operation> createBackupSet
}

/** Returns the builder for the settings used for calls to createBackup. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<CreateBackupRequest, Backup, CreateBackupMetadata>
createBackupOperationSettings() {
return createBackupOperationSettings;
Expand Down Expand Up @@ -1396,8 +1385,6 @@ public UnaryCallSettings.Builder<RestoreTableRequest, Operation> restoreTableSet
}

/** Returns the builder for the settings used for calls to restoreTable. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<RestoreTableRequest, Table, RestoreTableMetadata>
restoreTableOperationSettings() {
return restoreTableOperationSettings;
Expand All @@ -1409,8 +1396,6 @@ public UnaryCallSettings.Builder<CopyBackupRequest, Operation> copyBackupSetting
}

/** Returns the builder for the settings used for calls to copyBackup. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<CopyBackupRequest, Backup, CopyBackupMetadata>
copyBackupOperationSettings() {
return copyBackupOperationSettings;
Expand Down