Skip to content

Commit 6edf077

Browse files
authored
Regenerate gapic clients, add IoT and Web Security Scanner clients (#3282)
Also remove beta packages for dlp, as they are removed from googleapis. IoT packages were moved from `cloudiot` to just `iot`. Also regenerate clients with @BetaApi annotation for LRO-specific code.
1 parent cac4e25 commit 6edf077

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/GrpcConfigServiceV2CallableFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ public <RequestT, ResponseT> UnaryCallable<RequestT, ResponseT> createBatchingCa
7171
grpcCallSettings, batchingCallSettings, clientContext);
7272
}
7373

74+
@BetaApi(
75+
"The surface for long-running operations is not stable yet and may change in the future.")
7476
@Override
7577
public <RequestT, ResponseT, MetadataT>
7678
OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable(

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/GrpcLoggingServiceV2CallableFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ public <RequestT, ResponseT> UnaryCallable<RequestT, ResponseT> createBatchingCa
7171
grpcCallSettings, batchingCallSettings, clientContext);
7272
}
7373

74+
@BetaApi(
75+
"The surface for long-running operations is not stable yet and may change in the future.")
7476
@Override
7577
public <RequestT, ResponseT, MetadataT>
7678
OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable(

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/GrpcMetricsServiceV2CallableFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ public <RequestT, ResponseT> UnaryCallable<RequestT, ResponseT> createBatchingCa
7171
grpcCallSettings, batchingCallSettings, clientContext);
7272
}
7373

74+
@BetaApi(
75+
"The surface for long-running operations is not stable yet and may change in the future.")
7476
@Override
7577
public <RequestT, ResponseT, MetadataT>
7678
OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable(

0 commit comments

Comments
 (0)