diff --git a/accessapproval/apiv1/access_approval_client.go b/accessapproval/apiv1/access_approval_client.go
index 2a2645689658..96cbfd052fda 100755
--- a/accessapproval/apiv1/access_approval_client.go
+++ b/accessapproval/apiv1/access_approval_client.go
@@ -175,12 +175,12 @@ type internalClient interface {
// This API allows a customer to manage accesses to cloud resources by
// Google personnel. It defines the following resource model:
//
-// The API has a collection of
-// ApprovalRequest
-// resources, named approvalRequests/{approval_request}
+// The API has a collection of
+// ApprovalRequest
+// resources, named approvalRequests/{approval_request}
//
-// The API has top-level settings per Project/Folder/Organization, named
-// accessApprovalSettings
+// The API has top-level settings per Project/Folder/Organization, named
+// accessApprovalSettings
//
// The service also periodically emails a list of recipients, defined at the
// Project/Folder/Organization level in the accessApprovalSettings, when there
@@ -336,12 +336,12 @@ type gRPCClient struct {
// This API allows a customer to manage accesses to cloud resources by
// Google personnel. It defines the following resource model:
//
-// The API has a collection of
-// ApprovalRequest
-// resources, named approvalRequests/{approval_request}
+// The API has a collection of
+// ApprovalRequest
+// resources, named approvalRequests/{approval_request}
//
-// The API has top-level settings per Project/Folder/Organization, named
-// accessApprovalSettings
+// The API has top-level settings per Project/Folder/Organization, named
+// accessApprovalSettings
//
// The service also periodically emails a list of recipients, defined at the
// Project/Folder/Organization level in the accessApprovalSettings, when there
@@ -444,12 +444,12 @@ type restClient struct {
// This API allows a customer to manage accesses to cloud resources by
// Google personnel. It defines the following resource model:
//
-// The API has a collection of
-// ApprovalRequest
-// resources, named approvalRequests/{approval_request}
+// The API has a collection of
+// ApprovalRequest
+// resources, named approvalRequests/{approval_request}
//
-// The API has top-level settings per Project/Folder/Organization, named
-// accessApprovalSettings
+// The API has top-level settings per Project/Folder/Organization, named
+// accessApprovalSettings
//
// The service also periodically emails a list of recipients, defined at the
// Project/Folder/Organization level in the accessApprovalSettings, when there
diff --git a/accessapproval/apiv1/accessapprovalpb/accessapproval.pb.go b/accessapproval/apiv1/accessapprovalpb/accessapproval.pb.go
index 15d1c12c963a..408947f25bdc 100755
--- a/accessapproval/apiv1/accessapprovalpb/accessapproval.pb.go
+++ b/accessapproval/apiv1/accessapprovalpb/accessapproval.pb.go
@@ -22,9 +22,6 @@ package accessapprovalpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/accessapproval/apiv1/doc.go b/accessapproval/apiv1/doc.go
index eab8e16cc8f7..0f39d2ff0c77 100755
--- a/accessapproval/apiv1/doc.go
+++ b/accessapproval/apiv1/doc.go
@@ -19,65 +19,64 @@
//
// An API for controlling access to data by Google personnel.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := accessapproval.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := accessapproval.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := accessapproval.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &accessapprovalpb.ListApprovalRequestsMessage{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/accessapproval/apiv1/accessapprovalpb#ListApprovalRequestsMessage.
-// }
-// it := c.ListApprovalRequests(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := accessapproval.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &accessapprovalpb.ListApprovalRequestsMessage{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/accessapproval/apiv1/accessapprovalpb#ListApprovalRequestsMessage.
+// }
+// it := c.ListApprovalRequests(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/accesscontextmanager/apiv1/accesscontextmanagerpb/access_context_manager.pb.go b/accesscontextmanager/apiv1/accesscontextmanagerpb/access_context_manager.pb.go
index a068055e120a..3478816ca7e1 100755
--- a/accesscontextmanager/apiv1/accesscontextmanagerpb/access_context_manager.pb.go
+++ b/accesscontextmanager/apiv1/accesscontextmanagerpb/access_context_manager.pb.go
@@ -21,12 +21,9 @@
package accesscontextmanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/accesscontextmanager/apiv1/accesscontextmanagerpb/access_level.pb.go b/accesscontextmanager/apiv1/accesscontextmanagerpb/access_level.pb.go
index 261635bdf5d8..c9fe8cb45534 100755
--- a/accesscontextmanager/apiv1/accesscontextmanagerpb/access_level.pb.go
+++ b/accesscontextmanager/apiv1/accesscontextmanagerpb/access_level.pb.go
@@ -21,15 +21,14 @@
package accesscontextmanagerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
_type "google.golang.org/genproto/googleapis/identity/accesscontextmanager/type"
expr "google.golang.org/genproto/googleapis/type/expr"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/accesscontextmanager/apiv1/accesscontextmanagerpb/access_policy.pb.go b/accesscontextmanager/apiv1/accesscontextmanagerpb/access_policy.pb.go
index d7fc88cb40b6..35133279afd0 100755
--- a/accesscontextmanager/apiv1/accesscontextmanagerpb/access_policy.pb.go
+++ b/accesscontextmanager/apiv1/accesscontextmanagerpb/access_policy.pb.go
@@ -21,13 +21,12 @@
package accesscontextmanagerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/accesscontextmanager/apiv1/accesscontextmanagerpb/gcp_user_access_binding.pb.go b/accesscontextmanager/apiv1/accesscontextmanagerpb/gcp_user_access_binding.pb.go
index 01902164b533..444e793018be 100755
--- a/accesscontextmanager/apiv1/accesscontextmanagerpb/gcp_user_access_binding.pb.go
+++ b/accesscontextmanager/apiv1/accesscontextmanagerpb/gcp_user_access_binding.pb.go
@@ -21,12 +21,11 @@
package accesscontextmanagerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/accesscontextmanager/apiv1/accesscontextmanagerpb/service_perimeter.pb.go b/accesscontextmanager/apiv1/accesscontextmanagerpb/service_perimeter.pb.go
index 1df3b078262f..539ad8c104ba 100755
--- a/accesscontextmanager/apiv1/accesscontextmanagerpb/service_perimeter.pb.go
+++ b/accesscontextmanager/apiv1/accesscontextmanagerpb/service_perimeter.pb.go
@@ -21,13 +21,12 @@
package accesscontextmanagerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/accesscontextmanager/apiv1/doc.go b/accesscontextmanager/apiv1/doc.go
index 93df74018fe6..5bb1ccc25727 100755
--- a/accesscontextmanager/apiv1/doc.go
+++ b/accesscontextmanager/apiv1/doc.go
@@ -20,65 +20,64 @@
// An API for setting attribute based access control to requests to GCP
// services.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := accesscontextmanager.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := accesscontextmanager.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := accesscontextmanager.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &accesscontextmanagerpb.ListAccessPoliciesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/accesscontextmanager/apiv1/accesscontextmanagerpb#ListAccessPoliciesRequest.
-// }
-// it := c.ListAccessPolicies(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := accesscontextmanager.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &accesscontextmanagerpb.ListAccessPoliciesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/accesscontextmanager/apiv1/accesscontextmanagerpb#ListAccessPoliciesRequest.
+// }
+// it := c.ListAccessPolicies(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/aiplatform/apiv1/aiplatformpb/accelerator_type.pb.go b/aiplatform/apiv1/aiplatformpb/accelerator_type.pb.go
index 6ae203e93fb5..7abbce3902ad 100755
--- a/aiplatform/apiv1/aiplatformpb/accelerator_type.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/accelerator_type.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/annotation.pb.go b/aiplatform/apiv1/aiplatformpb/annotation.pb.go
index 3373324dec76..1161cf01d7bf 100755
--- a/aiplatform/apiv1/aiplatformpb/annotation.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/annotation.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/annotation_spec.pb.go b/aiplatform/apiv1/aiplatformpb/annotation_spec.pb.go
index 535af7fddb03..b3f3149955e1 100755
--- a/aiplatform/apiv1/aiplatformpb/annotation_spec.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/annotation_spec.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/artifact.pb.go b/aiplatform/apiv1/aiplatformpb/artifact.pb.go
index 5a0eb0dfc53d..4a2fc72d664c 100755
--- a/aiplatform/apiv1/aiplatformpb/artifact.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/artifact.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/batch_prediction_job.pb.go b/aiplatform/apiv1/aiplatformpb/batch_prediction_job.pb.go
index 239f316240fc..156e6357146b 100755
--- a/aiplatform/apiv1/aiplatformpb/batch_prediction_job.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/batch_prediction_job.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/completion_stats.pb.go b/aiplatform/apiv1/aiplatformpb/completion_stats.pb.go
index d23dd3041110..a8976447dc83 100755
--- a/aiplatform/apiv1/aiplatformpb/completion_stats.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/completion_stats.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/context.pb.go b/aiplatform/apiv1/aiplatformpb/context.pb.go
index 4317af1762c6..30d5c1b2a823 100755
--- a/aiplatform/apiv1/aiplatformpb/context.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/context.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/custom_job.pb.go b/aiplatform/apiv1/aiplatformpb/custom_job.pb.go
index c6fa5ac445ef..bd8c5e6ac106 100755
--- a/aiplatform/apiv1/aiplatformpb/custom_job.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/custom_job.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/data_item.pb.go b/aiplatform/apiv1/aiplatformpb/data_item.pb.go
index ea6d86c2530e..8c19c76fca9d 100755
--- a/aiplatform/apiv1/aiplatformpb/data_item.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/data_item.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/data_labeling_job.pb.go b/aiplatform/apiv1/aiplatformpb/data_labeling_job.pb.go
index 968d5d99eae9..d30b821ebec1 100755
--- a/aiplatform/apiv1/aiplatformpb/data_labeling_job.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/data_labeling_job.pb.go
@@ -21,9 +21,6 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
money "google.golang.org/genproto/googleapis/type/money"
@@ -31,6 +28,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -333,9 +332,8 @@ func (x *DataLabelingJob) GetActiveLearningConfig() *ActiveLearningConfig {
}
// Parameters that configure the active learning pipeline. Active learning will
-//
-// label the data incrementally by several iterations. For every iteration, it
-// will select a batch of data based on the sampling strategy.
+// label the data incrementally by several iterations. For every iteration, it
+// will select a batch of data based on the sampling strategy.
type ActiveLearningConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/aiplatform/apiv1/aiplatformpb/dataset.pb.go b/aiplatform/apiv1/aiplatformpb/dataset.pb.go
index cbb1999a09f4..a3fe1344ad93 100755
--- a/aiplatform/apiv1/aiplatformpb/dataset.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/dataset.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/dataset_service.pb.go b/aiplatform/apiv1/aiplatformpb/dataset_service.pb.go
index 51bd17cf2600..62bdf7525865 100755
--- a/aiplatform/apiv1/aiplatformpb/dataset_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/dataset_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/deployed_index_ref.pb.go b/aiplatform/apiv1/aiplatformpb/deployed_index_ref.pb.go
index 0c60aee7aad3..c324a9beca39 100755
--- a/aiplatform/apiv1/aiplatformpb/deployed_index_ref.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/deployed_index_ref.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/deployed_model_ref.pb.go b/aiplatform/apiv1/aiplatformpb/deployed_model_ref.pb.go
index 702edb2cd6af..4faaaa2a80e4 100755
--- a/aiplatform/apiv1/aiplatformpb/deployed_model_ref.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/deployed_model_ref.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/encryption_spec.pb.go b/aiplatform/apiv1/aiplatformpb/encryption_spec.pb.go
index 985505e24c10..b253b2eaa6df 100755
--- a/aiplatform/apiv1/aiplatformpb/encryption_spec.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/encryption_spec.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/endpoint.pb.go b/aiplatform/apiv1/aiplatformpb/endpoint.pb.go
index 3885c82386a3..9ed1d9228109 100755
--- a/aiplatform/apiv1/aiplatformpb/endpoint.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/endpoint.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/endpoint_service.pb.go b/aiplatform/apiv1/aiplatformpb/endpoint_service.pb.go
index db29df5ad732..28ca641b2ddd 100755
--- a/aiplatform/apiv1/aiplatformpb/endpoint_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/endpoint_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/entity_type.pb.go b/aiplatform/apiv1/aiplatformpb/entity_type.pb.go
index c516c3e3041c..13f4d593479e 100755
--- a/aiplatform/apiv1/aiplatformpb/entity_type.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/entity_type.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/env_var.pb.go b/aiplatform/apiv1/aiplatformpb/env_var.pb.go
index 5efabef462fe..83d461d9aeaa 100755
--- a/aiplatform/apiv1/aiplatformpb/env_var.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/env_var.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/evaluated_annotation.pb.go b/aiplatform/apiv1/aiplatformpb/evaluated_annotation.pb.go
index 374b8d83b4fc..5777456433ee 100755
--- a/aiplatform/apiv1/aiplatformpb/evaluated_annotation.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/evaluated_annotation.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/event.pb.go b/aiplatform/apiv1/aiplatformpb/event.pb.go
index 97f657d7cdbb..ec5e680fa433 100755
--- a/aiplatform/apiv1/aiplatformpb/event.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/event.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/execution.pb.go b/aiplatform/apiv1/aiplatformpb/execution.pb.go
index c7b0ebb0af76..2815dc5b2e23 100755
--- a/aiplatform/apiv1/aiplatformpb/execution.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/execution.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/explanation.pb.go b/aiplatform/apiv1/aiplatformpb/explanation.pb.go
index fee6c056af89..d3da3b1f7749 100755
--- a/aiplatform/apiv1/aiplatformpb/explanation.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/explanation.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/explanation_metadata.pb.go b/aiplatform/apiv1/aiplatformpb/explanation_metadata.pb.go
index 5ecd59719831..7c36f9f3688c 100755
--- a/aiplatform/apiv1/aiplatformpb/explanation_metadata.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/explanation_metadata.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/feature.pb.go b/aiplatform/apiv1/aiplatformpb/feature.pb.go
index 3a605cd00364..6a73ec2eba9a 100755
--- a/aiplatform/apiv1/aiplatformpb/feature.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/feature.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/feature_monitoring_stats.pb.go b/aiplatform/apiv1/aiplatformpb/feature_monitoring_stats.pb.go
index 086f741888f9..4dc58e173439 100755
--- a/aiplatform/apiv1/aiplatformpb/feature_monitoring_stats.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/feature_monitoring_stats.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/feature_selector.pb.go b/aiplatform/apiv1/aiplatformpb/feature_selector.pb.go
index 581113bc273c..493389c5518b 100755
--- a/aiplatform/apiv1/aiplatformpb/feature_selector.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/feature_selector.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/featurestore.pb.go b/aiplatform/apiv1/aiplatformpb/featurestore.pb.go
index 338353b08439..d150bd28ff69 100755
--- a/aiplatform/apiv1/aiplatformpb/featurestore.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/featurestore.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/featurestore_monitoring.pb.go b/aiplatform/apiv1/aiplatformpb/featurestore_monitoring.pb.go
index e40866e091a1..5159c12be3ff 100755
--- a/aiplatform/apiv1/aiplatformpb/featurestore_monitoring.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/featurestore_monitoring.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/featurestore_online_service.pb.go b/aiplatform/apiv1/aiplatformpb/featurestore_online_service.pb.go
index 216b051dbd20..3fa64f4e5285 100755
--- a/aiplatform/apiv1/aiplatformpb/featurestore_online_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/featurestore_online_service.pb.go
@@ -22,9 +22,6 @@ package aiplatformpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/featurestore_service.pb.go b/aiplatform/apiv1/aiplatformpb/featurestore_service.pb.go
index e123ef5830ef..0cabe6adb395 100755
--- a/aiplatform/apiv1/aiplatformpb/featurestore_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/featurestore_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
interval "google.golang.org/genproto/googleapis/type/interval"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/hyperparameter_tuning_job.pb.go b/aiplatform/apiv1/aiplatformpb/hyperparameter_tuning_job.pb.go
index 4c32107d5306..514a929148b2 100755
--- a/aiplatform/apiv1/aiplatformpb/hyperparameter_tuning_job.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/hyperparameter_tuning_job.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/index.pb.go b/aiplatform/apiv1/aiplatformpb/index.pb.go
index 467c0f1a3843..4bea09999536 100755
--- a/aiplatform/apiv1/aiplatformpb/index.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/index.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/index_endpoint.pb.go b/aiplatform/apiv1/aiplatformpb/index_endpoint.pb.go
index 6a6d0f3f3372..9d4cd6a06fb1 100755
--- a/aiplatform/apiv1/aiplatformpb/index_endpoint.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/index_endpoint.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/index_endpoint_service.pb.go b/aiplatform/apiv1/aiplatformpb/index_endpoint_service.pb.go
index 9879a85c2396..3b327be66899 100755
--- a/aiplatform/apiv1/aiplatformpb/index_endpoint_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/index_endpoint_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/index_service.pb.go b/aiplatform/apiv1/aiplatformpb/index_service.pb.go
index fb6b4d094129..fe97d58742b7 100755
--- a/aiplatform/apiv1/aiplatformpb/index_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/index_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/io.pb.go b/aiplatform/apiv1/aiplatformpb/io.pb.go
index 011a3ddbfce9..e790e0e3ab46 100755
--- a/aiplatform/apiv1/aiplatformpb/io.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/io.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/job_service.pb.go b/aiplatform/apiv1/aiplatformpb/job_service.pb.go
index c4fdcae9c4eb..76d1448718aa 100755
--- a/aiplatform/apiv1/aiplatformpb/job_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/job_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/job_state.pb.go b/aiplatform/apiv1/aiplatformpb/job_state.pb.go
index 3634d7f192a6..1839ab18e97d 100755
--- a/aiplatform/apiv1/aiplatformpb/job_state.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/job_state.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/lineage_subgraph.pb.go b/aiplatform/apiv1/aiplatformpb/lineage_subgraph.pb.go
index cdd8f9b111d5..45f75dbb123c 100755
--- a/aiplatform/apiv1/aiplatformpb/lineage_subgraph.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/lineage_subgraph.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/machine_resources.pb.go b/aiplatform/apiv1/aiplatformpb/machine_resources.pb.go
index ba92182c3a58..06e203a12ed7 100755
--- a/aiplatform/apiv1/aiplatformpb/machine_resources.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/machine_resources.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/manual_batch_tuning_parameters.pb.go b/aiplatform/apiv1/aiplatformpb/manual_batch_tuning_parameters.pb.go
index 20266e9c65ee..fa9090899ede 100755
--- a/aiplatform/apiv1/aiplatformpb/manual_batch_tuning_parameters.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/manual_batch_tuning_parameters.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/metadata_schema.pb.go b/aiplatform/apiv1/aiplatformpb/metadata_schema.pb.go
index bd6faa64ebc5..9b57da5f9402 100755
--- a/aiplatform/apiv1/aiplatformpb/metadata_schema.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/metadata_schema.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/metadata_service.pb.go b/aiplatform/apiv1/aiplatformpb/metadata_service.pb.go
index 1f65f6c353f4..200f69ec8af5 100755
--- a/aiplatform/apiv1/aiplatformpb/metadata_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/metadata_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/metadata_store.pb.go b/aiplatform/apiv1/aiplatformpb/metadata_store.pb.go
index 07135b1ca319..16b84d387d41 100755
--- a/aiplatform/apiv1/aiplatformpb/metadata_store.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/metadata_store.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/migratable_resource.pb.go b/aiplatform/apiv1/aiplatformpb/migratable_resource.pb.go
index 68e43ec0d5c1..f7b45ac8cffa 100755
--- a/aiplatform/apiv1/aiplatformpb/migratable_resource.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/migratable_resource.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/migration_service.pb.go b/aiplatform/apiv1/aiplatformpb/migration_service.pb.go
index ec20553ce635..af2c7a231a53 100755
--- a/aiplatform/apiv1/aiplatformpb/migration_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/migration_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
status1 "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/model.pb.go b/aiplatform/apiv1/aiplatformpb/model.pb.go
index c7990c0181fc..b527d1ae4ece 100755
--- a/aiplatform/apiv1/aiplatformpb/model.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/model.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/model_deployment_monitoring_job.pb.go b/aiplatform/apiv1/aiplatformpb/model_deployment_monitoring_job.pb.go
index af2c1a51576a..2ee585085679 100755
--- a/aiplatform/apiv1/aiplatformpb/model_deployment_monitoring_job.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/model_deployment_monitoring_job.pb.go
@@ -21,9 +21,6 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
@@ -31,6 +28,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/model_evaluation.pb.go b/aiplatform/apiv1/aiplatformpb/model_evaluation.pb.go
index 4d1e94fdf9c1..b6992f9f4788 100755
--- a/aiplatform/apiv1/aiplatformpb/model_evaluation.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/model_evaluation.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/model_evaluation_slice.pb.go b/aiplatform/apiv1/aiplatformpb/model_evaluation_slice.pb.go
index 3a07d91e3e56..d87683287a1b 100755
--- a/aiplatform/apiv1/aiplatformpb/model_evaluation_slice.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/model_evaluation_slice.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -280,17 +279,17 @@ func (x *ModelEvaluationSlice_Slice_SliceSpec) GetConfigs() map[string]*ModelEva
//
// Example 1:
//
-// {
-// "zip_code": { "value": { "float_value": 12345.0 } }
-// }
+// {
+// "zip_code": { "value": { "float_value": 12345.0 } }
+// }
//
// A single slice for any data with zip_code 12345 in the dataset.
//
// Example 2:
//
-// {
-// "zip_code": { "range": { "low": 12345, "high": 20000 } }
-// }
+// {
+// "zip_code": { "range": { "low": 12345, "high": 20000 } }
+// }
//
// A single slice containing data where the zip_codes between 12345 and
// 20000 For this example, data with the zip_code of 12345 will be in this
@@ -298,10 +297,10 @@ func (x *ModelEvaluationSlice_Slice_SliceSpec) GetConfigs() map[string]*ModelEva
//
// Example 3:
//
-// {
-// "zip_code": { "range": { "low": 10000, "high": 20000 } },
-// "country": { "value": { "string_value": "US" } }
-// }
+// {
+// "zip_code": { "range": { "low": 10000, "high": 20000 } },
+// "country": { "value": { "string_value": "US" } }
+// }
//
// A single slice containing data where the zip_codes between 10000 and
// 20000 has the country "US". For this example, data with the zip_code of
@@ -309,16 +308,16 @@ func (x *ModelEvaluationSlice_Slice_SliceSpec) GetConfigs() map[string]*ModelEva
//
// Example 4:
//
-// { "country": {"all_values": { "value": true } } }
+// { "country": {"all_values": { "value": true } } }
//
// Three slices are computed, one for each unique country in the dataset.
//
// Example 5:
//
-// {
-// "country": { "all_values": { "value": true } },
-// "zip_code": { "value": { "float_value": 12345.0 } }
-// }
+// {
+// "country": { "all_values": { "value": true } },
+// "zip_code": { "value": { "float_value": 12345.0 } }
+// }
//
// Three slices are computed, one for each unique country in the dataset
// where the zip_code is also 12345. For this example, data with zip_code
diff --git a/aiplatform/apiv1/aiplatformpb/model_monitoring.pb.go b/aiplatform/apiv1/aiplatformpb/model_monitoring.pb.go
index 1316dd14b586..9bbcd1d80bee 100755
--- a/aiplatform/apiv1/aiplatformpb/model_monitoring.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/model_monitoring.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/model_service.pb.go b/aiplatform/apiv1/aiplatformpb/model_service.pb.go
index 26e0a611a419..b8483623e2a1 100755
--- a/aiplatform/apiv1/aiplatformpb/model_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/model_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/nas_job.pb.go b/aiplatform/apiv1/aiplatformpb/nas_job.pb.go
index 25aff9282550..6a14cab32070 100755
--- a/aiplatform/apiv1/aiplatformpb/nas_job.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/nas_job.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/operation.pb.go b/aiplatform/apiv1/aiplatformpb/operation.pb.go
index 7b2ed068b83b..e6c82aacf9cc 100755
--- a/aiplatform/apiv1/aiplatformpb/operation.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/operation.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/pipeline_failure_policy.pb.go b/aiplatform/apiv1/aiplatformpb/pipeline_failure_policy.pb.go
index 23537e318b99..7dacd2393c7e 100755
--- a/aiplatform/apiv1/aiplatformpb/pipeline_failure_policy.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/pipeline_failure_policy.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/pipeline_job.pb.go b/aiplatform/apiv1/aiplatformpb/pipeline_job.pb.go
index b99003d52ec3..72d8f187e7a4 100755
--- a/aiplatform/apiv1/aiplatformpb/pipeline_job.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/pipeline_job.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/pipeline_service.pb.go b/aiplatform/apiv1/aiplatformpb/pipeline_service.pb.go
index 2255b9fb3e6e..034637794d04 100755
--- a/aiplatform/apiv1/aiplatformpb/pipeline_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/pipeline_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/pipeline_state.pb.go b/aiplatform/apiv1/aiplatformpb/pipeline_state.pb.go
index c6cde539ea85..e51dabb85b7b 100755
--- a/aiplatform/apiv1/aiplatformpb/pipeline_state.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/pipeline_state.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/prediction_service.pb.go b/aiplatform/apiv1/aiplatformpb/prediction_service.pb.go
index 8d20f9cbdf2b..1ff44e162cd8 100755
--- a/aiplatform/apiv1/aiplatformpb/prediction_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/prediction_service.pb.go
@@ -22,9 +22,6 @@ package aiplatformpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/saved_query.pb.go b/aiplatform/apiv1/aiplatformpb/saved_query.pb.go
index 6295a177a816..429fd941dbb0 100755
--- a/aiplatform/apiv1/aiplatformpb/saved_query.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/saved_query.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/service_networking.pb.go b/aiplatform/apiv1/aiplatformpb/service_networking.pb.go
index 2f8974fd59d5..a3db3e7ce847 100755
--- a/aiplatform/apiv1/aiplatformpb/service_networking.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/service_networking.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/specialist_pool.pb.go b/aiplatform/apiv1/aiplatformpb/specialist_pool.pb.go
index c41bb4af82e2..8a04ce02c51e 100755
--- a/aiplatform/apiv1/aiplatformpb/specialist_pool.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/specialist_pool.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/specialist_pool_service.pb.go b/aiplatform/apiv1/aiplatformpb/specialist_pool_service.pb.go
index d0f7f9918f5f..b814b016c529 100755
--- a/aiplatform/apiv1/aiplatformpb/specialist_pool_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/specialist_pool_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/study.pb.go b/aiplatform/apiv1/aiplatformpb/study.pb.go
index 8df4e7e662bb..657c57cb32c8 100755
--- a/aiplatform/apiv1/aiplatformpb/study.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/study.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -283,17 +282,16 @@ func (StudySpec_ObservationNoise) EnumDescriptor() ([]byte, []int) {
// This indicates which measurement to use if/when the service automatically
// selects the final measurement from previously reported intermediate
// measurements. Choose this based on two considerations:
-//
-// A) Do you expect your measurements to monotonically improve?
-// If so, choose LAST_MEASUREMENT. On the other hand, if you're in a
-// situation where your system can "over-train" and you expect the
-// performance to get better for a while but then start declining,
-// choose BEST_MEASUREMENT.
-// B) Are your measurements significantly noisy and/or irreproducible?
-// If so, BEST_MEASUREMENT will tend to be over-optimistic, and it
-// may be better to choose LAST_MEASUREMENT.
-// If both or neither of (A) and (B) apply, it doesn't matter which
-// selection type is chosen.
+// A) Do you expect your measurements to monotonically improve?
+// If so, choose LAST_MEASUREMENT. On the other hand, if you're in a
+// situation where your system can "over-train" and you expect the
+// performance to get better for a while but then start declining,
+// choose BEST_MEASUREMENT.
+// B) Are your measurements significantly noisy and/or irreproducible?
+// If so, BEST_MEASUREMENT will tend to be over-optimistic, and it
+// may be better to choose LAST_MEASUREMENT.
+// If both or neither of (A) and (B) apply, it doesn't matter which
+// selection type is chosen.
type StudySpec_MeasurementSelectionType int32
const (
diff --git a/aiplatform/apiv1/aiplatformpb/tensorboard.pb.go b/aiplatform/apiv1/aiplatformpb/tensorboard.pb.go
index 9e16dd392408..d2dfcd15d7f0 100755
--- a/aiplatform/apiv1/aiplatformpb/tensorboard.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/tensorboard.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/tensorboard_data.pb.go b/aiplatform/apiv1/aiplatformpb/tensorboard_data.pb.go
index 21301e6c0264..71eb439b4091 100755
--- a/aiplatform/apiv1/aiplatformpb/tensorboard_data.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/tensorboard_data.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/tensorboard_experiment.pb.go b/aiplatform/apiv1/aiplatformpb/tensorboard_experiment.pb.go
index 5e8cff993cd0..8546f6443bda 100755
--- a/aiplatform/apiv1/aiplatformpb/tensorboard_experiment.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/tensorboard_experiment.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/tensorboard_run.pb.go b/aiplatform/apiv1/aiplatformpb/tensorboard_run.pb.go
index 766db1428523..e704de214149 100755
--- a/aiplatform/apiv1/aiplatformpb/tensorboard_run.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/tensorboard_run.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/tensorboard_service.pb.go b/aiplatform/apiv1/aiplatformpb/tensorboard_service.pb.go
index 2777551633c8..beb4b1d2ec0d 100755
--- a/aiplatform/apiv1/aiplatformpb/tensorboard_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/tensorboard_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/tensorboard_time_series.pb.go b/aiplatform/apiv1/aiplatformpb/tensorboard_time_series.pb.go
index 023cac94f207..439390f9c037 100755
--- a/aiplatform/apiv1/aiplatformpb/tensorboard_time_series.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/tensorboard_time_series.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/training_pipeline.pb.go b/aiplatform/apiv1/aiplatformpb/training_pipeline.pb.go
index 4f0c819cdeb2..fa020f5aec3c 100755
--- a/aiplatform/apiv1/aiplatformpb/training_pipeline.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/training_pipeline.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -712,6 +711,7 @@ func (x *FractionSplit) GetTestFraction() float64 {
// set as '-' (the minus sign).
//
// Supported only for unstructured Datasets.
+//
type FilterSplit struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/aiplatform/apiv1/aiplatformpb/types.pb.go b/aiplatform/apiv1/aiplatformpb/types.pb.go
index a0f6aba2e82c..f7a41b549374 100755
--- a/aiplatform/apiv1/aiplatformpb/types.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/types.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/unmanaged_container_model.pb.go b/aiplatform/apiv1/aiplatformpb/unmanaged_container_model.pb.go
index 529d52ae1a32..44deedcafae0 100755
--- a/aiplatform/apiv1/aiplatformpb/unmanaged_container_model.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/unmanaged_container_model.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/user_action_reference.pb.go b/aiplatform/apiv1/aiplatformpb/user_action_reference.pb.go
index 86695c685790..0fc4f65ecd2e 100755
--- a/aiplatform/apiv1/aiplatformpb/user_action_reference.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/user_action_reference.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/value.pb.go b/aiplatform/apiv1/aiplatformpb/value.pb.go
index 30a0dece0b32..745b50a9d3c0 100755
--- a/aiplatform/apiv1/aiplatformpb/value.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/value.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/aiplatformpb/vizier_service.pb.go b/aiplatform/apiv1/aiplatformpb/vizier_service.pb.go
index 4b06c728bdc9..abacfc464597 100755
--- a/aiplatform/apiv1/aiplatformpb/vizier_service.pb.go
+++ b/aiplatform/apiv1/aiplatformpb/vizier_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1/doc.go b/aiplatform/apiv1/doc.go
index 2838c9c9bf8c..215873bc3f14 100755
--- a/aiplatform/apiv1/doc.go
+++ b/aiplatform/apiv1/doc.go
@@ -20,64 +20,63 @@
// Train high-quality custom machine learning models with minimal machine
// learning expertise and effort.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := aiplatform.NewDatasetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := aiplatform.NewDatasetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := aiplatform.NewDatasetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &aiplatformpb.CreateDatasetRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/aiplatform/apiv1/aiplatformpb#CreateDatasetRequest.
-// }
-// op, err := c.CreateDataset(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := aiplatform.NewDatasetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &aiplatformpb.CreateDatasetRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/aiplatform/apiv1/aiplatformpb#CreateDatasetRequest.
+// }
+// op, err := c.CreateDataset(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDatasetClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/aiplatform/apiv1/featurestore_client.go b/aiplatform/apiv1/featurestore_client.go
index c41b097e2d8e..f3bb76953b1d 100755
--- a/aiplatform/apiv1/featurestore_client.go
+++ b/aiplatform/apiv1/featurestore_client.go
@@ -357,15 +357,15 @@ func (c *FeaturestoreClient) DeleteFeatureOperation(name string) *DeleteFeatureO
//
// There are also scenarios where the caller can cause inconsistency.
//
-// Source data for import contains multiple distinct Feature values for
-// the same entity ID and timestamp.
+// Source data for import contains multiple distinct Feature values for
+// the same entity ID and timestamp.
//
-// Source is modified during an import. This includes adding, updating, or
-// removing source data and/or metadata. Examples of updating metadata
-// include but are not limited to changing storage location, storage class,
-// or retention policy.
+// Source is modified during an import. This includes adding, updating, or
+// removing source data and/or metadata. Examples of updating metadata
+// include but are not limited to changing storage location, storage class,
+// or retention policy.
//
-// Online serving cluster is under-provisioned.
+// Online serving cluster is under-provisioned.
func (c *FeaturestoreClient) ImportFeatureValues(ctx context.Context, req *aiplatformpb.ImportFeatureValuesRequest, opts ...gax.CallOption) (*ImportFeatureValuesOperation, error) {
return c.internalClient.ImportFeatureValues(ctx, req, opts...)
}
diff --git a/aiplatform/apiv1/prediction_client.go b/aiplatform/apiv1/prediction_client.go
index 4239b0670e20..b0fb2368be20 100755
--- a/aiplatform/apiv1/prediction_client.go
+++ b/aiplatform/apiv1/prediction_client.go
@@ -150,13 +150,13 @@ func (c *PredictionClient) Predict(ctx context.Context, req *aiplatformpb.Predic
//
// The response includes the following HTTP headers:
//
-// X-Vertex-AI-Endpoint-Id: ID of the
-// Endpoint that served this
-// prediction.
+// X-Vertex-AI-Endpoint-Id: ID of the
+// Endpoint that served this
+// prediction.
//
-// X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s
-// DeployedModel that served this
-// prediction.
+// X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s
+// DeployedModel that served this
+// prediction.
func (c *PredictionClient) RawPredict(ctx context.Context, req *aiplatformpb.RawPredictRequest, opts ...gax.CallOption) (*httpbodypb.HttpBody, error) {
return c.internalClient.RawPredict(ctx, req, opts...)
}
diff --git a/aiplatform/apiv1beta1/aiplatformpb/accelerator_type.pb.go b/aiplatform/apiv1beta1/aiplatformpb/accelerator_type.pb.go
index 647d7fe817c4..d032debc6b0f 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/accelerator_type.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/accelerator_type.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/annotation.pb.go b/aiplatform/apiv1beta1/aiplatformpb/annotation.pb.go
index bc5291e242c8..d0a7db5f1b33 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/annotation.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/annotation.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/annotation_spec.pb.go b/aiplatform/apiv1beta1/aiplatformpb/annotation_spec.pb.go
index 5c9e94a7d81a..7f9d49f78b47 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/annotation_spec.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/annotation_spec.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/artifact.pb.go b/aiplatform/apiv1beta1/aiplatformpb/artifact.pb.go
index 8b99ddf981fa..db73df5b0285 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/artifact.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/artifact.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/batch_prediction_job.pb.go b/aiplatform/apiv1beta1/aiplatformpb/batch_prediction_job.pb.go
index c6c9dab63255..bf6ae90ec2c4 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/batch_prediction_job.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/batch_prediction_job.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/completion_stats.pb.go b/aiplatform/apiv1beta1/aiplatformpb/completion_stats.pb.go
index f2b540239b85..1bad60431302 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/completion_stats.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/completion_stats.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/context.pb.go b/aiplatform/apiv1beta1/aiplatformpb/context.pb.go
index 678155818735..e9053226833d 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/context.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/context.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/custom_job.pb.go b/aiplatform/apiv1beta1/aiplatformpb/custom_job.pb.go
index 52b50ac68816..a27ed13874d1 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/custom_job.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/custom_job.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/data_item.pb.go b/aiplatform/apiv1beta1/aiplatformpb/data_item.pb.go
index 0dfacc0695a3..de97d3e9ce94 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/data_item.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/data_item.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/data_labeling_job.pb.go b/aiplatform/apiv1beta1/aiplatformpb/data_labeling_job.pb.go
index 34d54f6ad780..041dd9879f6d 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/data_labeling_job.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/data_labeling_job.pb.go
@@ -21,9 +21,6 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
money "google.golang.org/genproto/googleapis/type/money"
@@ -31,6 +28,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -333,9 +332,8 @@ func (x *DataLabelingJob) GetActiveLearningConfig() *ActiveLearningConfig {
}
// Parameters that configure the active learning pipeline. Active learning will
-//
-// label the data incrementally by several iterations. For every iteration, it
-// will select a batch of data based on the sampling strategy.
+// label the data incrementally by several iterations. For every iteration, it
+// will select a batch of data based on the sampling strategy.
type ActiveLearningConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/aiplatform/apiv1beta1/aiplatformpb/dataset.pb.go b/aiplatform/apiv1beta1/aiplatformpb/dataset.pb.go
index ab43bed98f51..9c72621fb2c1 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/dataset.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/dataset.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/dataset_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/dataset_service.pb.go
index 61fb996dfb06..25b0c0a6f3b6 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/dataset_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/dataset_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/deployed_index_ref.pb.go b/aiplatform/apiv1beta1/aiplatformpb/deployed_index_ref.pb.go
index 6e182e57a061..6e2312fe9369 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/deployed_index_ref.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/deployed_index_ref.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/deployed_model_ref.pb.go b/aiplatform/apiv1beta1/aiplatformpb/deployed_model_ref.pb.go
index 47018cd7d276..aa5cbc5eb2a3 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/deployed_model_ref.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/deployed_model_ref.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool.pb.go b/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool.pb.go
index 273145969b06..cbcda557eb11 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool_service.pb.go
index cbee6eb20794..c965cf8aedfe 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/deployment_resource_pool_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/encryption_spec.pb.go b/aiplatform/apiv1beta1/aiplatformpb/encryption_spec.pb.go
index 438805d9cdba..764d4e099ca3 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/encryption_spec.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/encryption_spec.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/endpoint.pb.go b/aiplatform/apiv1beta1/aiplatformpb/endpoint.pb.go
index 3802edd5253f..1540b09ce9e5 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/endpoint.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/endpoint.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/endpoint_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/endpoint_service.pb.go
index 8090d8d7c62d..f7894820e79e 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/endpoint_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/endpoint_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/entity_type.pb.go b/aiplatform/apiv1beta1/aiplatformpb/entity_type.pb.go
index b90f33c9632e..1b65eb41e834 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/entity_type.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/entity_type.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/env_var.pb.go b/aiplatform/apiv1beta1/aiplatformpb/env_var.pb.go
index 8db924020c3a..763b8ed37076 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/env_var.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/env_var.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/evaluated_annotation.pb.go b/aiplatform/apiv1beta1/aiplatformpb/evaluated_annotation.pb.go
index 237457d5a3c8..db5710fcb3d7 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/evaluated_annotation.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/evaluated_annotation.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/event.pb.go b/aiplatform/apiv1beta1/aiplatformpb/event.pb.go
index fb8832b0c45c..67f7923cc64b 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/event.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/event.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/execution.pb.go b/aiplatform/apiv1beta1/aiplatformpb/execution.pb.go
index 543c17118228..a5aefdf604ce 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/execution.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/execution.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/explanation.pb.go b/aiplatform/apiv1beta1/aiplatformpb/explanation.pb.go
index 8db4f6172aa8..90282306e9b1 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/explanation.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/explanation.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/explanation_metadata.pb.go b/aiplatform/apiv1beta1/aiplatformpb/explanation_metadata.pb.go
index 7ec7807f45fd..53da8c278305 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/explanation_metadata.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/explanation_metadata.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/feature.pb.go b/aiplatform/apiv1beta1/aiplatformpb/feature.pb.go
index 5dfa72064bbe..47ff07f6f1c1 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/feature.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/feature.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/feature_monitoring_stats.pb.go b/aiplatform/apiv1beta1/aiplatformpb/feature_monitoring_stats.pb.go
index c9aa95be8c04..8d1416a7cf78 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/feature_monitoring_stats.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/feature_monitoring_stats.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/feature_selector.pb.go b/aiplatform/apiv1beta1/aiplatformpb/feature_selector.pb.go
index d5a125d077d2..e7ba4ed31af2 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/feature_selector.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/feature_selector.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/featurestore.pb.go b/aiplatform/apiv1beta1/aiplatformpb/featurestore.pb.go
index 133c721e53af..0560b9a2fbcf 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/featurestore.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/featurestore.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/featurestore_monitoring.pb.go b/aiplatform/apiv1beta1/aiplatformpb/featurestore_monitoring.pb.go
index ff24e5094aa8..b45bb7282c6d 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/featurestore_monitoring.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/featurestore_monitoring.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/featurestore_online_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/featurestore_online_service.pb.go
index 69677f972b51..909a1a6b0115 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/featurestore_online_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/featurestore_online_service.pb.go
@@ -22,9 +22,6 @@ package aiplatformpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/featurestore_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/featurestore_service.pb.go
index e1a5c15e2313..eb384eea190d 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/featurestore_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/featurestore_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
interval "google.golang.org/genproto/googleapis/type/interval"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/hyperparameter_tuning_job.pb.go b/aiplatform/apiv1beta1/aiplatformpb/hyperparameter_tuning_job.pb.go
index 400dc61ef02b..f922381a6e62 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/hyperparameter_tuning_job.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/hyperparameter_tuning_job.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/index.pb.go b/aiplatform/apiv1beta1/aiplatformpb/index.pb.go
index 952a623e8dbb..271514e2fed8 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/index.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/index.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/index_endpoint.pb.go b/aiplatform/apiv1beta1/aiplatformpb/index_endpoint.pb.go
index c2e839727631..40c286789f59 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/index_endpoint.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/index_endpoint.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/index_endpoint_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/index_endpoint_service.pb.go
index 5d6c755b0e65..4edab86eea42 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/index_endpoint_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/index_endpoint_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/index_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/index_service.pb.go
index 4325467ddc7b..05888eabc70f 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/index_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/index_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/io.pb.go b/aiplatform/apiv1beta1/aiplatformpb/io.pb.go
index e6fbb23a3e24..a569910d008d 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/io.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/io.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/job_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/job_service.pb.go
index 2f083394d166..17ec25ea4d76 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/job_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/job_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/job_state.pb.go b/aiplatform/apiv1beta1/aiplatformpb/job_state.pb.go
index 51711f65a515..ee14c3eef0fc 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/job_state.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/job_state.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/lineage_subgraph.pb.go b/aiplatform/apiv1beta1/aiplatformpb/lineage_subgraph.pb.go
index dd15b3b65dc1..62bcbc8dddf7 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/lineage_subgraph.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/lineage_subgraph.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/machine_resources.pb.go b/aiplatform/apiv1beta1/aiplatformpb/machine_resources.pb.go
index 5bf120e04db4..70192fe28fde 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/machine_resources.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/machine_resources.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/manual_batch_tuning_parameters.pb.go b/aiplatform/apiv1beta1/aiplatformpb/manual_batch_tuning_parameters.pb.go
index 12041b163a06..951d9017b613 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/manual_batch_tuning_parameters.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/manual_batch_tuning_parameters.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/match_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/match_service.pb.go
index 1f52f0e9282b..8e1a02d84c2d 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/match_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/match_service.pb.go
@@ -22,15 +22,14 @@ package aiplatformpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/metadata_schema.pb.go b/aiplatform/apiv1beta1/aiplatformpb/metadata_schema.pb.go
index 67ce0d3719cb..b5a02eaca562 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/metadata_schema.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/metadata_schema.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/metadata_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/metadata_service.pb.go
index 07c975f0671a..48173da1fb42 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/metadata_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/metadata_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/metadata_store.pb.go b/aiplatform/apiv1beta1/aiplatformpb/metadata_store.pb.go
index 9f9e4b58b728..9254009c91f0 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/metadata_store.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/metadata_store.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/migratable_resource.pb.go b/aiplatform/apiv1beta1/aiplatformpb/migratable_resource.pb.go
index fc4bbf10503c..81f45c02a4c3 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/migratable_resource.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/migratable_resource.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/migration_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/migration_service.pb.go
index e45afb0df9bd..52b8ed600ccf 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/migration_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/migration_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
status1 "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/model.pb.go b/aiplatform/apiv1beta1/aiplatformpb/model.pb.go
index 8d1f6e7844ba..4a32ff6576de 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/model.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/model.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/model_deployment_monitoring_job.pb.go b/aiplatform/apiv1beta1/aiplatformpb/model_deployment_monitoring_job.pb.go
index 8945249aea96..7a5546a4a63d 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/model_deployment_monitoring_job.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/model_deployment_monitoring_job.pb.go
@@ -21,9 +21,6 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
@@ -31,6 +28,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/model_evaluation.pb.go b/aiplatform/apiv1beta1/aiplatformpb/model_evaluation.pb.go
index fa17b7f8ab0f..b8480ad0097e 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/model_evaluation.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/model_evaluation.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/model_evaluation_slice.pb.go b/aiplatform/apiv1beta1/aiplatformpb/model_evaluation_slice.pb.go
index 7289c4bb7fd0..a15fc718dff6 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/model_evaluation_slice.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/model_evaluation_slice.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -281,17 +280,17 @@ func (x *ModelEvaluationSlice_Slice_SliceSpec) GetConfigs() map[string]*ModelEva
//
// Example 1:
//
-// {
-// "zip_code": { "value": { "float_value": 12345.0 } }
-// }
+// {
+// "zip_code": { "value": { "float_value": 12345.0 } }
+// }
//
// A single slice for any data with zip_code 12345 in the dataset.
//
// Example 2:
//
-// {
-// "zip_code": { "range": { "low": 12345, "high": 20000 } }
-// }
+// {
+// "zip_code": { "range": { "low": 12345, "high": 20000 } }
+// }
//
// A single slice containing data where the zip_codes between 12345 and
// 20000 For this example, data with the zip_code of 12345 will be in this
@@ -299,10 +298,10 @@ func (x *ModelEvaluationSlice_Slice_SliceSpec) GetConfigs() map[string]*ModelEva
//
// Example 3:
//
-// {
-// "zip_code": { "range": { "low": 10000, "high": 20000 } },
-// "country": { "value": { "string_value": "US" } }
-// }
+// {
+// "zip_code": { "range": { "low": 10000, "high": 20000 } },
+// "country": { "value": { "string_value": "US" } }
+// }
//
// A single slice containing data where the zip_codes between 10000 and
// 20000 has the country "US". For this example, data with the zip_code of
@@ -310,16 +309,16 @@ func (x *ModelEvaluationSlice_Slice_SliceSpec) GetConfigs() map[string]*ModelEva
//
// Example 4:
//
-// { "country": {"all_values": { "value": true } } }
+// { "country": {"all_values": { "value": true } } }
//
// Three slices are computed, one for each unique country in the dataset.
//
// Example 5:
//
-// {
-// "country": { "all_values": { "value": true } },
-// "zip_code": { "value": { "float_value": 12345.0 } }
-// }
+// {
+// "country": { "all_values": { "value": true } },
+// "zip_code": { "value": { "float_value": 12345.0 } }
+// }
//
// Three slices are computed, one for each unique country in the dataset
// where the zip_code is also 12345. For this example, data with zip_code
diff --git a/aiplatform/apiv1beta1/aiplatformpb/model_monitoring.pb.go b/aiplatform/apiv1beta1/aiplatformpb/model_monitoring.pb.go
index 80fa7257a8fe..7de2e105939c 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/model_monitoring.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/model_monitoring.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/model_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/model_service.pb.go
index fb2f45d30996..6e1768b6a99f 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/model_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/model_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/nas_job.pb.go b/aiplatform/apiv1beta1/aiplatformpb/nas_job.pb.go
index 8ff2d44f0c48..8e6ecd3b0625 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/nas_job.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/nas_job.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/operation.pb.go b/aiplatform/apiv1beta1/aiplatformpb/operation.pb.go
index 729c50819235..a568a9b84f9b 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/operation.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/operation.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/pipeline_failure_policy.pb.go b/aiplatform/apiv1beta1/aiplatformpb/pipeline_failure_policy.pb.go
index 3aca518c9e59..db8819b8b05f 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/pipeline_failure_policy.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/pipeline_failure_policy.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/pipeline_job.pb.go b/aiplatform/apiv1beta1/aiplatformpb/pipeline_job.pb.go
index c6acbf0e38ee..e61936d5e30e 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/pipeline_job.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/pipeline_job.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/pipeline_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/pipeline_service.pb.go
index df89364b21fc..44792cbb82b2 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/pipeline_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/pipeline_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/pipeline_state.pb.go b/aiplatform/apiv1beta1/aiplatformpb/pipeline_state.pb.go
index 3b8d115c8e3b..b15075eb1761 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/pipeline_state.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/pipeline_state.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go
index 0c3fcde574fa..14d57258b1db 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/prediction_service.pb.go
@@ -22,9 +22,6 @@ package aiplatformpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/saved_query.pb.go b/aiplatform/apiv1beta1/aiplatformpb/saved_query.pb.go
index 90b87ef36525..2860d68d46d5 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/saved_query.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/saved_query.pb.go
@@ -21,14 +21,13 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/schedule.pb.go b/aiplatform/apiv1beta1/aiplatformpb/schedule.pb.go
index 7a7fd0beb7f6..828a67a5347a 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/schedule.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/schedule.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/schedule_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/schedule_service.pb.go
index d0bde57db25e..51696fb449c1 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/schedule_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/schedule_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/service_networking.pb.go b/aiplatform/apiv1beta1/aiplatformpb/service_networking.pb.go
index 628e68e32e0a..a7369e90a54e 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/service_networking.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/service_networking.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/specialist_pool.pb.go b/aiplatform/apiv1beta1/aiplatformpb/specialist_pool.pb.go
index c5f243ab291b..a539f41f5505 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/specialist_pool.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/specialist_pool.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/specialist_pool_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/specialist_pool_service.pb.go
index a0763104193a..5b24d8da0888 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/specialist_pool_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/specialist_pool_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/study.pb.go b/aiplatform/apiv1beta1/aiplatformpb/study.pb.go
index 3ed30ba91d90..89f6f6d543d5 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/study.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/study.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -283,17 +282,16 @@ func (StudySpec_ObservationNoise) EnumDescriptor() ([]byte, []int) {
// This indicates which measurement to use if/when the service automatically
// selects the final measurement from previously reported intermediate
// measurements. Choose this based on two considerations:
-//
-// A) Do you expect your measurements to monotonically improve?
-// If so, choose LAST_MEASUREMENT. On the other hand, if you're in a
-// situation where your system can "over-train" and you expect the
-// performance to get better for a while but then start declining,
-// choose BEST_MEASUREMENT.
-// B) Are your measurements significantly noisy and/or irreproducible?
-// If so, BEST_MEASUREMENT will tend to be over-optimistic, and it
-// may be better to choose LAST_MEASUREMENT.
-// If both or neither of (A) and (B) apply, it doesn't matter which
-// selection type is chosen.
+// A) Do you expect your measurements to monotonically improve?
+// If so, choose LAST_MEASUREMENT. On the other hand, if you're in a
+// situation where your system can "over-train" and you expect the
+// performance to get better for a while but then start declining,
+// choose BEST_MEASUREMENT.
+// B) Are your measurements significantly noisy and/or irreproducible?
+// If so, BEST_MEASUREMENT will tend to be over-optimistic, and it
+// may be better to choose LAST_MEASUREMENT.
+// If both or neither of (A) and (B) apply, it doesn't matter which
+// selection type is chosen.
type StudySpec_MeasurementSelectionType int32
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/tensorboard.pb.go b/aiplatform/apiv1beta1/aiplatformpb/tensorboard.pb.go
index b5213ff32f5d..a94cbd22ec85 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/tensorboard.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/tensorboard.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_data.pb.go b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_data.pb.go
index bcd1cb425941..a128adfc81ff 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_data.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_data.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_experiment.pb.go b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_experiment.pb.go
index 73203a347b39..2452ab323368 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_experiment.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_experiment.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_run.pb.go b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_run.pb.go
index 988b2da610d8..6d1abe695a77 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_run.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_run.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_service.pb.go
index a68c0e4dc539..8f13e61a2683 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_time_series.pb.go b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_time_series.pb.go
index 88a277fecb9a..84aeb5b8f081 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/tensorboard_time_series.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/tensorboard_time_series.pb.go
@@ -21,13 +21,12 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/training_pipeline.pb.go b/aiplatform/apiv1beta1/aiplatformpb/training_pipeline.pb.go
index e33adcb4a74b..a34dddec4e5b 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/training_pipeline.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/training_pipeline.pb.go
@@ -21,15 +21,14 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -713,6 +712,7 @@ func (x *FractionSplit) GetTestFraction() float64 {
// set as '-' (the minus sign).
//
// Supported only for unstructured Datasets.
+//
type FilterSplit struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/aiplatform/apiv1beta1/aiplatformpb/types.pb.go b/aiplatform/apiv1beta1/aiplatformpb/types.pb.go
index a07860fa1456..1932e00540b0 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/types.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/types.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/unmanaged_container_model.pb.go b/aiplatform/apiv1beta1/aiplatformpb/unmanaged_container_model.pb.go
index e59f1cbdb271..81bc59d58d3a 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/unmanaged_container_model.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/unmanaged_container_model.pb.go
@@ -21,12 +21,11 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/user_action_reference.pb.go b/aiplatform/apiv1beta1/aiplatformpb/user_action_reference.pb.go
index 9190ab249fce..23a7d5e57761 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/user_action_reference.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/user_action_reference.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/value.pb.go b/aiplatform/apiv1beta1/aiplatformpb/value.pb.go
index 92628ab62bfd..41e803e2dc25 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/value.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/value.pb.go
@@ -21,11 +21,10 @@
package aiplatformpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/aiplatformpb/vizier_service.pb.go b/aiplatform/apiv1beta1/aiplatformpb/vizier_service.pb.go
index 20e3e2425578..76259053c20a 100755
--- a/aiplatform/apiv1beta1/aiplatformpb/vizier_service.pb.go
+++ b/aiplatform/apiv1beta1/aiplatformpb/vizier_service.pb.go
@@ -21,11 +21,8 @@
package aiplatformpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/aiplatform/apiv1beta1/doc.go b/aiplatform/apiv1beta1/doc.go
index 3f38fa7827be..f19ea6cad9c2 100755
--- a/aiplatform/apiv1beta1/doc.go
+++ b/aiplatform/apiv1beta1/doc.go
@@ -20,66 +20,65 @@
// Train high-quality custom machine learning models with minimal machine
// learning expertise and effort.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := aiplatform.NewDatasetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := aiplatform.NewDatasetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := aiplatform.NewDatasetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &aiplatformpb.CreateDatasetRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb#CreateDatasetRequest.
-// }
-// op, err := c.CreateDataset(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := aiplatform.NewDatasetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &aiplatformpb.CreateDatasetRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb#CreateDatasetRequest.
+// }
+// op, err := c.CreateDataset(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDatasetClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/aiplatform/apiv1beta1/featurestore_client.go b/aiplatform/apiv1beta1/featurestore_client.go
index 1d2722d5561b..d4d1e2a93e2d 100755
--- a/aiplatform/apiv1beta1/featurestore_client.go
+++ b/aiplatform/apiv1beta1/featurestore_client.go
@@ -399,15 +399,15 @@ func (c *FeaturestoreClient) DeleteFeatureOperation(name string) *DeleteFeatureO
//
// There are also scenarios where the caller can cause inconsistency.
//
-// Source data for import contains multiple distinct Feature values for
-// the same entity ID and timestamp.
+// Source data for import contains multiple distinct Feature values for
+// the same entity ID and timestamp.
//
-// Source is modified during an import. This includes adding, updating, or
-// removing source data and/or metadata. Examples of updating metadata
-// include but are not limited to changing storage location, storage class,
-// or retention policy.
+// Source is modified during an import. This includes adding, updating, or
+// removing source data and/or metadata. Examples of updating metadata
+// include but are not limited to changing storage location, storage class,
+// or retention policy.
//
-// Online serving cluster is under-provisioned.
+// Online serving cluster is under-provisioned.
func (c *FeaturestoreClient) ImportFeatureValues(ctx context.Context, req *aiplatformpb.ImportFeatureValuesRequest, opts ...gax.CallOption) (*ImportFeatureValuesOperation, error) {
return c.internalClient.ImportFeatureValues(ctx, req, opts...)
}
@@ -2656,15 +2656,15 @@ func (c *featurestoreRESTClient) DeleteFeature(ctx context.Context, req *aiplatf
//
// There are also scenarios where the caller can cause inconsistency.
//
-// Source data for import contains multiple distinct Feature values for
-// the same entity ID and timestamp.
+// Source data for import contains multiple distinct Feature values for
+// the same entity ID and timestamp.
//
-// Source is modified during an import. This includes adding, updating, or
-// removing source data and/or metadata. Examples of updating metadata
-// include but are not limited to changing storage location, storage class,
-// or retention policy.
+// Source is modified during an import. This includes adding, updating, or
+// removing source data and/or metadata. Examples of updating metadata
+// include but are not limited to changing storage location, storage class,
+// or retention policy.
//
-// Online serving cluster is under-provisioned.
+// Online serving cluster is under-provisioned.
func (c *featurestoreRESTClient) ImportFeatureValues(ctx context.Context, req *aiplatformpb.ImportFeatureValuesRequest, opts ...gax.CallOption) (*ImportFeatureValuesOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/aiplatform/apiv1beta1/prediction_client.go b/aiplatform/apiv1beta1/prediction_client.go
index 0b340f8d0691..484e1b539ae1 100755
--- a/aiplatform/apiv1beta1/prediction_client.go
+++ b/aiplatform/apiv1beta1/prediction_client.go
@@ -175,13 +175,13 @@ func (c *PredictionClient) Predict(ctx context.Context, req *aiplatformpb.Predic
//
// The response includes the following HTTP headers:
//
-// X-Vertex-AI-Endpoint-Id: ID of the
-// Endpoint that served this
-// prediction.
+// X-Vertex-AI-Endpoint-Id: ID of the
+// Endpoint that served this
+// prediction.
//
-// X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s
-// DeployedModel that served
-// this prediction.
+// X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s
+// DeployedModel that served
+// this prediction.
func (c *PredictionClient) RawPredict(ctx context.Context, req *aiplatformpb.RawPredictRequest, opts ...gax.CallOption) (*httpbodypb.HttpBody, error) {
return c.internalClient.RawPredict(ctx, req, opts...)
}
@@ -764,13 +764,13 @@ func (c *predictionRESTClient) Predict(ctx context.Context, req *aiplatformpb.Pr
//
// The response includes the following HTTP headers:
//
-// X-Vertex-AI-Endpoint-Id: ID of the
-// Endpoint that served this
-// prediction.
+// X-Vertex-AI-Endpoint-Id: ID of the
+// Endpoint that served this
+// prediction.
//
-// X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s
-// DeployedModel that served
-// this prediction.
+// X-Vertex-AI-Deployed-Model-Id: ID of the Endpoint’s
+// DeployedModel that served
+// this prediction.
func (c *predictionRESTClient) RawPredict(ctx context.Context, req *aiplatformpb.RawPredictRequest, opts ...gax.CallOption) (*httpbodypb.HttpBody, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/analytics/admin/apiv1alpha/adminpb/access_report.pb.go b/analytics/admin/apiv1alpha/adminpb/access_report.pb.go
index b8608485f5d7..a36ffd716b60 100755
--- a/analytics/admin/apiv1alpha/adminpb/access_report.pb.go
+++ b/analytics/admin/apiv1alpha/adminpb/access_report.pb.go
@@ -21,11 +21,10 @@
package adminpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/analytics/admin/apiv1alpha/adminpb/analytics_admin.pb.go b/analytics/admin/apiv1alpha/adminpb/analytics_admin.pb.go
index a393d95cfd68..f23493e83b1e 100755
--- a/analytics/admin/apiv1alpha/adminpb/analytics_admin.pb.go
+++ b/analytics/admin/apiv1alpha/adminpb/analytics_admin.pb.go
@@ -22,9 +22,6 @@ package adminpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/analytics/admin/apiv1alpha/adminpb/audience.pb.go b/analytics/admin/apiv1alpha/adminpb/audience.pb.go
index 4829f4113532..e9edff2f6925 100755
--- a/analytics/admin/apiv1alpha/adminpb/audience.pb.go
+++ b/analytics/admin/apiv1alpha/adminpb/audience.pb.go
@@ -21,13 +21,12 @@
package adminpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/analytics/admin/apiv1alpha/adminpb/expanded_data_set.pb.go b/analytics/admin/apiv1alpha/adminpb/expanded_data_set.pb.go
index addfa6d419a5..17ff503349ba 100755
--- a/analytics/admin/apiv1alpha/adminpb/expanded_data_set.pb.go
+++ b/analytics/admin/apiv1alpha/adminpb/expanded_data_set.pb.go
@@ -21,13 +21,12 @@
package adminpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/analytics/admin/apiv1alpha/adminpb/resources.pb.go b/analytics/admin/apiv1alpha/adminpb/resources.pb.go
index 2f9583c62dd5..efd3f6d30769 100755
--- a/analytics/admin/apiv1alpha/adminpb/resources.pb.go
+++ b/analytics/admin/apiv1alpha/adminpb/resources.pb.go
@@ -21,14 +21,13 @@
package adminpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/analytics/admin/apiv1alpha/analytics_admin_client.go b/analytics/admin/apiv1alpha/analytics_admin_client.go
index 63cbad2dac57..06bdfdb30c5b 100755
--- a/analytics/admin/apiv1alpha/analytics_admin_client.go
+++ b/analytics/admin/apiv1alpha/analytics_admin_client.go
@@ -2488,10 +2488,10 @@ func (c *AnalyticsAdminClient) ApproveDisplayVideo360AdvertiserLinkProposal(ctx
// CancelDisplayVideo360AdvertiserLinkProposal cancels a DisplayVideo360AdvertiserLinkProposal.
// Cancelling can mean either:
//
-// Declining a proposal initiated from Display & Video 360
+// Declining a proposal initiated from Display & Video 360
//
-// Withdrawing a proposal initiated from Google Analytics
-// After being cancelled, a proposal will eventually be deleted automatically.
+// Withdrawing a proposal initiated from Google Analytics
+// After being cancelled, a proposal will eventually be deleted automatically.
func (c *AnalyticsAdminClient) CancelDisplayVideo360AdvertiserLinkProposal(ctx context.Context, req *adminpb.CancelDisplayVideo360AdvertiserLinkProposalRequest, opts ...gax.CallOption) (*adminpb.DisplayVideo360AdvertiserLinkProposal, error) {
return c.internalClient.CancelDisplayVideo360AdvertiserLinkProposal(ctx, req, opts...)
}
@@ -9199,10 +9199,10 @@ func (c *analyticsAdminRESTClient) ApproveDisplayVideo360AdvertiserLinkProposal(
// CancelDisplayVideo360AdvertiserLinkProposal cancels a DisplayVideo360AdvertiserLinkProposal.
// Cancelling can mean either:
//
-// Declining a proposal initiated from Display & Video 360
+// Declining a proposal initiated from Display & Video 360
//
-// Withdrawing a proposal initiated from Google Analytics
-// After being cancelled, a proposal will eventually be deleted automatically.
+// Withdrawing a proposal initiated from Google Analytics
+// After being cancelled, a proposal will eventually be deleted automatically.
func (c *analyticsAdminRESTClient) CancelDisplayVideo360AdvertiserLinkProposal(ctx context.Context, req *adminpb.CancelDisplayVideo360AdvertiserLinkProposalRequest, opts ...gax.CallOption) (*adminpb.DisplayVideo360AdvertiserLinkProposal, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/analytics/admin/apiv1alpha/doc.go b/analytics/admin/apiv1alpha/doc.go
index 3284b9b3da02..b23f587bb13b 100755
--- a/analytics/admin/apiv1alpha/doc.go
+++ b/analytics/admin/apiv1alpha/doc.go
@@ -17,61 +17,60 @@
// Package admin is an auto-generated package for the
// Google Analytics Admin API.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := admin.NewAnalyticsAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := admin.NewAnalyticsAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := admin.NewAnalyticsAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &adminpb.GetAccountRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/analytics/admin/apiv1alpha/adminpb#GetAccountRequest.
-// }
-// resp, err := c.GetAccount(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := admin.NewAnalyticsAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &adminpb.GetAccountRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/analytics/admin/apiv1alpha/adminpb#GetAccountRequest.
+// }
+// resp, err := c.GetAccount(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewAnalyticsAdminClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/apigateway/apiv1/apigatewaypb/apigateway.pb.go b/apigateway/apiv1/apigatewaypb/apigateway.pb.go
index 183dd113865a..26e96461911a 100755
--- a/apigateway/apiv1/apigatewaypb/apigateway.pb.go
+++ b/apigateway/apiv1/apigatewaypb/apigateway.pb.go
@@ -21,14 +21,13 @@
package apigatewaypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/apigateway/apiv1/apigatewaypb/apigateway_service.pb.go b/apigateway/apiv1/apigatewaypb/apigateway_service.pb.go
index 8444c652e5e7..03dd107450e7 100755
--- a/apigateway/apiv1/apigatewaypb/apigateway_service.pb.go
+++ b/apigateway/apiv1/apigatewaypb/apigateway_service.pb.go
@@ -21,16 +21,15 @@
package apigatewaypb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/apigateway/apiv1/doc.go b/apigateway/apiv1/doc.go
index 9c0ce783bb10..3702526f93da 100755
--- a/apigateway/apiv1/doc.go
+++ b/apigateway/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package apigateway is an auto-generated package for the
// API Gateway API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := apigateway.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := apigateway.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := apigateway.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &apigatewaypb.ListGatewaysRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/apigateway/apiv1/apigatewaypb#ListGatewaysRequest.
-// }
-// it := c.ListGateways(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := apigateway.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &apigatewaypb.ListGatewaysRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/apigateway/apiv1/apigatewaypb#ListGatewaysRequest.
+// }
+// it := c.ListGateways(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/apigeeconnect/apiv1/apigeeconnectpb/connection.pb.go b/apigeeconnect/apiv1/apigeeconnectpb/connection.pb.go
index 77cefb61a399..6942fc4c9f19 100755
--- a/apigeeconnect/apiv1/apigeeconnectpb/connection.pb.go
+++ b/apigeeconnect/apiv1/apigeeconnectpb/connection.pb.go
@@ -22,15 +22,14 @@ package apigeeconnectpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/apigeeconnect/apiv1/apigeeconnectpb/tether.pb.go b/apigeeconnect/apiv1/apigeeconnectpb/tether.pb.go
index 393e0225ee7b..223c5c60752d 100755
--- a/apigeeconnect/apiv1/apigeeconnectpb/tether.pb.go
+++ b/apigeeconnect/apiv1/apigeeconnectpb/tether.pb.go
@@ -22,9 +22,6 @@ package apigeeconnectpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -636,7 +635,7 @@ func (x *HttpRequest) GetBody() []byte {
// The proto definition of url.
// A url represents a URL and the general form represented is:
//
-// `[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]`
+// `[scheme://][google.cloud.apigeeconnect.v1.Url.host][path]`
type Url struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/apigeeconnect/apiv1/doc.go b/apigeeconnect/apiv1/doc.go
index ea6c9aaa26bd..867f100d4b9e 100755
--- a/apigeeconnect/apiv1/doc.go
+++ b/apigeeconnect/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package apigeeconnect is an auto-generated package for the
// Apigee Connect API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := apigeeconnect.NewConnectionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := apigeeconnect.NewConnectionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := apigeeconnect.NewConnectionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &apigeeconnectpb.ListConnectionsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb#ListConnectionsRequest.
-// }
-// it := c.ListConnections(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := apigeeconnect.NewConnectionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &apigeeconnectpb.ListConnectionsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/apigeeconnect/apiv1/apigeeconnectpb#ListConnectionsRequest.
+// }
+// it := c.ListConnections(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewConnectionClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/apikeys/apiv2/apikeyspb/apikeys.pb.go b/apikeys/apiv2/apikeyspb/apikeys.pb.go
index 18b6cba7e2ef..8596582e7444 100755
--- a/apikeys/apiv2/apikeyspb/apikeys.pb.go
+++ b/apikeys/apiv2/apikeyspb/apikeys.pb.go
@@ -21,11 +21,8 @@
package apikeyspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/apikeys/apiv2/apikeyspb/resources.pb.go b/apikeys/apiv2/apikeyspb/resources.pb.go
index a7e072b58a60..c43abb6260ee 100755
--- a/apikeys/apiv2/apikeyspb/resources.pb.go
+++ b/apikeys/apiv2/apikeyspb/resources.pb.go
@@ -21,13 +21,12 @@
package apikeyspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/apikeys/apiv2/doc.go b/apikeys/apiv2/doc.go
index 5d7ab017f063..d2aef71208af 100755
--- a/apikeys/apiv2/doc.go
+++ b/apikeys/apiv2/doc.go
@@ -19,64 +19,63 @@
//
// Manages the API keys associated with developer projects.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := apikeys.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := apikeys.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := apikeys.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &apikeyspb.CreateKeyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/apikeys/apiv2/apikeyspb#CreateKeyRequest.
-// }
-// op, err := c.CreateKey(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := apikeys.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &apikeyspb.CreateKeyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/apikeys/apiv2/apikeyspb#CreateKeyRequest.
+// }
+// op, err := c.CreateKey(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/appengine/apiv1/appenginepb/app_yaml.pb.go b/appengine/apiv1/appenginepb/app_yaml.pb.go
index b0889963f8df..a0cdc6b79ee2 100755
--- a/appengine/apiv1/appenginepb/app_yaml.pb.go
+++ b/appengine/apiv1/appenginepb/app_yaml.pb.go
@@ -21,12 +21,11 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/appengine.pb.go b/appengine/apiv1/appenginepb/appengine.pb.go
index 68624ecfdb4f..63250ac449d9 100755
--- a/appengine/apiv1/appenginepb/appengine.pb.go
+++ b/appengine/apiv1/appenginepb/appengine.pb.go
@@ -21,11 +21,8 @@
package appenginepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/application.pb.go b/appengine/apiv1/appenginepb/application.pb.go
index b40eefa02848..53048cc835de 100755
--- a/appengine/apiv1/appenginepb/application.pb.go
+++ b/appengine/apiv1/appenginepb/application.pb.go
@@ -21,12 +21,11 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/audit_data.pb.go b/appengine/apiv1/appenginepb/audit_data.pb.go
index a4054db852de..b604917ae3ac 100755
--- a/appengine/apiv1/appenginepb/audit_data.pb.go
+++ b/appengine/apiv1/appenginepb/audit_data.pb.go
@@ -21,11 +21,10 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/certificate.pb.go b/appengine/apiv1/appenginepb/certificate.pb.go
index c9a81308dcff..2f4c38c57575 100755
--- a/appengine/apiv1/appenginepb/certificate.pb.go
+++ b/appengine/apiv1/appenginepb/certificate.pb.go
@@ -21,12 +21,11 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/deploy.pb.go b/appengine/apiv1/appenginepb/deploy.pb.go
index 7e5902641ad3..e42693517a59 100755
--- a/appengine/apiv1/appenginepb/deploy.pb.go
+++ b/appengine/apiv1/appenginepb/deploy.pb.go
@@ -21,12 +21,11 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/deployed_files.pb.go b/appengine/apiv1/appenginepb/deployed_files.pb.go
index 89c913aa9fa7..2f0d1f20eb0e 100755
--- a/appengine/apiv1/appenginepb/deployed_files.pb.go
+++ b/appengine/apiv1/appenginepb/deployed_files.pb.go
@@ -21,10 +21,9 @@
package appenginepb
import (
- reflect "reflect"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/appengine/apiv1/appenginepb/domain.pb.go b/appengine/apiv1/appenginepb/domain.pb.go
index 2ffec85e02cb..906a27fccda5 100755
--- a/appengine/apiv1/appenginepb/domain.pb.go
+++ b/appengine/apiv1/appenginepb/domain.pb.go
@@ -21,11 +21,10 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/domain_mapping.pb.go b/appengine/apiv1/appenginepb/domain_mapping.pb.go
index e434ed4bf71d..430805f41f61 100755
--- a/appengine/apiv1/appenginepb/domain_mapping.pb.go
+++ b/appengine/apiv1/appenginepb/domain_mapping.pb.go
@@ -21,11 +21,10 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/firewall.pb.go b/appengine/apiv1/appenginepb/firewall.pb.go
index d133c4f87ebc..195b1e068c44 100755
--- a/appengine/apiv1/appenginepb/firewall.pb.go
+++ b/appengine/apiv1/appenginepb/firewall.pb.go
@@ -21,11 +21,10 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/instance.pb.go b/appengine/apiv1/appenginepb/instance.pb.go
index 541f18f486f4..5cc3bebf22be 100755
--- a/appengine/apiv1/appenginepb/instance.pb.go
+++ b/appengine/apiv1/appenginepb/instance.pb.go
@@ -21,13 +21,12 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/location.pb.go b/appengine/apiv1/appenginepb/location.pb.go
index 54d8c481f0ef..970d44b3d80c 100755
--- a/appengine/apiv1/appenginepb/location.pb.go
+++ b/appengine/apiv1/appenginepb/location.pb.go
@@ -21,12 +21,11 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/network_settings.pb.go b/appengine/apiv1/appenginepb/network_settings.pb.go
index c5717b2db59e..09cccb69bb4b 100755
--- a/appengine/apiv1/appenginepb/network_settings.pb.go
+++ b/appengine/apiv1/appenginepb/network_settings.pb.go
@@ -21,11 +21,10 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/operation.pb.go b/appengine/apiv1/appenginepb/operation.pb.go
index 36b39cb1b2a4..51b347a1a04d 100755
--- a/appengine/apiv1/appenginepb/operation.pb.go
+++ b/appengine/apiv1/appenginepb/operation.pb.go
@@ -21,12 +21,11 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/service.pb.go b/appengine/apiv1/appenginepb/service.pb.go
index 2445d4be72a8..3d60afc58b54 100755
--- a/appengine/apiv1/appenginepb/service.pb.go
+++ b/appengine/apiv1/appenginepb/service.pb.go
@@ -21,11 +21,10 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/appenginepb/version.pb.go b/appengine/apiv1/appenginepb/version.pb.go
index 39ed0d89e437..43e8fdcc2e5f 100755
--- a/appengine/apiv1/appenginepb/version.pb.go
+++ b/appengine/apiv1/appenginepb/version.pb.go
@@ -21,13 +21,12 @@
package appenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/appengine/apiv1/applications_client.go b/appengine/apiv1/applications_client.go
index 0a20af244dac..78e5f9833c5d 100755
--- a/appengine/apiv1/applications_client.go
+++ b/appengine/apiv1/applications_client.go
@@ -143,9 +143,9 @@ func (c *ApplicationsClient) GetApplication(ctx context.Context, req *appenginep
// CreateApplication creates an App Engine application for a Google Cloud Platform project.
// Required fields:
//
-// id - The ID of the target Cloud Platform project.
+// id - The ID of the target Cloud Platform project.
//
-// location - The region (at https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.
+// location - The region (at https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.
//
// For more information about App Engine applications, see Managing Projects, Applications, and Billing (at https://cloud.google.com/appengine/docs/standard/python/console/).
func (c *ApplicationsClient) CreateApplication(ctx context.Context, req *appenginepb.CreateApplicationRequest, opts ...gax.CallOption) (*CreateApplicationOperation, error) {
@@ -161,11 +161,11 @@ func (c *ApplicationsClient) CreateApplicationOperation(name string) *CreateAppl
// UpdateApplication updates the specified Application resource.
// You can update the following fields:
//
-// auth_domain - Google authentication domain for controlling user access to the application.
+// auth_domain - Google authentication domain for controlling user access to the application.
//
-// default_cookie_expiration - Cookie expiration policy for the application.
+// default_cookie_expiration - Cookie expiration policy for the application.
//
-// iap - Identity-Aware Proxy properties for the application.
+// iap - Identity-Aware Proxy properties for the application.
func (c *ApplicationsClient) UpdateApplication(ctx context.Context, req *appenginepb.UpdateApplicationRequest, opts ...gax.CallOption) (*UpdateApplicationOperation, error) {
return c.internalClient.UpdateApplication(ctx, req, opts...)
}
@@ -529,9 +529,9 @@ func (c *applicationsRESTClient) GetApplication(ctx context.Context, req *appeng
// CreateApplication creates an App Engine application for a Google Cloud Platform project.
// Required fields:
//
-// id - The ID of the target Cloud Platform project.
+// id - The ID of the target Cloud Platform project.
//
-// location - The region (at https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.
+// location - The region (at https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.
//
// For more information about App Engine applications, see Managing Projects, Applications, and Billing (at https://cloud.google.com/appengine/docs/standard/python/console/).
func (c *applicationsRESTClient) CreateApplication(ctx context.Context, req *appenginepb.CreateApplicationRequest, opts ...gax.CallOption) (*CreateApplicationOperation, error) {
@@ -603,11 +603,11 @@ func (c *applicationsRESTClient) CreateApplication(ctx context.Context, req *app
// UpdateApplication updates the specified Application resource.
// You can update the following fields:
//
-// auth_domain - Google authentication domain for controlling user access to the application.
+// auth_domain - Google authentication domain for controlling user access to the application.
//
-// default_cookie_expiration - Cookie expiration policy for the application.
+// default_cookie_expiration - Cookie expiration policy for the application.
//
-// iap - Identity-Aware Proxy properties for the application.
+// iap - Identity-Aware Proxy properties for the application.
func (c *applicationsRESTClient) UpdateApplication(ctx context.Context, req *appenginepb.UpdateApplicationRequest, opts ...gax.CallOption) (*UpdateApplicationOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetApplication()
diff --git a/appengine/apiv1/doc.go b/appengine/apiv1/doc.go
index 6f3662e858c7..231e25fb43c5 100755
--- a/appengine/apiv1/doc.go
+++ b/appengine/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Provisions and manages developers’ App Engine applications.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appengine.NewApplicationsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appengine.NewApplicationsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appengine.NewApplicationsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &appenginepb.GetApplicationRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/appengine/apiv1/appenginepb#GetApplicationRequest.
-// }
-// resp, err := c.GetApplication(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appengine.NewApplicationsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &appenginepb.GetApplicationRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/appengine/apiv1/appenginepb#GetApplicationRequest.
+// }
+// resp, err := c.GetApplication(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewApplicationsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/appengine/apiv1/versions_client.go b/appengine/apiv1/versions_client.go
index e068dc54d563..3b92f38dcdc2 100755
--- a/appengine/apiv1/versions_client.go
+++ b/appengine/apiv1/versions_client.go
@@ -170,45 +170,45 @@ func (c *VersionsClient) CreateVersionOperation(name string) *CreateVersionOpera
//
// Standard environment
//
-// instance_class (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)
+// instance_class (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)
//
// automatic scaling in the standard environment:
//
-// automatic_scaling.min_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.min_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.max_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.max_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automaticScaling.standard_scheduler_settings.max_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.max_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
-// automaticScaling.standard_scheduler_settings.min_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.min_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
-// automaticScaling.standard_scheduler_settings.target_cpu_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.target_cpu_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
-// automaticScaling.standard_scheduler_settings.target_throughput_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.target_throughput_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
// basic scaling or manual scaling in the standard environment:
//
-// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
+// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
//
-// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
+// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
//
// Flexible environment
//
-// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
+// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
//
// automatic scaling in the flexible environment:
//
-// automatic_scaling.min_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.min_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.max_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.max_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.cool_down_period_sec (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.cool_down_period_sec (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.cpu_utilization.target_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.cpu_utilization.target_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
// manual scaling in the flexible environment:
//
-// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
+// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
func (c *VersionsClient) UpdateVersion(ctx context.Context, req *appenginepb.UpdateVersionRequest, opts ...gax.CallOption) (*UpdateVersionOperation, error) {
return c.internalClient.UpdateVersion(ctx, req, opts...)
}
@@ -778,45 +778,45 @@ func (c *versionsRESTClient) CreateVersion(ctx context.Context, req *appenginepb
//
// Standard environment
//
-// instance_class (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)
+// instance_class (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)
//
// automatic scaling in the standard environment:
//
-// automatic_scaling.min_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.min_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.max_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.max_idle_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automaticScaling.standard_scheduler_settings.max_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.max_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
-// automaticScaling.standard_scheduler_settings.min_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.min_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
-// automaticScaling.standard_scheduler_settings.target_cpu_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.target_cpu_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
-// automaticScaling.standard_scheduler_settings.target_throughput_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
+// automaticScaling.standard_scheduler_settings.target_throughput_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
//
// basic scaling or manual scaling in the standard environment:
//
-// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
+// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
//
-// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
+// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
//
// Flexible environment
//
-// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
+// serving_status (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
//
// automatic scaling in the flexible environment:
//
-// automatic_scaling.min_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.min_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.max_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.max_total_instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.cool_down_period_sec (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.cool_down_period_sec (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
-// automatic_scaling.cpu_utilization.target_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
+// automatic_scaling.cpu_utilization.target_utilization (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
//
// manual scaling in the flexible environment:
//
-// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
+// manual_scaling.instances (at https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
func (c *versionsRESTClient) UpdateVersion(ctx context.Context, req *appenginepb.UpdateVersionRequest, opts ...gax.CallOption) (*UpdateVersionOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetVersion()
diff --git a/area120/tables/apiv1alpha1/doc.go b/area120/tables/apiv1alpha1/doc.go
index 15d10f9f1217..83718c80e980 100755
--- a/area120/tables/apiv1alpha1/doc.go
+++ b/area120/tables/apiv1alpha1/doc.go
@@ -17,61 +17,60 @@
// Package tables is an auto-generated package for the
// Area120 Tables API.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := tables.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := tables.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := tables.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &tablespb.GetTableRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/area120/tables/apiv1alpha1/tablespb#GetTableRequest.
-// }
-// resp, err := c.GetTable(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := tables.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &tablespb.GetTableRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/area120/tables/apiv1alpha1/tablespb#GetTableRequest.
+// }
+// resp, err := c.GetTable(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/area120/tables/apiv1alpha1/tables_client.go b/area120/tables/apiv1alpha1/tables_client.go
index cd8a3d616feb..383c7c47427b 100755
--- a/area120/tables/apiv1alpha1/tables_client.go
+++ b/area120/tables/apiv1alpha1/tables_client.go
@@ -129,15 +129,15 @@ type internalClient interface {
// The Tables Service provides an API for reading and updating tables.
// It defines the following resource model:
//
-// The API has a collection of [Table][google.area120.tables.v1alpha1.Table]
-// resources, named tables/*
+// The API has a collection of [Table][google.area120.tables.v1alpha1.Table]
+// resources, named tables/*
//
-// Each Table has a collection of [Row][google.area120.tables.v1alpha1.Row]
-// resources, named tables/*/rows/*
+// Each Table has a collection of [Row][google.area120.tables.v1alpha1.Row]
+// resources, named tables/*/rows/*
//
-// The API has a collection of
-// [Workspace][google.area120.tables.v1alpha1.Workspace]
-// resources, named workspaces/*.
+// The API has a collection of
+// [Workspace][google.area120.tables.v1alpha1.Workspace]
+// resources, named workspaces/*.
type Client struct {
// The internal transport-dependent client.
internalClient internalClient
@@ -255,15 +255,15 @@ type gRPCClient struct {
// The Tables Service provides an API for reading and updating tables.
// It defines the following resource model:
//
-// The API has a collection of [Table][google.area120.tables.v1alpha1.Table]
-// resources, named tables/*
+// The API has a collection of [Table][google.area120.tables.v1alpha1.Table]
+// resources, named tables/*
//
-// Each Table has a collection of [Row][google.area120.tables.v1alpha1.Row]
-// resources, named tables/*/rows/*
+// Each Table has a collection of [Row][google.area120.tables.v1alpha1.Row]
+// resources, named tables/*/rows/*
//
-// The API has a collection of
-// [Workspace][google.area120.tables.v1alpha1.Workspace]
-// resources, named workspaces/*.
+// The API has a collection of
+// [Workspace][google.area120.tables.v1alpha1.Workspace]
+// resources, named workspaces/*.
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := defaultGRPCClientOptions()
if newClientHook != nil {
@@ -341,15 +341,15 @@ type restClient struct {
// The Tables Service provides an API for reading and updating tables.
// It defines the following resource model:
//
-// The API has a collection of [Table][google.area120.tables.v1alpha1.Table]
-// resources, named tables/*
+// The API has a collection of [Table][google.area120.tables.v1alpha1.Table]
+// resources, named tables/*
//
-// Each Table has a collection of [Row][google.area120.tables.v1alpha1.Row]
-// resources, named tables/*/rows/*
+// Each Table has a collection of [Row][google.area120.tables.v1alpha1.Row]
+// resources, named tables/*/rows/*
//
-// The API has a collection of
-// [Workspace][google.area120.tables.v1alpha1.Workspace]
-// resources, named workspaces/*.
+// The API has a collection of
+// [Workspace][google.area120.tables.v1alpha1.Workspace]
+// resources, named workspaces/*.
func NewRESTClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := append(defaultRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/area120/tables/apiv1alpha1/tablespb/tables.pb.go b/area120/tables/apiv1alpha1/tablespb/tables.pb.go
index e06e77981c35..e05aee4fbefb 100755
--- a/area120/tables/apiv1alpha1/tablespb/tables.pb.go
+++ b/area120/tables/apiv1alpha1/tablespb/tables.pb.go
@@ -22,9 +22,6 @@ package tablespb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifact_registry_client.go b/artifactregistry/apiv1/artifact_registry_client.go
index 6664d9586072..e172e0a04685 100755
--- a/artifactregistry/apiv1/artifact_registry_client.go
+++ b/artifactregistry/apiv1/artifact_registry_client.go
@@ -248,16 +248,16 @@ type internalClient interface {
//
// The resources managed by this API are:
//
-// Repositories, which group packages and their data.
+// Repositories, which group packages and their data.
//
-// Packages, which group versions and their tags.
+// Packages, which group versions and their tags.
//
-// Versions, which are specific forms of a package.
+// Versions, which are specific forms of a package.
//
-// Tags, which represent alternative names for versions.
+// Tags, which represent alternative names for versions.
//
-// Files, which contain content and are optionally associated with a Package
-// or Version.
+// Files, which contain content and are optionally associated with a Package
+// or Version.
type Client struct {
// The internal transport-dependent client.
internalClient internalClient
@@ -570,16 +570,16 @@ type gRPCClient struct {
//
// The resources managed by this API are:
//
-// Repositories, which group packages and their data.
+// Repositories, which group packages and their data.
//
-// Packages, which group versions and their tags.
+// Packages, which group versions and their tags.
//
-// Versions, which are specific forms of a package.
+// Versions, which are specific forms of a package.
//
-// Tags, which represent alternative names for versions.
+// Tags, which represent alternative names for versions.
//
-// Files, which contain content and are optionally associated with a Package
-// or Version.
+// Files, which contain content and are optionally associated with a Package
+// or Version.
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := defaultGRPCClientOptions()
if newClientHook != nil {
@@ -679,16 +679,16 @@ type restClient struct {
//
// The resources managed by this API are:
//
-// Repositories, which group packages and their data.
+// Repositories, which group packages and their data.
//
-// Packages, which group versions and their tags.
+// Packages, which group versions and their tags.
//
-// Versions, which are specific forms of a package.
+// Versions, which are specific forms of a package.
//
-// Tags, which represent alternative names for versions.
+// Tags, which represent alternative names for versions.
//
-// Files, which contain content and are optionally associated with a Package
-// or Version.
+// Files, which contain content and are optionally associated with a Package
+// or Version.
func NewRESTClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := append(defaultRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/artifactregistry/apiv1/artifactregistrypb/apt_artifact.pb.go b/artifactregistry/apiv1/artifactregistrypb/apt_artifact.pb.go
index 2f7b54b2f00e..0a948b317b2a 100755
--- a/artifactregistry/apiv1/artifactregistrypb/apt_artifact.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/apt_artifact.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/artifact.pb.go b/artifactregistry/apiv1/artifactregistrypb/artifact.pb.go
index 0d5d9ca418a8..dc56f55d857a 100755
--- a/artifactregistry/apiv1/artifactregistrypb/artifact.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/artifact.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/file.pb.go b/artifactregistry/apiv1/artifactregistrypb/file.pb.go
index 198cce836225..05868c60de28 100755
--- a/artifactregistry/apiv1/artifactregistrypb/file.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/file.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/package.pb.go b/artifactregistry/apiv1/artifactregistrypb/package.pb.go
index 1e2dd83453d4..dc90c3127d0c 100755
--- a/artifactregistry/apiv1/artifactregistrypb/package.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/package.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/repository.pb.go b/artifactregistry/apiv1/artifactregistrypb/repository.pb.go
index 5749c2a8ad92..d6bad405b869 100755
--- a/artifactregistry/apiv1/artifactregistrypb/repository.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/repository.pb.go
@@ -21,14 +21,13 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/service.pb.go b/artifactregistry/apiv1/artifactregistrypb/service.pb.go
index 622b2d2cc046..398092aafd45 100755
--- a/artifactregistry/apiv1/artifactregistrypb/service.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/service.pb.go
@@ -21,12 +21,9 @@
package artifactregistrypb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/settings.pb.go b/artifactregistry/apiv1/artifactregistrypb/settings.pb.go
index 01071bcb6b92..42c3e36c4533 100755
--- a/artifactregistry/apiv1/artifactregistrypb/settings.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/settings.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/tag.pb.go b/artifactregistry/apiv1/artifactregistrypb/tag.pb.go
index 8d1bccb92fdc..7ec1995b9ad3 100755
--- a/artifactregistry/apiv1/artifactregistrypb/tag.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/tag.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/version.pb.go b/artifactregistry/apiv1/artifactregistrypb/version.pb.go
index a17aebeeb44f..c6f024763f82 100755
--- a/artifactregistry/apiv1/artifactregistrypb/version.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/version.pb.go
@@ -21,14 +21,13 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/vpcsc_config.pb.go b/artifactregistry/apiv1/artifactregistrypb/vpcsc_config.pb.go
index 38f6a4a8c7fa..9411075163af 100755
--- a/artifactregistry/apiv1/artifactregistrypb/vpcsc_config.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/vpcsc_config.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/artifactregistrypb/yum_artifact.pb.go b/artifactregistry/apiv1/artifactregistrypb/yum_artifact.pb.go
index 82c1f6661038..d00073fa1301 100755
--- a/artifactregistry/apiv1/artifactregistrypb/yum_artifact.pb.go
+++ b/artifactregistry/apiv1/artifactregistrypb/yum_artifact.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1/doc.go b/artifactregistry/apiv1/doc.go
index c9676068dc9a..e5becf8782bf 100755
--- a/artifactregistry/apiv1/doc.go
+++ b/artifactregistry/apiv1/doc.go
@@ -20,65 +20,64 @@
// Store and manage build artifacts in a scalable and integrated service
// built on Google infrastructure.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := artifactregistry.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := artifactregistry.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := artifactregistry.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &artifactregistrypb.ListDockerImagesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListDockerImagesRequest.
-// }
-// it := c.ListDockerImages(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := artifactregistry.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &artifactregistrypb.ListDockerImagesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb#ListDockerImagesRequest.
+// }
+// it := c.ListDockerImages(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/artifactregistry/apiv1beta2/artifact_registry_client.go b/artifactregistry/apiv1beta2/artifact_registry_client.go
index 807a354d44a5..a303bc50cb8a 100755
--- a/artifactregistry/apiv1beta2/artifact_registry_client.go
+++ b/artifactregistry/apiv1beta2/artifact_registry_client.go
@@ -490,16 +490,16 @@ type internalClient interface {
//
// The resources managed by this API are:
//
-// Repositories, which group packages and their data.
+// Repositories, which group packages and their data.
//
-// Packages, which group versions and their tags.
+// Packages, which group versions and their tags.
//
-// Versions, which are specific forms of a package.
+// Versions, which are specific forms of a package.
//
-// Tags, which represent alternative names for versions.
+// Tags, which represent alternative names for versions.
//
-// Files, which contain content and are optionally associated with a Package
-// or Version.
+// Files, which contain content and are optionally associated with a Package
+// or Version.
type Client struct {
// The internal transport-dependent client.
internalClient internalClient
@@ -755,16 +755,16 @@ type gRPCClient struct {
//
// The resources managed by this API are:
//
-// Repositories, which group packages and their data.
+// Repositories, which group packages and their data.
//
-// Packages, which group versions and their tags.
+// Packages, which group versions and their tags.
//
-// Versions, which are specific forms of a package.
+// Versions, which are specific forms of a package.
//
-// Tags, which represent alternative names for versions.
+// Tags, which represent alternative names for versions.
//
-// Files, which contain content and are optionally associated with a Package
-// or Version.
+// Files, which contain content and are optionally associated with a Package
+// or Version.
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := defaultGRPCClientOptions()
if newClientHook != nil {
@@ -863,16 +863,16 @@ type restClient struct {
//
// The resources managed by this API are:
//
-// Repositories, which group packages and their data.
+// Repositories, which group packages and their data.
//
-// Packages, which group versions and their tags.
+// Packages, which group versions and their tags.
//
-// Versions, which are specific forms of a package.
+// Versions, which are specific forms of a package.
//
-// Tags, which represent alternative names for versions.
+// Tags, which represent alternative names for versions.
//
-// Files, which contain content and are optionally associated with a Package
-// or Version.
+// Files, which contain content and are optionally associated with a Package
+// or Version.
func NewRESTClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := append(defaultRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/apt_artifact.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/apt_artifact.pb.go
index 23ec15fe8d1b..f8ae7d1d6a36 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/apt_artifact.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/apt_artifact.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/file.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/file.pb.go
index 50f5fd4cc48b..4f490bab3ee1 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/file.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/file.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/package.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/package.pb.go
index a716fb6c401f..92dc831a7422 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/package.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/package.pb.go
@@ -21,12 +21,11 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/repository.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/repository.pb.go
index c5fe86f83737..42866254bbc5 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/repository.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/repository.pb.go
@@ -21,14 +21,13 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/service.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/service.pb.go
index 7220ac8024f4..f1153199ed7c 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/service.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/service.pb.go
@@ -21,12 +21,9 @@
package artifactregistrypb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/settings.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/settings.pb.go
index ef3c9c109517..cbf6e09cb3ba 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/settings.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/settings.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/tag.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/tag.pb.go
index 7dbc5077eebd..e061c4aee79d 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/tag.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/tag.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/version.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/version.pb.go
index ad05bd4ae0af..594d135d2d09 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/version.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/version.pb.go
@@ -21,14 +21,13 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/artifactregistrypb/yum_artifact.pb.go b/artifactregistry/apiv1beta2/artifactregistrypb/yum_artifact.pb.go
index dfcb5e3b06f7..ef276f8912f3 100755
--- a/artifactregistry/apiv1beta2/artifactregistrypb/yum_artifact.pb.go
+++ b/artifactregistry/apiv1beta2/artifactregistrypb/yum_artifact.pb.go
@@ -21,13 +21,12 @@
package artifactregistrypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/artifactregistry/apiv1beta2/doc.go b/artifactregistry/apiv1beta2/doc.go
index cd8dacd1e01d..5270b25e6e46 100755
--- a/artifactregistry/apiv1beta2/doc.go
+++ b/artifactregistry/apiv1beta2/doc.go
@@ -20,66 +20,65 @@
// Store and manage build artifacts in a scalable and integrated service
// built on Google infrastructure.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := artifactregistry.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := artifactregistry.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := artifactregistry.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &artifactregistrypb.ImportAptArtifactsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1beta2/artifactregistrypb#ImportAptArtifactsRequest.
-// }
-// op, err := c.ImportAptArtifacts(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := artifactregistry.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &artifactregistrypb.ImportAptArtifactsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1beta2/artifactregistrypb#ImportAptArtifactsRequest.
+// }
+// op, err := c.ImportAptArtifacts(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/assuredworkloads/apiv1/assuredworkloadspb/assuredworkloads.pb.go b/assuredworkloads/apiv1/assuredworkloadspb/assuredworkloads.pb.go
index 64436962c71e..c921cbabbe6a 100755
--- a/assuredworkloads/apiv1/assuredworkloadspb/assuredworkloads.pb.go
+++ b/assuredworkloads/apiv1/assuredworkloadspb/assuredworkloads.pb.go
@@ -21,11 +21,8 @@
package assuredworkloadspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/assuredworkloads/apiv1/doc.go b/assuredworkloads/apiv1/doc.go
index 6a42fefaa1c1..b0f4a4034f96 100755
--- a/assuredworkloads/apiv1/doc.go
+++ b/assuredworkloads/apiv1/doc.go
@@ -17,64 +17,63 @@
// Package assuredworkloads is an auto-generated package for the
// Assured Workloads API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := assuredworkloads.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := assuredworkloads.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := assuredworkloads.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &assuredworkloadspb.CreateWorkloadRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/assuredworkloads/apiv1/assuredworkloadspb#CreateWorkloadRequest.
-// }
-// op, err := c.CreateWorkload(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := assuredworkloads.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &assuredworkloadspb.CreateWorkloadRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/assuredworkloads/apiv1/assuredworkloadspb#CreateWorkloadRequest.
+// }
+// op, err := c.CreateWorkload(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads.pb.go b/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads.pb.go
index 0eba3ac24527..84a8a3feb824 100755
--- a/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads.pb.go
+++ b/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads.pb.go
@@ -21,15 +21,14 @@
package assuredworkloadspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads_service.pb.go b/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads_service.pb.go
index 65b9fb205578..30138c96f902 100755
--- a/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads_service.pb.go
+++ b/assuredworkloads/apiv1beta1/assuredworkloadspb/assuredworkloads_service.pb.go
@@ -21,10 +21,8 @@
package assuredworkloadspb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +30,7 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
)
const (
diff --git a/assuredworkloads/apiv1beta1/doc.go b/assuredworkloads/apiv1beta1/doc.go
index c0975bd85636..92e5720a2824 100755
--- a/assuredworkloads/apiv1beta1/doc.go
+++ b/assuredworkloads/apiv1beta1/doc.go
@@ -17,66 +17,65 @@
// Package assuredworkloads is an auto-generated package for the
// Assured Workloads API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := assuredworkloads.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := assuredworkloads.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := assuredworkloads.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &assuredworkloadspb.CreateWorkloadRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/assuredworkloads/apiv1beta1/assuredworkloadspb#CreateWorkloadRequest.
-// }
-// op, err := c.CreateWorkload(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := assuredworkloads.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &assuredworkloadspb.CreateWorkloadRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/assuredworkloads/apiv1beta1/assuredworkloadspb#CreateWorkloadRequest.
+// }
+// op, err := c.CreateWorkload(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/automl/apiv1/auto_ml_client.go b/automl/apiv1/auto_ml_client.go
index 2986555fc998..bf4045ef1f4d 100755
--- a/automl/apiv1/auto_ml_client.go
+++ b/automl/apiv1/auto_ml_client.go
@@ -448,11 +448,11 @@ func (c *Client) DeleteDatasetOperation(name string) *DeleteDatasetOperation {
//
// For Tables:
//
-// A
-// schema_inference_version
-// parameter must be explicitly set.
-// Returns an empty response in the
-// response field when it completes.
+// A
+// schema_inference_version
+// parameter must be explicitly set.
+// Returns an empty response in the
+// response field when it completes.
func (c *Client) ImportData(ctx context.Context, req *automlpb.ImportDataRequest, opts ...gax.CallOption) (*ImportDataOperation, error) {
return c.internalClient.ImportData(ctx, req, opts...)
}
@@ -1641,11 +1641,11 @@ func (c *restClient) DeleteDataset(ctx context.Context, req *automlpb.DeleteData
//
// For Tables:
//
-// A
-// schema_inference_version
-// parameter must be explicitly set.
-// Returns an empty response in the
-// response field when it completes.
+// A
+// schema_inference_version
+// parameter must be explicitly set.
+// Returns an empty response in the
+// response field when it completes.
func (c *restClient) ImportData(ctx context.Context, req *automlpb.ImportDataRequest, opts ...gax.CallOption) (*ImportDataOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/automl/apiv1/automlpb/annotation_payload.pb.go b/automl/apiv1/automlpb/annotation_payload.pb.go
index 971196849e00..dd9307ca1e90 100755
--- a/automl/apiv1/automlpb/annotation_payload.pb.go
+++ b/automl/apiv1/automlpb/annotation_payload.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/annotation_spec.pb.go b/automl/apiv1/automlpb/annotation_spec.pb.go
index de67ef925e90..3fa18a1ee75d 100755
--- a/automl/apiv1/automlpb/annotation_spec.pb.go
+++ b/automl/apiv1/automlpb/annotation_spec.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/classification.pb.go b/automl/apiv1/automlpb/classification.pb.go
index 31ba00f8bd10..a452020ae71f 100755
--- a/automl/apiv1/automlpb/classification.pb.go
+++ b/automl/apiv1/automlpb/classification.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/data_items.pb.go b/automl/apiv1/automlpb/data_items.pb.go
index 75d5cddaee49..4dc15f58b777 100755
--- a/automl/apiv1/automlpb/data_items.pb.go
+++ b/automl/apiv1/automlpb/data_items.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/dataset.pb.go b/automl/apiv1/automlpb/dataset.pb.go
index cc1a23dc1ad5..fdcb9a91621b 100755
--- a/automl/apiv1/automlpb/dataset.pb.go
+++ b/automl/apiv1/automlpb/dataset.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/detection.pb.go b/automl/apiv1/automlpb/detection.pb.go
index 5440989d66ae..3937182ca9e6 100755
--- a/automl/apiv1/automlpb/detection.pb.go
+++ b/automl/apiv1/automlpb/detection.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/geometry.pb.go b/automl/apiv1/automlpb/geometry.pb.go
index da6326c06d32..5bdc4f82d08f 100755
--- a/automl/apiv1/automlpb/geometry.pb.go
+++ b/automl/apiv1/automlpb/geometry.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/image.pb.go b/automl/apiv1/automlpb/image.pb.go
index 8e4b35067798..7eaf9e8c5ca4 100755
--- a/automl/apiv1/automlpb/image.pb.go
+++ b/automl/apiv1/automlpb/image.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/io.pb.go b/automl/apiv1/automlpb/io.pb.go
index cc1fca057267..b632debdad8a 100755
--- a/automl/apiv1/automlpb/io.pb.go
+++ b/automl/apiv1/automlpb/io.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -54,6 +53,7 @@ const (
//
//
AutoML Vision
//
+//
// Classification
//
// See [Preparing your training
@@ -62,21 +62,20 @@ const (
//
// CSV file(s) with each line in format:
//
-// ML_USE,GCS_FILE_PATH,LABEL,LABEL,...
+// ML_USE,GCS_FILE_PATH,LABEL,LABEL,...
//
// * `ML_USE` - Identifies the data set that the current row (file) applies
// to.
+// This value can be one of the following:
+// * `TRAIN` - Rows in this file are used to train the model.
+// * `TEST` - Rows in this file are used to test the model during training.
+// * `UNASSIGNED` - Rows in this file are not categorized. They are
+// Automatically divided into train and test data. 80% for training and
+// 20% for testing.
//
-// This value can be one of the following:
-// * `TRAIN` - Rows in this file are used to train the model.
-// * `TEST` - Rows in this file are used to test the model during training.
-// * `UNASSIGNED` - Rows in this file are not categorized. They are
-// Automatically divided into train and test data. 80% for training and
-// 20% for testing.
-//
-// - `GCS_FILE_PATH` - The Google Cloud Storage location of an image of up to
-// 30MB in size. Supported extensions: .JPEG, .GIF, .PNG, .WEBP, .BMP,
-// .TIFF, .ICO.
+// * `GCS_FILE_PATH` - The Google Cloud Storage location of an image of up to
+// 30MB in size. Supported extensions: .JPEG, .GIF, .PNG, .WEBP, .BMP,
+// .TIFF, .ICO.
//
// * `LABEL` - A label that identifies the object in the image.
//
@@ -86,10 +85,11 @@ const (
//
// Some sample rows:
//
-// TRAIN,gs://folder/image1.jpg,daisy
-// TEST,gs://folder/image2.jpg,dandelion,tulip,rose
-// UNASSIGNED,gs://folder/image3.jpg,daisy
-// UNASSIGNED,gs://folder/image4.jpg
+// TRAIN,gs://folder/image1.jpg,daisy
+// TEST,gs://folder/image2.jpg,dandelion,tulip,rose
+// UNASSIGNED,gs://folder/image3.jpg,daisy
+// UNASSIGNED,gs://folder/image4.jpg
+//
//
// Object Detection
// See [Preparing your training
@@ -98,44 +98,44 @@ const (
//
// A CSV file(s) with each line in format:
//
-// ML_USE,GCS_FILE_PATH,[LABEL],(BOUNDING_BOX | ,,,,,,,)
+// ML_USE,GCS_FILE_PATH,[LABEL],(BOUNDING_BOX | ,,,,,,,)
//
// * `ML_USE` - Identifies the data set that the current row (file) applies
// to.
-//
-// This value can be one of the following:
-// * `TRAIN` - Rows in this file are used to train the model.
-// * `TEST` - Rows in this file are used to test the model during training.
-// * `UNASSIGNED` - Rows in this file are not categorized. They are
-// Automatically divided into train and test data. 80% for training and
-// 20% for testing.
-//
-// - `GCS_FILE_PATH` - The Google Cloud Storage location of an image of up to
-// 30MB in size. Supported extensions: .JPEG, .GIF, .PNG. Each image
-// is assumed to be exhaustively labeled.
-//
-// - `LABEL` - A label that identifies the object in the image specified by the
-// `BOUNDING_BOX`.
-//
-// - `BOUNDING BOX` - The vertices of an object in the example image.
-// The minimum allowed `BOUNDING_BOX` edge length is 0.01, and no more than
-// 500 `BOUNDING_BOX` instances per image are allowed (one `BOUNDING_BOX`
-// per line). If an image has no looked for objects then it should be
-// mentioned just once with no LABEL and the ",,,,,,," in place of the
-// `BOUNDING_BOX`.
+// This value can be one of the following:
+// * `TRAIN` - Rows in this file are used to train the model.
+// * `TEST` - Rows in this file are used to test the model during training.
+// * `UNASSIGNED` - Rows in this file are not categorized. They are
+// Automatically divided into train and test data. 80% for training and
+// 20% for testing.
+//
+// * `GCS_FILE_PATH` - The Google Cloud Storage location of an image of up to
+// 30MB in size. Supported extensions: .JPEG, .GIF, .PNG. Each image
+// is assumed to be exhaustively labeled.
+//
+// * `LABEL` - A label that identifies the object in the image specified by the
+// `BOUNDING_BOX`.
+//
+// * `BOUNDING BOX` - The vertices of an object in the example image.
+// The minimum allowed `BOUNDING_BOX` edge length is 0.01, and no more than
+// 500 `BOUNDING_BOX` instances per image are allowed (one `BOUNDING_BOX`
+// per line). If an image has no looked for objects then it should be
+// mentioned just once with no LABEL and the ",,,,,,," in place of the
+// `BOUNDING_BOX`.
//
// **Four sample rows:**
//
-// TRAIN,gs://folder/image1.png,car,0.1,0.1,,,0.3,0.3,,
-// TRAIN,gs://folder/image1.png,bike,.7,.6,,,.8,.9,,
-// UNASSIGNED,gs://folder/im2.png,car,0.1,0.1,0.2,0.1,0.2,0.3,0.1,0.3
-// TEST,gs://folder/im3.png,,,,,,,,,
-//
-//
+// TRAIN,gs://folder/image1.png,car,0.1,0.1,,,0.3,0.3,,
+// TRAIN,gs://folder/image1.png,bike,.7,.6,,,.8,.9,,
+// UNASSIGNED,gs://folder/im2.png,car,0.1,0.1,0.2,0.1,0.2,0.3,0.1,0.3
+// TEST,gs://folder/im3.png,,,,,,,,,
+//
//
//
+//
// AutoML Video Intelligence
//
+//
// Classification
//
// See [Preparing your training
@@ -144,14 +144,14 @@ const (
//
// CSV file(s) with each line in format:
//
-// ML_USE,GCS_FILE_PATH
+// ML_USE,GCS_FILE_PATH
//
// For `ML_USE`, do not use `VALIDATE`.
//
// `GCS_FILE_PATH` is the path to another .csv file that describes training
// example for a given `ML_USE`, using the following row format:
//
-// GCS_FILE_PATH,(LABEL,TIME_SEGMENT_START,TIME_SEGMENT_END | ,,)
+// GCS_FILE_PATH,(LABEL,TIME_SEGMENT_START,TIME_SEGMENT_END | ,,)
//
// Here `GCS_FILE_PATH` leads to a video of up to 50GB in size and up
// to 3h duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
@@ -166,16 +166,18 @@ const (
//
// Sample top level CSV file:
//
-// TRAIN,gs://folder/train_videos.csv
-// TEST,gs://folder/test_videos.csv
-// UNASSIGNED,gs://folder/other_videos.csv
+// TRAIN,gs://folder/train_videos.csv
+// TEST,gs://folder/test_videos.csv
+// UNASSIGNED,gs://folder/other_videos.csv
//
// Sample rows of a CSV file for a particular ML_USE:
//
-// gs://folder/video1.avi,car,120,180.000021
-// gs://folder/video1.avi,bike,150,180.000021
-// gs://folder/vid2.avi,car,0,60.5
-// gs://folder/vid3.avi,,,
+// gs://folder/video1.avi,car,120,180.000021
+// gs://folder/video1.avi,bike,150,180.000021
+// gs://folder/vid2.avi,car,0,60.5
+// gs://folder/vid3.avi,,,
+//
+//
//
// Object Tracking
//
@@ -185,18 +187,18 @@ const (
//
// CSV file(s) with each line in format:
//
-// ML_USE,GCS_FILE_PATH
+// ML_USE,GCS_FILE_PATH
//
// For `ML_USE`, do not use `VALIDATE`.
//
// `GCS_FILE_PATH` is the path to another .csv file that describes training
// example for a given `ML_USE`, using the following row format:
//
-// GCS_FILE_PATH,LABEL,[INSTANCE_ID],TIMESTAMP,BOUNDING_BOX
+// GCS_FILE_PATH,LABEL,[INSTANCE_ID],TIMESTAMP,BOUNDING_BOX
//
// or
//
-// GCS_FILE_PATH,,,,,,,,,,
+// GCS_FILE_PATH,,,,,,,,,,
//
// Here `GCS_FILE_PATH` leads to a video of up to 50GB in size and up
// to 3h duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
@@ -215,25 +217,26 @@ const (
//
// Sample top level CSV file:
//
-// TRAIN,gs://folder/train_videos.csv
-// TEST,gs://folder/test_videos.csv
-// UNASSIGNED,gs://folder/other_videos.csv
+// TRAIN,gs://folder/train_videos.csv
+// TEST,gs://folder/test_videos.csv
+// UNASSIGNED,gs://folder/other_videos.csv
//
// Seven sample rows of a CSV file for a particular ML_USE:
//
-// gs://folder/video1.avi,car,1,12.10,0.8,0.8,0.9,0.8,0.9,0.9,0.8,0.9
-// gs://folder/video1.avi,car,1,12.90,0.4,0.8,0.5,0.8,0.5,0.9,0.4,0.9
-// gs://folder/video1.avi,car,2,12.10,.4,.2,.5,.2,.5,.3,.4,.3
-// gs://folder/video1.avi,car,2,12.90,.8,.2,,,.9,.3,,
-// gs://folder/video1.avi,bike,,12.50,.45,.45,,,.55,.55,,
-// gs://folder/video2.avi,car,1,0,.1,.9,,,.9,.1,,
-// gs://folder/video2.avi,,,,,,,,,,,
-//
-//
+// gs://folder/video1.avi,car,1,12.10,0.8,0.8,0.9,0.8,0.9,0.9,0.8,0.9
+// gs://folder/video1.avi,car,1,12.90,0.4,0.8,0.5,0.8,0.5,0.9,0.4,0.9
+// gs://folder/video1.avi,car,2,12.10,.4,.2,.5,.2,.5,.3,.4,.3
+// gs://folder/video1.avi,car,2,12.90,.8,.2,,,.9,.3,,
+// gs://folder/video1.avi,bike,,12.50,.45,.45,,,.55,.55,,
+// gs://folder/video2.avi,car,1,0,.1,.9,,,.9,.1,,
+// gs://folder/video2.avi,,,,,,,,,,,
+//
//
//
+//
// AutoML Natural Language
//
+//
// Entity Extraction
//
// See [Preparing your training
@@ -242,21 +245,20 @@ const (
//
// One or more CSV file(s) with each line in the following format:
//
-// ML_USE,GCS_FILE_PATH
+// ML_USE,GCS_FILE_PATH
//
// * `ML_USE` - Identifies the data set that the current row (file) applies
// to.
+// This value can be one of the following:
+// * `TRAIN` - Rows in this file are used to train the model.
+// * `TEST` - Rows in this file are used to test the model during training.
+// * `UNASSIGNED` - Rows in this file are not categorized. They are
+// Automatically divided into train and test data. 80% for training and
+// 20% for testing..
//
-// This value can be one of the following:
-// * `TRAIN` - Rows in this file are used to train the model.
-// * `TEST` - Rows in this file are used to test the model during training.
-// * `UNASSIGNED` - Rows in this file are not categorized. They are
-// Automatically divided into train and test data. 80% for training and
-// 20% for testing..
-//
-// - `GCS_FILE_PATH` - a Identifies JSON Lines (.JSONL) file stored in
-// Google Cloud Storage that contains in-line text in-line as documents
-// for model training.
+// * `GCS_FILE_PATH` - a Identifies JSON Lines (.JSONL) file stored in
+// Google Cloud Storage that contains in-line text in-line as documents
+// for model training.
//
// After the training data set has been determined from the `TRAIN` and
// `UNASSIGNED` CSV files, the training data is divided into train and
@@ -264,9 +266,9 @@ const (
//
// For example:
//
-// TRAIN,gs://folder/file1.jsonl
-// VALIDATE,gs://folder/file2.jsonl
-// TEST,gs://folder/file3.jsonl
+// TRAIN,gs://folder/file1.jsonl
+// VALIDATE,gs://folder/file2.jsonl
+// TEST,gs://folder/file3.jsonl
//
// **In-line JSONL files**
//
@@ -287,44 +289,44 @@ const (
//
// For example:
//
-// {
-// "text_snippet": {
-// "content": "dog car cat"
-// },
-// "annotations": [
-// {
-// "display_name": "animal",
-// "text_extraction": {
-// "text_segment": {"start_offset": 0, "end_offset": 2}
-// }
-// },
-// {
-// "display_name": "vehicle",
-// "text_extraction": {
-// "text_segment": {"start_offset": 4, "end_offset": 6}
-// }
-// },
-// {
-// "display_name": "animal",
-// "text_extraction": {
-// "text_segment": {"start_offset": 8, "end_offset": 10}
-// }
-// }
-// ]
-// }\n
-// {
-// "text_snippet": {
-// "content": "This dog is good."
-// },
-// "annotations": [
-// {
-// "display_name": "animal",
-// "text_extraction": {
-// "text_segment": {"start_offset": 5, "end_offset": 7}
-// }
-// }
-// ]
-// }
+// {
+// "text_snippet": {
+// "content": "dog car cat"
+// },
+// "annotations": [
+// {
+// "display_name": "animal",
+// "text_extraction": {
+// "text_segment": {"start_offset": 0, "end_offset": 2}
+// }
+// },
+// {
+// "display_name": "vehicle",
+// "text_extraction": {
+// "text_segment": {"start_offset": 4, "end_offset": 6}
+// }
+// },
+// {
+// "display_name": "animal",
+// "text_extraction": {
+// "text_segment": {"start_offset": 8, "end_offset": 10}
+// }
+// }
+// ]
+// }\n
+// {
+// "text_snippet": {
+// "content": "This dog is good."
+// },
+// "annotations": [
+// {
+// "display_name": "animal",
+// "text_extraction": {
+// "text_segment": {"start_offset": 5, "end_offset": 7}
+// }
+// }
+// ]
+// }
//
// **JSONL files that reference documents**
//
@@ -336,22 +338,22 @@ const (
//
// For example:
//
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
-// }
-// }
-// }
-// }\n
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document2.tif" ]
-// }
-// }
-// }
-// }
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
+// }
+// }
+// }
+// }\n
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document2.tif" ]
+// }
+// }
+// }
+// }
//
// **In-line JSONL files with document layout information**
//
@@ -364,56 +366,59 @@ const (
//
// For example:
//
-// {
-// "document": {
-// "document_text": {
-// "content": "dog car cat"
-// }
-// "layout": [
-// {
-// "text_segment": {
-// "start_offset": 0,
-// "end_offset": 11,
-// },
-// "page_number": 1,
-// "bounding_poly": {
-// "normalized_vertices": [
-// {"x": 0.1, "y": 0.1},
-// {"x": 0.1, "y": 0.3},
-// {"x": 0.3, "y": 0.3},
-// {"x": 0.3, "y": 0.1},
-// ],
-// },
-// "text_segment_type": TOKEN,
-// }
-// ],
-// "document_dimensions": {
-// "width": 8.27,
-// "height": 11.69,
-// "unit": INCH,
-// }
-// "page_count": 3,
-// },
-// "annotations": [
-// {
-// "display_name": "animal",
-// "text_extraction": {
-// "text_segment": {"start_offset": 0, "end_offset": 3}
-// }
-// },
-// {
-// "display_name": "vehicle",
-// "text_extraction": {
-// "text_segment": {"start_offset": 4, "end_offset": 7}
-// }
-// },
-// {
-// "display_name": "animal",
-// "text_extraction": {
-// "text_segment": {"start_offset": 8, "end_offset": 11}
-// }
-// },
-// ],
+// {
+// "document": {
+// "document_text": {
+// "content": "dog car cat"
+// }
+// "layout": [
+// {
+// "text_segment": {
+// "start_offset": 0,
+// "end_offset": 11,
+// },
+// "page_number": 1,
+// "bounding_poly": {
+// "normalized_vertices": [
+// {"x": 0.1, "y": 0.1},
+// {"x": 0.1, "y": 0.3},
+// {"x": 0.3, "y": 0.3},
+// {"x": 0.3, "y": 0.1},
+// ],
+// },
+// "text_segment_type": TOKEN,
+// }
+// ],
+// "document_dimensions": {
+// "width": 8.27,
+// "height": 11.69,
+// "unit": INCH,
+// }
+// "page_count": 3,
+// },
+// "annotations": [
+// {
+// "display_name": "animal",
+// "text_extraction": {
+// "text_segment": {"start_offset": 0, "end_offset": 3}
+// }
+// },
+// {
+// "display_name": "vehicle",
+// "text_extraction": {
+// "text_segment": {"start_offset": 4, "end_offset": 7}
+// }
+// },
+// {
+// "display_name": "animal",
+// "text_extraction": {
+// "text_segment": {"start_offset": 8, "end_offset": 11}
+// }
+// },
+// ],
+//
+//
+//
//
// Classification
//
@@ -423,43 +428,44 @@ const (
//
// One or more CSV file(s) with each line in the following format:
//
-// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),LABEL,LABEL,...
+// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),LABEL,LABEL,...
//
// * `ML_USE` - Identifies the data set that the current row (file) applies
// to.
-//
-// This value can be one of the following:
-// * `TRAIN` - Rows in this file are used to train the model.
-// * `TEST` - Rows in this file are used to test the model during training.
-// * `UNASSIGNED` - Rows in this file are not categorized. They are
-// Automatically divided into train and test data. 80% for training and
-// 20% for testing.
-//
-// - `TEXT_SNIPPET` and `GCS_FILE_PATH` are distinguished by a pattern. If
-// the column content is a valid Google Cloud Storage file path, that is,
-// prefixed by "gs://", it is treated as a `GCS_FILE_PATH`. Otherwise, if
-// the content is enclosed in double quotes (""), it is treated as a
-// `TEXT_SNIPPET`. For `GCS_FILE_PATH`, the path must lead to a
-// file with supported extension and UTF-8 encoding, for example,
-// "gs://folder/content.txt" AutoML imports the file content
-// as a text snippet. For `TEXT_SNIPPET`, AutoML imports the column content
-// excluding quotes. In both cases, size of the content must be 10MB or
-// less in size. For zip files, the size of each file inside the zip must be
-// 10MB or less in size.
-//
-// For the `MULTICLASS` classification type, at most one `LABEL` is allowed.
-//
-// The `ML_USE` and `LABEL` columns are optional.
-// Supported file extensions: .TXT, .PDF, .TIF, .TIFF, .ZIP
+// This value can be one of the following:
+// * `TRAIN` - Rows in this file are used to train the model.
+// * `TEST` - Rows in this file are used to test the model during training.
+// * `UNASSIGNED` - Rows in this file are not categorized. They are
+// Automatically divided into train and test data. 80% for training and
+// 20% for testing.
+//
+// * `TEXT_SNIPPET` and `GCS_FILE_PATH` are distinguished by a pattern. If
+// the column content is a valid Google Cloud Storage file path, that is,
+// prefixed by "gs://", it is treated as a `GCS_FILE_PATH`. Otherwise, if
+// the content is enclosed in double quotes (""), it is treated as a
+// `TEXT_SNIPPET`. For `GCS_FILE_PATH`, the path must lead to a
+// file with supported extension and UTF-8 encoding, for example,
+// "gs://folder/content.txt" AutoML imports the file content
+// as a text snippet. For `TEXT_SNIPPET`, AutoML imports the column content
+// excluding quotes. In both cases, size of the content must be 10MB or
+// less in size. For zip files, the size of each file inside the zip must be
+// 10MB or less in size.
+//
+// For the `MULTICLASS` classification type, at most one `LABEL` is allowed.
+//
+// The `ML_USE` and `LABEL` columns are optional.
+// Supported file extensions: .TXT, .PDF, .TIF, .TIFF, .ZIP
//
// A maximum of 100 unique labels are allowed per CSV row.
//
// Sample rows:
//
-// TRAIN,"They have bad food and very rude",RudeService,BadFood
-// gs://folder/content.txt,SlowService
-// TEST,gs://folder/document.pdf
-// VALIDATE,gs://folder/text_files.zip,BadFood
+// TRAIN,"They have bad food and very rude",RudeService,BadFood
+// gs://folder/content.txt,SlowService
+// TEST,gs://folder/document.pdf
+// VALIDATE,gs://folder/text_files.zip,BadFood
+//
+//
//
// Sentiment Analysis
//
@@ -469,60 +475,60 @@ const (
//
// CSV file(s) with each line in format:
//
-// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),SENTIMENT
+// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),SENTIMENT
//
// * `ML_USE` - Identifies the data set that the current row (file) applies
// to.
-//
-// This value can be one of the following:
-// * `TRAIN` - Rows in this file are used to train the model.
-// * `TEST` - Rows in this file are used to test the model during training.
-// * `UNASSIGNED` - Rows in this file are not categorized. They are
-// Automatically divided into train and test data. 80% for training and
-// 20% for testing.
-//
-// - `TEXT_SNIPPET` and `GCS_FILE_PATH` are distinguished by a pattern. If
-// the column content is a valid Google Cloud Storage file path, that is,
-// prefixed by "gs://", it is treated as a `GCS_FILE_PATH`. Otherwise, if
-// the content is enclosed in double quotes (""), it is treated as a
-// `TEXT_SNIPPET`. For `GCS_FILE_PATH`, the path must lead to a
-// file with supported extension and UTF-8 encoding, for example,
-// "gs://folder/content.txt" AutoML imports the file content
-// as a text snippet. For `TEXT_SNIPPET`, AutoML imports the column content
-// excluding quotes. In both cases, size of the content must be 128kB or
-// less in size. For zip files, the size of each file inside the zip must be
-// 128kB or less in size.
-//
-// The `ML_USE` and `SENTIMENT` columns are optional.
-// Supported file extensions: .TXT, .PDF, .TIF, .TIFF, .ZIP
-//
-// - `SENTIMENT` - An integer between 0 and
-// Dataset.text_sentiment_dataset_metadata.sentiment_max
-// (inclusive). Describes the ordinal of the sentiment - higher
-// value means a more positive sentiment. All the values are
-// completely relative, i.e. neither 0 needs to mean a negative or
-// neutral sentiment nor sentiment_max needs to mean a positive one -
-// it is just required that 0 is the least positive sentiment
-// in the data, and sentiment_max is the most positive one.
-// The SENTIMENT shouldn't be confused with "score" or "magnitude"
-// from the previous Natural Language Sentiment Analysis API.
-// All SENTIMENT values between 0 and sentiment_max must be
-// represented in the imported data. On prediction the same 0 to
-// sentiment_max range will be used. The difference between
-// neighboring sentiment values needs not to be uniform, e.g. 1 and
-// 2 may be similar whereas the difference between 2 and 3 may be
-// large.
+// This value can be one of the following:
+// * `TRAIN` - Rows in this file are used to train the model.
+// * `TEST` - Rows in this file are used to test the model during training.
+// * `UNASSIGNED` - Rows in this file are not categorized. They are
+// Automatically divided into train and test data. 80% for training and
+// 20% for testing.
+//
+// * `TEXT_SNIPPET` and `GCS_FILE_PATH` are distinguished by a pattern. If
+// the column content is a valid Google Cloud Storage file path, that is,
+// prefixed by "gs://", it is treated as a `GCS_FILE_PATH`. Otherwise, if
+// the content is enclosed in double quotes (""), it is treated as a
+// `TEXT_SNIPPET`. For `GCS_FILE_PATH`, the path must lead to a
+// file with supported extension and UTF-8 encoding, for example,
+// "gs://folder/content.txt" AutoML imports the file content
+// as a text snippet. For `TEXT_SNIPPET`, AutoML imports the column content
+// excluding quotes. In both cases, size of the content must be 128kB or
+// less in size. For zip files, the size of each file inside the zip must be
+// 128kB or less in size.
+//
+// The `ML_USE` and `SENTIMENT` columns are optional.
+// Supported file extensions: .TXT, .PDF, .TIF, .TIFF, .ZIP
+//
+// * `SENTIMENT` - An integer between 0 and
+// Dataset.text_sentiment_dataset_metadata.sentiment_max
+// (inclusive). Describes the ordinal of the sentiment - higher
+// value means a more positive sentiment. All the values are
+// completely relative, i.e. neither 0 needs to mean a negative or
+// neutral sentiment nor sentiment_max needs to mean a positive one -
+// it is just required that 0 is the least positive sentiment
+// in the data, and sentiment_max is the most positive one.
+// The SENTIMENT shouldn't be confused with "score" or "magnitude"
+// from the previous Natural Language Sentiment Analysis API.
+// All SENTIMENT values between 0 and sentiment_max must be
+// represented in the imported data. On prediction the same 0 to
+// sentiment_max range will be used. The difference between
+// neighboring sentiment values needs not to be uniform, e.g. 1 and
+// 2 may be similar whereas the difference between 2 and 3 may be
+// large.
//
// Sample rows:
//
-// TRAIN,"@freewrytin this is way too good for your product",2
-// gs://folder/content.txt,3
-// TEST,gs://folder/document.pdf
-// VALIDATE,gs://folder/text_files.zip,2
-//
-//
+// TRAIN,"@freewrytin this is way too good for your product",2
+// gs://folder/content.txt,3
+// TEST,gs://folder/document.pdf
+// VALIDATE,gs://folder/text_files.zip,2
+//
//
//
+//
+//
// AutoML Tables
//
@@ -563,95 +569,84 @@ const (
// and between 1000 and 100,000,000 rows, inclusive. There are at most 5
// import data running in parallel.
//
-//
-//
+//
//
//
+//
// **Input field definitions:**
//
// `ML_USE`
// : ("TRAIN" | "VALIDATE" | "TEST" | "UNASSIGNED")
-//
-// Describes how the given example (file) should be used for model
-// training. "UNASSIGNED" can be used when user has no preference.
+// Describes how the given example (file) should be used for model
+// training. "UNASSIGNED" can be used when user has no preference.
//
// `GCS_FILE_PATH`
// : The path to a file on Google Cloud Storage. For example,
-//
-// "gs://folder/image1.png".
+// "gs://folder/image1.png".
//
// `LABEL`
// : A display name of an object on an image, video etc., e.g. "dog".
-//
-// Must be up to 32 characters long and can consist only of ASCII
-// Latin letters A-Z and a-z, underscores(_), and ASCII digits 0-9.
-// For each label an AnnotationSpec is created which display_name
-// becomes the label; AnnotationSpecs are given back in predictions.
+// Must be up to 32 characters long and can consist only of ASCII
+// Latin letters A-Z and a-z, underscores(_), and ASCII digits 0-9.
+// For each label an AnnotationSpec is created which display_name
+// becomes the label; AnnotationSpecs are given back in predictions.
//
// `INSTANCE_ID`
// : A positive integer that identifies a specific instance of a
-//
-// labeled entity on an example. Used e.g. to track two cars on
-// a video while being able to tell apart which one is which.
+// labeled entity on an example. Used e.g. to track two cars on
+// a video while being able to tell apart which one is which.
//
// `BOUNDING_BOX`
// : (`VERTEX,VERTEX,VERTEX,VERTEX` | `VERTEX,,,VERTEX,,`)
-//
-// A rectangle parallel to the frame of the example (image,
-// video). If 4 vertices are given they are connected by edges
-// in the order provided, if 2 are given they are recognized
-// as diagonally opposite vertices of the rectangle.
+// A rectangle parallel to the frame of the example (image,
+// video). If 4 vertices are given they are connected by edges
+// in the order provided, if 2 are given they are recognized
+// as diagonally opposite vertices of the rectangle.
//
// `VERTEX`
// : (`COORDINATE,COORDINATE`)
-//
-// First coordinate is horizontal (x), the second is vertical (y).
+// First coordinate is horizontal (x), the second is vertical (y).
//
// `COORDINATE`
// : A float in 0 to 1 range, relative to total length of
-//
-// image or video in given dimension. For fractions the
-// leading non-decimal 0 can be omitted (i.e. 0.3 = .3).
-// Point 0,0 is in top left.
+// image or video in given dimension. For fractions the
+// leading non-decimal 0 can be omitted (i.e. 0.3 = .3).
+// Point 0,0 is in top left.
//
// `TIME_SEGMENT_START`
// : (`TIME_OFFSET`)
-//
-// Expresses a beginning, inclusive, of a time segment
-// within an example that has a time dimension
-// (e.g. video).
+// Expresses a beginning, inclusive, of a time segment
+// within an example that has a time dimension
+// (e.g. video).
//
// `TIME_SEGMENT_END`
// : (`TIME_OFFSET`)
-//
-// Expresses an end, exclusive, of a time segment within
-// n example that has a time dimension (e.g. video).
+// Expresses an end, exclusive, of a time segment within
+// n example that has a time dimension (e.g. video).
//
// `TIME_OFFSET`
// : A number of seconds as measured from the start of an
-//
-// example (e.g. video). Fractions are allowed, up to a
-// microsecond precision. "inf" is allowed, and it means the end
-// of the example.
+// example (e.g. video). Fractions are allowed, up to a
+// microsecond precision. "inf" is allowed, and it means the end
+// of the example.
//
// `TEXT_SNIPPET`
// : The content of a text snippet, UTF-8 encoded, enclosed within
-//
-// double quotes ("").
+// double quotes ("").
//
// `DOCUMENT`
// : A field that provides the textual content with document and the layout
+// information.
//
-// information.
//
+// **Errors:**
//
-// **Errors:**
+// If any of the provided CSV files can't be parsed or if more than certain
+// percent of CSV rows cannot be processed then the operation fails and
+// nothing is imported. Regardless of overall success or failure the per-row
+// failures, up to a certain count cap, is listed in
+// Operation.metadata.partial_failures.
//
-// If any of the provided CSV files can't be parsed or if more than certain
-// percent of CSV rows cannot be processed then the operation fails and
-// nothing is imported. Regardless of overall success or failure the per-row
-// failures, up to a certain count cap, is listed in
-// Operation.metadata.partial_failures.
type InputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -758,7 +753,7 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// One or more CSV files where each line is a single column:
//
-// GCS_FILE_PATH
+// GCS_FILE_PATH
//
// The Google Cloud Storage location of an image of up to
// 30MB in size. Supported extensions: .JPEG, .GIF, .PNG.
@@ -766,15 +761,15 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// Sample rows:
//
-// gs://folder/image1.jpeg
-// gs://folder/image2.gif
-// gs://folder/image3.png
+// gs://folder/image1.jpeg
+// gs://folder/image2.gif
+// gs://folder/image3.png
//
// Object Detection
//
// One or more CSV files where each line is a single column:
//
-// GCS_FILE_PATH
+// GCS_FILE_PATH
//
// The Google Cloud Storage location of an image of up to
// 30MB in size. Supported extensions: .JPEG, .GIF, .PNG.
@@ -782,11 +777,10 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// Sample rows:
//
-// gs://folder/image1.jpeg
-// gs://folder/image2.gif
-// gs://folder/image3.png
-//
-//
+// gs://folder/image1.jpeg
+// gs://folder/image2.gif
+// gs://folder/image3.png
+//
//
//
// AutoML Video Intelligence
@@ -794,7 +788,7 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// One or more CSV files where each line is a single column:
//
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
//
// `GCS_FILE_PATH` is the Google Cloud Storage location of video up to 50GB in
// size and up to 3h in duration duration.
@@ -805,15 +799,15 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// Sample rows:
//
-// gs://folder/video1.mp4,10,40
-// gs://folder/video1.mp4,20,60
-// gs://folder/vid2.mov,0,inf
+// gs://folder/video1.mp4,10,40
+// gs://folder/video1.mp4,20,60
+// gs://folder/vid2.mov,0,inf
//
// Object Tracking
//
// One or more CSV files where each line is a single column:
//
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
//
// `GCS_FILE_PATH` is the Google Cloud Storage location of video up to 50GB in
// size and up to 3h in duration duration.
@@ -824,11 +818,10 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// Sample rows:
//
-// gs://folder/video1.mp4,10,40
-// gs://folder/video1.mp4,20,60
-// gs://folder/vid2.mov,0,inf
-//
-//
+// gs://folder/video1.mp4,10,40
+// gs://folder/video1.mp4,20,60
+// gs://folder/vid2.mov,0,inf
+//
//
//
// AutoML Natural Language
@@ -836,7 +829,7 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// One or more CSV files where each line is a single column:
//
-// GCS_FILE_PATH
+// GCS_FILE_PATH
//
// `GCS_FILE_PATH` is the Google Cloud Storage location of a text file.
// Supported file extensions: .TXT, .PDF, .TIF, .TIFF
@@ -845,14 +838,14 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// Sample rows:
//
-// gs://folder/text1.txt
-// gs://folder/text2.pdf
-// gs://folder/text3.tif
+// gs://folder/text1.txt
+// gs://folder/text2.pdf
+// gs://folder/text3.tif
//
// Sentiment Analysis
// One or more CSV files where each line is a single column:
//
-// GCS_FILE_PATH
+// GCS_FILE_PATH
//
// `GCS_FILE_PATH` is the Google Cloud Storage location of a text file.
// Supported file extensions: .TXT, .PDF, .TIF, .TIFF
@@ -861,9 +854,9 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
//
// Sample rows:
//
-// gs://folder/text1.txt
-// gs://folder/text2.pdf
-// gs://folder/text3.tif
+// gs://folder/text1.txt
+// gs://folder/text2.pdf
+// gs://folder/text3.tif
//
// Entity Extraction
//
@@ -890,53 +883,52 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
// Sample inline JSONL file (Shown with artificial line
// breaks. Actual line breaks are denoted by "\n".):
//
-// {
-// "id": "my_first_id",
-// "text_snippet": { "content": "dog car cat"},
-// "text_features": [
-// {
-// "text_segment": {"start_offset": 4, "end_offset": 6},
-// "structural_type": PARAGRAPH,
-// "bounding_poly": {
-// "normalized_vertices": [
-// {"x": 0.1, "y": 0.1},
-// {"x": 0.1, "y": 0.3},
-// {"x": 0.3, "y": 0.3},
-// {"x": 0.3, "y": 0.1},
-// ]
-// },
-// }
-// ],
-// }\n
-// {
-// "id": "2",
-// "text_snippet": {
-// "content": "Extended sample content",
-// "mime_type": "text/plain"
-// }
-// }
+// {
+// "id": "my_first_id",
+// "text_snippet": { "content": "dog car cat"},
+// "text_features": [
+// {
+// "text_segment": {"start_offset": 4, "end_offset": 6},
+// "structural_type": PARAGRAPH,
+// "bounding_poly": {
+// "normalized_vertices": [
+// {"x": 0.1, "y": 0.1},
+// {"x": 0.1, "y": 0.3},
+// {"x": 0.3, "y": 0.3},
+// {"x": 0.3, "y": 0.1},
+// ]
+// },
+// }
+// ],
+// }\n
+// {
+// "id": "2",
+// "text_snippet": {
+// "content": "Extended sample content",
+// "mime_type": "text/plain"
+// }
+// }
//
// Sample document JSONL file (Shown with artificial line
// breaks. Actual line breaks are denoted by "\n".):
//
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
-// }
-// }
-// }
-// }\n
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document2.tif" ]
-// }
-// }
-// }
-// }
-//
-//
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
+// }
+// }
+// }
+// }\n
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document2.tif" ]
+// }
+// }
+// }
+// }
+//
//
//
// AutoML Tables
// "First Name","Last Name","Dob","Addresses"
@@ -985,45 +978,39 @@ func (*InputConfig_GcsSource) isInputConfig_Source() {}
// input feature column specs must contain values compatible with the
// column spec's data types. Prediction on all the rows of the table
// will be attempted.
-//
-//
-//
+//
//
//
// **Input field definitions:**
//
// `GCS_FILE_PATH`
// : The path to a file on Google Cloud Storage. For example,
-//
-// "gs://folder/video.avi".
+// "gs://folder/video.avi".
//
// `TIME_SEGMENT_START`
// : (`TIME_OFFSET`)
-//
-// Expresses a beginning, inclusive, of a time segment
-// within an example that has a time dimension
-// (e.g. video).
+// Expresses a beginning, inclusive, of a time segment
+// within an example that has a time dimension
+// (e.g. video).
//
// `TIME_SEGMENT_END`
// : (`TIME_OFFSET`)
-//
-// Expresses an end, exclusive, of a time segment within
-// n example that has a time dimension (e.g. video).
+// Expresses an end, exclusive, of a time segment within
+// n example that has a time dimension (e.g. video).
//
// `TIME_OFFSET`
// : A number of seconds as measured from the start of an
+// example (e.g. video). Fractions are allowed, up to a
+// microsecond precision. "inf" is allowed, and it means the end
+// of the example.
//
-// example (e.g. video). Fractions are allowed, up to a
-// microsecond precision. "inf" is allowed, and it means the end
-// of the example.
-//
-// **Errors:**
+// **Errors:**
//
-// If any of the provided CSV files can't be parsed or if more than certain
-// percent of CSV rows cannot be processed then the operation fails and
-// prediction does not happen. Regardless of overall success or failure the
-// per-row failures, up to a certain count cap, will be listed in
-// Operation.metadata.partial_failures.
+// If any of the provided CSV files can't be parsed or if more than certain
+// percent of CSV rows cannot be processed then the operation fails and
+// prediction does not happen. Regardless of overall success or failure the
+// per-row failures, up to a certain count cap, will be listed in
+// Operation.metadata.partial_failures.
type BatchPredictInputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1147,34 +1134,34 @@ func (x *DocumentInputConfig) GetGcsSource() *GcsSource {
return nil
}
-// - For Translation:
-// CSV file `translation.csv`, with each line in format:
-// ML_USE,GCS_FILE_PATH
-// GCS_FILE_PATH leads to a .TSV file which describes examples that have
-// given ML_USE, using the following row format per line:
-// TEXT_SNIPPET (in source language) \t TEXT_SNIPPET (in target
-// language)
-//
-// - For Tables:
-// Output depends on whether the dataset was imported from Google Cloud
-// Storage or BigQuery.
-// Google Cloud Storage case:
-// [gcs_destination][google.cloud.automl.v1p1beta.OutputConfig.gcs_destination]
-// must be set. Exported are CSV file(s) `tables_1.csv`,
-// `tables_2.csv`,...,`tables_N.csv` with each having as header line
-// the table's column names, and all other lines contain values for
-// the header columns.
-// BigQuery case:
-// [bigquery_destination][google.cloud.automl.v1p1beta.OutputConfig.bigquery_destination]
-// pointing to a BigQuery project must be set. In the given project a
-// new dataset will be created with name
-// `export_data__`
-// where will be made
-// BigQuery-dataset-name compatible (e.g. most special characters will
-// become underscores), and timestamp will be in
-// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In that
-// dataset a new table called `primary_table` will be created, and
-// filled with precisely the same data as this obtained on import.
+// * For Translation:
+// CSV file `translation.csv`, with each line in format:
+// ML_USE,GCS_FILE_PATH
+// GCS_FILE_PATH leads to a .TSV file which describes examples that have
+// given ML_USE, using the following row format per line:
+// TEXT_SNIPPET (in source language) \t TEXT_SNIPPET (in target
+// language)
+//
+// * For Tables:
+// Output depends on whether the dataset was imported from Google Cloud
+// Storage or BigQuery.
+// Google Cloud Storage case:
+// [gcs_destination][google.cloud.automl.v1p1beta.OutputConfig.gcs_destination]
+// must be set. Exported are CSV file(s) `tables_1.csv`,
+// `tables_2.csv`,...,`tables_N.csv` with each having as header line
+// the table's column names, and all other lines contain values for
+// the header columns.
+// BigQuery case:
+// [bigquery_destination][google.cloud.automl.v1p1beta.OutputConfig.bigquery_destination]
+// pointing to a BigQuery project must be set. In the given project a
+// new dataset will be created with name
+// `export_data__`
+// where will be made
+// BigQuery-dataset-name compatible (e.g. most special characters will
+// become underscores), and timestamp will be in
+// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In that
+// dataset a new table called `primary_table` will be created, and
+// filled with precisely the same data as this obtained on import.
type OutputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1260,246 +1247,244 @@ func (*OutputConfig_GcsDestination) isOutputConfig_Destination() {}
// where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. The contents
// of it depends on the ML problem the predictions are made for.
//
-// - For Image Classification:
-// In the created directory files `image_classification_1.jsonl`,
-// `image_classification_2.jsonl`,...,`image_classification_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of the successfully predicted images and annotations.
-// A single image will be listed only once with all its annotations,
-// and its annotations will never be split across files.
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps image's "ID" : "" followed by a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have classification detail populated.
-// If prediction for any image failed (partially or completely), then an
-// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
-// files will be created (N depends on total number of failed
-// predictions). These files will have a JSON representation of a proto
-// that wraps the same "ID" : "" but here followed by
-// exactly one
-// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-// containing only `code` and `message`fields.
-//
-// - For Image Object Detection:
-// In the created directory files `image_object_detection_1.jsonl`,
-// `image_object_detection_2.jsonl`,...,`image_object_detection_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of the successfully predicted images and annotations.
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps image's "ID" : "" followed by a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have image_object_detection detail populated. A single image will
-// be listed only once with all its annotations, and its annotations
-// will never be split across files.
-// If prediction for any image failed (partially or completely), then
-// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
-// files will be created (N depends on total number of failed
-// predictions). These files will have a JSON representation of a proto
-// that wraps the same "ID" : "" but here followed by
-// exactly one
-// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-// containing only `code` and `message`fields.
-//
-// - For Video Classification:
-// In the created directory a video_classification.csv file, and a .JSON
-// file per each video classification requested in the input (i.e. each
-// line in given CSV(s)), will be created.
-//
-// The format of video_classification.csv is:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END,JSON_FILE_NAME,STATUS
-// where:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
-// the prediction input lines (i.e. video_classification.csv has
-// precisely the same number of lines as the prediction input had.)
-// JSON_FILE_NAME = Name of .JSON file in the output directory, which
-// contains prediction responses for the video time segment.
-// STATUS = "OK" if prediction completed successfully, or an error code
-// with message otherwise. If STATUS is not "OK" then the .JSON file
-// for that line may not exist or be empty.
-//
-// Each .JSON file, assuming STATUS is "OK", will contain a list of
-// AnnotationPayload protos in JSON format, which are the predictions
-// for the video time segment the file is assigned to in the
-// video_classification.csv. All AnnotationPayload protos will have
-// video_classification field set, and will be sorted by
-// video_classification.type field (note that the returned types are
-// governed by `classifaction_types` parameter in
-// [PredictService.BatchPredictRequest.params][]).
-//
-// - For Video Object Tracking:
-// In the created directory a video_object_tracking.csv file will be
-// created, and multiple files video_object_trackinng_1.json,
-// video_object_trackinng_2.json,..., video_object_trackinng_N.json,
-// where N is the number of requests in the input (i.e. the number of
-// lines in given CSV(s)).
-//
-// The format of video_object_tracking.csv is:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END,JSON_FILE_NAME,STATUS
-// where:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
-// the prediction input lines (i.e. video_object_tracking.csv has
-// precisely the same number of lines as the prediction input had.)
-// JSON_FILE_NAME = Name of .JSON file in the output directory, which
-// contains prediction responses for the video time segment.
-// STATUS = "OK" if prediction completed successfully, or an error
-// code with message otherwise. If STATUS is not "OK" then the .JSON
-// file for that line may not exist or be empty.
-//
-// Each .JSON file, assuming STATUS is "OK", will contain a list of
-// AnnotationPayload protos in JSON format, which are the predictions
-// for each frame of the video time segment the file is assigned to in
-// video_object_tracking.csv. All AnnotationPayload protos will have
-// video_object_tracking field set.
-//
-// - For Text Classification:
-// In the created directory files `text_classification_1.jsonl`,
-// `text_classification_2.jsonl`,...,`text_classification_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of inputs and annotations found.
-//
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps input text file (or document) in
-// the text snippet (or document) proto and a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have classification detail populated. A single text file (or
-// document) will be listed only once with all its annotations, and its
-// annotations will never be split across files.
-//
-// If prediction for any input file (or document) failed (partially or
-// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
-// `errors_N.jsonl` files will be created (N depends on total number of
-// failed predictions). These files will have a JSON representation of a
-// proto that wraps input file followed by exactly one
-// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-// containing only `code` and `message`.
-//
-// - For Text Sentiment:
-// In the created directory files `text_sentiment_1.jsonl`,
-// `text_sentiment_2.jsonl`,...,`text_sentiment_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of inputs and annotations found.
-//
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps input text file (or document) in
-// the text snippet (or document) proto and a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have text_sentiment detail populated. A single text file (or
-// document) will be listed only once with all its annotations, and its
-// annotations will never be split across files.
-//
-// If prediction for any input file (or document) failed (partially or
-// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
-// `errors_N.jsonl` files will be created (N depends on total number of
-// failed predictions). These files will have a JSON representation of a
-// proto that wraps input file followed by exactly one
-// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-// containing only `code` and `message`.
-//
-// - For Text Extraction:
-// In the created directory files `text_extraction_1.jsonl`,
-// `text_extraction_2.jsonl`,...,`text_extraction_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of inputs and annotations found.
-// The contents of these .JSONL file(s) depend on whether the input
-// used inline text, or documents.
-// If input was inline, then each .JSONL file will contain, per line,
-// a JSON representation of a proto that wraps given in request text
-// snippet's "id" (if specified), followed by input text snippet,
-// and a list of zero or more
-// AnnotationPayload protos (called annotations), which have
-// text_extraction detail populated. A single text snippet will be
-// listed only once with all its annotations, and its annotations will
-// never be split across files.
-// If input used documents, then each .JSONL file will contain, per
-// line, a JSON representation of a proto that wraps given in request
-// document proto, followed by its OCR-ed representation in the form
-// of a text snippet, finally followed by a list of zero or more
-// AnnotationPayload protos (called annotations), which have
-// text_extraction detail populated and refer, via their indices, to
-// the OCR-ed text snippet. A single document (and its text snippet)
-// will be listed only once with all its annotations, and its
-// annotations will never be split across files.
-// If prediction for any text snippet failed (partially or completely),
-// then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
-// `errors_N.jsonl` files will be created (N depends on total number of
-// failed predictions). These files will have a JSON representation of a
-// proto that wraps either the "id" : "" (in case of inline)
-// or the document proto (in case of document) but here followed by
-// exactly one
-// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-// containing only `code` and `message`.
-//
-// - For Tables:
-// Output depends on whether
-// [gcs_destination][google.cloud.automl.v1p1beta.BatchPredictOutputConfig.gcs_destination]
-// or
-// [bigquery_destination][google.cloud.automl.v1p1beta.BatchPredictOutputConfig.bigquery_destination]
-// is set (either is allowed).
-// Google Cloud Storage case:
-// In the created directory files `tables_1.csv`, `tables_2.csv`,...,
-// `tables_N.csv` will be created, where N may be 1, and depends on
-// the total number of the successfully predicted rows.
-// For all CLASSIFICATION
-// [prediction_type-s][google.cloud.automl.v1p1beta.TablesModelMetadata.prediction_type]:
-// Each .csv file will contain a header, listing all columns'
-// [display_name-s][google.cloud.automl.v1p1beta.ColumnSpec.display_name]
-// given on input followed by M target column names in the format of
-// "<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
-// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>__score" where M is the number of distinct target values,
-// i.e. number of distinct values in the target column of the table
-// used to train the model. Subsequent lines will contain the
-// respective values of successfully predicted rows, with the last,
-// i.e. the target, columns having the corresponding prediction
-// [scores][google.cloud.automl.v1p1beta.TablesAnnotation.score].
-// For REGRESSION and FORECASTING
-// [prediction_type-s][google.cloud.automl.v1p1beta.TablesModelMetadata.prediction_type]:
-// Each .csv file will contain a header, listing all columns'
-// [display_name-s][google.cloud.automl.v1p1beta.display_name]
-// given on input followed by the predicted target column with name
-// in the format of
-// "predicted_<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
-// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>"
-// Subsequent lines will contain the respective values of
-// successfully predicted rows, with the last, i.e. the target,
-// column having the predicted target value.
-// If prediction for any rows failed, then an additional
-// `errors_1.csv`, `errors_2.csv`,..., `errors_N.csv` will be
-// created (N depends on total number of failed rows). These files
-// will have analogous format as `tables_*.csv`, but always with a
-// single target column having
-// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-// represented as a JSON string, and containing only `code` and
-// `message`.
-// BigQuery case:
-// [bigquery_destination][google.cloud.automl.v1p1beta.OutputConfig.bigquery_destination]
-// pointing to a BigQuery project must be set. In the given project a
-// new dataset will be created with name
-// `prediction__`
-// where will be made
-// BigQuery-dataset-name compatible (e.g. most special characters will
-// become underscores), and timestamp will be in
-// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
-// two tables will be created, `predictions`, and `errors`.
-// The `predictions` table's column names will be the input columns'
-// [display_name-s][google.cloud.automl.v1p1beta.ColumnSpec.display_name]
-// followed by the target column with name in the format of
-// "predicted_<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
-// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>"
-// The input feature columns will contain the respective values of
-// successfully predicted rows, with the target column having an
-// ARRAY of
-// [AnnotationPayloads][google.cloud.automl.v1p1beta.AnnotationPayload],
-// represented as STRUCT-s, containing
-// [TablesAnnotation][google.cloud.automl.v1p1beta.TablesAnnotation].
-// The `errors` table contains rows for which the prediction has
-// failed, it has analogous input columns while the target column name
-// is in the format of
-// "errors_<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
-// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>",
-// and as a value has
-// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-// represented as a STRUCT, and containing only `code` and `message`.
+// * For Image Classification:
+// In the created directory files `image_classification_1.jsonl`,
+// `image_classification_2.jsonl`,...,`image_classification_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of the successfully predicted images and annotations.
+// A single image will be listed only once with all its annotations,
+// and its annotations will never be split across files.
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps image's "ID" : "" followed by a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have classification detail populated.
+// If prediction for any image failed (partially or completely), then an
+// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
+// files will be created (N depends on total number of failed
+// predictions). These files will have a JSON representation of a proto
+// that wraps the same "ID" : "" but here followed by
+// exactly one
+// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// containing only `code` and `message`fields.
+//
+// * For Image Object Detection:
+// In the created directory files `image_object_detection_1.jsonl`,
+// `image_object_detection_2.jsonl`,...,`image_object_detection_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of the successfully predicted images and annotations.
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps image's "ID" : "" followed by a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have image_object_detection detail populated. A single image will
+// be listed only once with all its annotations, and its annotations
+// will never be split across files.
+// If prediction for any image failed (partially or completely), then
+// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
+// files will be created (N depends on total number of failed
+// predictions). These files will have a JSON representation of a proto
+// that wraps the same "ID" : "" but here followed by
+// exactly one
+// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// containing only `code` and `message`fields.
+// * For Video Classification:
+// In the created directory a video_classification.csv file, and a .JSON
+// file per each video classification requested in the input (i.e. each
+// line in given CSV(s)), will be created.
+//
+// The format of video_classification.csv is:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END,JSON_FILE_NAME,STATUS
+// where:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
+// the prediction input lines (i.e. video_classification.csv has
+// precisely the same number of lines as the prediction input had.)
+// JSON_FILE_NAME = Name of .JSON file in the output directory, which
+// contains prediction responses for the video time segment.
+// STATUS = "OK" if prediction completed successfully, or an error code
+// with message otherwise. If STATUS is not "OK" then the .JSON file
+// for that line may not exist or be empty.
+//
+// Each .JSON file, assuming STATUS is "OK", will contain a list of
+// AnnotationPayload protos in JSON format, which are the predictions
+// for the video time segment the file is assigned to in the
+// video_classification.csv. All AnnotationPayload protos will have
+// video_classification field set, and will be sorted by
+// video_classification.type field (note that the returned types are
+// governed by `classifaction_types` parameter in
+// [PredictService.BatchPredictRequest.params][]).
+//
+// * For Video Object Tracking:
+// In the created directory a video_object_tracking.csv file will be
+// created, and multiple files video_object_trackinng_1.json,
+// video_object_trackinng_2.json,..., video_object_trackinng_N.json,
+// where N is the number of requests in the input (i.e. the number of
+// lines in given CSV(s)).
+//
+// The format of video_object_tracking.csv is:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END,JSON_FILE_NAME,STATUS
+// where:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
+// the prediction input lines (i.e. video_object_tracking.csv has
+// precisely the same number of lines as the prediction input had.)
+// JSON_FILE_NAME = Name of .JSON file in the output directory, which
+// contains prediction responses for the video time segment.
+// STATUS = "OK" if prediction completed successfully, or an error
+// code with message otherwise. If STATUS is not "OK" then the .JSON
+// file for that line may not exist or be empty.
+//
+// Each .JSON file, assuming STATUS is "OK", will contain a list of
+// AnnotationPayload protos in JSON format, which are the predictions
+// for each frame of the video time segment the file is assigned to in
+// video_object_tracking.csv. All AnnotationPayload protos will have
+// video_object_tracking field set.
+// * For Text Classification:
+// In the created directory files `text_classification_1.jsonl`,
+// `text_classification_2.jsonl`,...,`text_classification_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of inputs and annotations found.
+//
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps input text file (or document) in
+// the text snippet (or document) proto and a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have classification detail populated. A single text file (or
+// document) will be listed only once with all its annotations, and its
+// annotations will never be split across files.
+//
+// If prediction for any input file (or document) failed (partially or
+// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
+// `errors_N.jsonl` files will be created (N depends on total number of
+// failed predictions). These files will have a JSON representation of a
+// proto that wraps input file followed by exactly one
+// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// containing only `code` and `message`.
+//
+// * For Text Sentiment:
+// In the created directory files `text_sentiment_1.jsonl`,
+// `text_sentiment_2.jsonl`,...,`text_sentiment_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of inputs and annotations found.
+//
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps input text file (or document) in
+// the text snippet (or document) proto and a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have text_sentiment detail populated. A single text file (or
+// document) will be listed only once with all its annotations, and its
+// annotations will never be split across files.
+//
+// If prediction for any input file (or document) failed (partially or
+// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
+// `errors_N.jsonl` files will be created (N depends on total number of
+// failed predictions). These files will have a JSON representation of a
+// proto that wraps input file followed by exactly one
+// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// containing only `code` and `message`.
+//
+// * For Text Extraction:
+// In the created directory files `text_extraction_1.jsonl`,
+// `text_extraction_2.jsonl`,...,`text_extraction_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of inputs and annotations found.
+// The contents of these .JSONL file(s) depend on whether the input
+// used inline text, or documents.
+// If input was inline, then each .JSONL file will contain, per line,
+// a JSON representation of a proto that wraps given in request text
+// snippet's "id" (if specified), followed by input text snippet,
+// and a list of zero or more
+// AnnotationPayload protos (called annotations), which have
+// text_extraction detail populated. A single text snippet will be
+// listed only once with all its annotations, and its annotations will
+// never be split across files.
+// If input used documents, then each .JSONL file will contain, per
+// line, a JSON representation of a proto that wraps given in request
+// document proto, followed by its OCR-ed representation in the form
+// of a text snippet, finally followed by a list of zero or more
+// AnnotationPayload protos (called annotations), which have
+// text_extraction detail populated and refer, via their indices, to
+// the OCR-ed text snippet. A single document (and its text snippet)
+// will be listed only once with all its annotations, and its
+// annotations will never be split across files.
+// If prediction for any text snippet failed (partially or completely),
+// then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
+// `errors_N.jsonl` files will be created (N depends on total number of
+// failed predictions). These files will have a JSON representation of a
+// proto that wraps either the "id" : "" (in case of inline)
+// or the document proto (in case of document) but here followed by
+// exactly one
+// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// containing only `code` and `message`.
+//
+// * For Tables:
+// Output depends on whether
+// [gcs_destination][google.cloud.automl.v1p1beta.BatchPredictOutputConfig.gcs_destination]
+// or
+// [bigquery_destination][google.cloud.automl.v1p1beta.BatchPredictOutputConfig.bigquery_destination]
+// is set (either is allowed).
+// Google Cloud Storage case:
+// In the created directory files `tables_1.csv`, `tables_2.csv`,...,
+// `tables_N.csv` will be created, where N may be 1, and depends on
+// the total number of the successfully predicted rows.
+// For all CLASSIFICATION
+// [prediction_type-s][google.cloud.automl.v1p1beta.TablesModelMetadata.prediction_type]:
+// Each .csv file will contain a header, listing all columns'
+// [display_name-s][google.cloud.automl.v1p1beta.ColumnSpec.display_name]
+// given on input followed by M target column names in the format of
+// "<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
+// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>__score" where M is the number of distinct target values,
+// i.e. number of distinct values in the target column of the table
+// used to train the model. Subsequent lines will contain the
+// respective values of successfully predicted rows, with the last,
+// i.e. the target, columns having the corresponding prediction
+// [scores][google.cloud.automl.v1p1beta.TablesAnnotation.score].
+// For REGRESSION and FORECASTING
+// [prediction_type-s][google.cloud.automl.v1p1beta.TablesModelMetadata.prediction_type]:
+// Each .csv file will contain a header, listing all columns'
+// [display_name-s][google.cloud.automl.v1p1beta.display_name]
+// given on input followed by the predicted target column with name
+// in the format of
+// "predicted_<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
+// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>"
+// Subsequent lines will contain the respective values of
+// successfully predicted rows, with the last, i.e. the target,
+// column having the predicted target value.
+// If prediction for any rows failed, then an additional
+// `errors_1.csv`, `errors_2.csv`,..., `errors_N.csv` will be
+// created (N depends on total number of failed rows). These files
+// will have analogous format as `tables_*.csv`, but always with a
+// single target column having
+// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// represented as a JSON string, and containing only `code` and
+// `message`.
+// BigQuery case:
+// [bigquery_destination][google.cloud.automl.v1p1beta.OutputConfig.bigquery_destination]
+// pointing to a BigQuery project must be set. In the given project a
+// new dataset will be created with name
+// `prediction__`
+// where will be made
+// BigQuery-dataset-name compatible (e.g. most special characters will
+// become underscores), and timestamp will be in
+// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
+// two tables will be created, `predictions`, and `errors`.
+// The `predictions` table's column names will be the input columns'
+// [display_name-s][google.cloud.automl.v1p1beta.ColumnSpec.display_name]
+// followed by the target column with name in the format of
+// "predicted_<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
+// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>"
+// The input feature columns will contain the respective values of
+// successfully predicted rows, with the target column having an
+// ARRAY of
+// [AnnotationPayloads][google.cloud.automl.v1p1beta.AnnotationPayload],
+// represented as STRUCT-s, containing
+// [TablesAnnotation][google.cloud.automl.v1p1beta.TablesAnnotation].
+// The `errors` table contains rows for which the prediction has
+// failed, it has analogous input columns while the target column name
+// is in the format of
+// "errors_<[target_column_specs][google.cloud.automl.v1p1beta.TablesModelMetadata.target_column_spec]
+// [display_name][google.cloud.automl.v1p1beta.ColumnSpec.display_name]>",
+// and as a value has
+// [`google.rpc.Status`](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// represented as a STRUCT, and containing only `code` and `message`.
type BatchPredictOutputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/automl/apiv1/automlpb/model.pb.go b/automl/apiv1/automlpb/model.pb.go
index ea0da0e5b6cb..191e45438104 100755
--- a/automl/apiv1/automlpb/model.pb.go
+++ b/automl/apiv1/automlpb/model.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/model_evaluation.pb.go b/automl/apiv1/automlpb/model_evaluation.pb.go
index 46e3d9dcbcee..c9c82989ab23 100755
--- a/automl/apiv1/automlpb/model_evaluation.pb.go
+++ b/automl/apiv1/automlpb/model_evaluation.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/operations.pb.go b/automl/apiv1/automlpb/operations.pb.go
index fbbc79bf083a..f2dd8cfe8adb 100755
--- a/automl/apiv1/automlpb/operations.pb.go
+++ b/automl/apiv1/automlpb/operations.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/prediction_service.pb.go b/automl/apiv1/automlpb/prediction_service.pb.go
index ab5b4bf20b18..d41016b83bc1 100755
--- a/automl/apiv1/automlpb/prediction_service.pb.go
+++ b/automl/apiv1/automlpb/prediction_service.pb.go
@@ -21,17 +21,16 @@
package automlpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/service.pb.go b/automl/apiv1/automlpb/service.pb.go
index 4fc70d58d32f..6558f6778322 100755
--- a/automl/apiv1/automlpb/service.pb.go
+++ b/automl/apiv1/automlpb/service.pb.go
@@ -21,11 +21,8 @@
package automlpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/text.pb.go b/automl/apiv1/automlpb/text.pb.go
index a57dfdd0fe7a..200f5992a1bc 100755
--- a/automl/apiv1/automlpb/text.pb.go
+++ b/automl/apiv1/automlpb/text.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/text_extraction.pb.go b/automl/apiv1/automlpb/text_extraction.pb.go
index ebfe32aedc1a..9d00b4734fd0 100755
--- a/automl/apiv1/automlpb/text_extraction.pb.go
+++ b/automl/apiv1/automlpb/text_extraction.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/text_segment.pb.go b/automl/apiv1/automlpb/text_segment.pb.go
index c0e970809926..011c32cff740 100755
--- a/automl/apiv1/automlpb/text_segment.pb.go
+++ b/automl/apiv1/automlpb/text_segment.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/text_sentiment.pb.go b/automl/apiv1/automlpb/text_sentiment.pb.go
index 842b058164f2..aa3fc1d42759 100755
--- a/automl/apiv1/automlpb/text_sentiment.pb.go
+++ b/automl/apiv1/automlpb/text_sentiment.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/automlpb/translation.pb.go b/automl/apiv1/automlpb/translation.pb.go
index 886121f40c2d..0e2b3d2310a7 100755
--- a/automl/apiv1/automlpb/translation.pb.go
+++ b/automl/apiv1/automlpb/translation.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1/doc.go b/automl/apiv1/doc.go
index 31c2f8644d15..b9d8cf6d4110 100755
--- a/automl/apiv1/doc.go
+++ b/automl/apiv1/doc.go
@@ -20,59 +20,58 @@
// Train high-quality custom machine learning models with minimum effort and
// machine learning expertise.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := automl.NewPredictionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := automl.NewPredictionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := automl.NewPredictionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &automlpb.PredictRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/automl/apiv1/automlpb#PredictRequest.
-// }
-// resp, err := c.Predict(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := automl.NewPredictionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &automlpb.PredictRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/automl/apiv1/automlpb#PredictRequest.
+// }
+// resp, err := c.Predict(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewPredictionClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/automl/apiv1/prediction_client.go b/automl/apiv1/prediction_client.go
index c55db46feb39..ae76b9a9162b 100755
--- a/automl/apiv1/prediction_client.go
+++ b/automl/apiv1/prediction_client.go
@@ -134,36 +134,36 @@ func (c *PredictionClient) Connection() *grpc.ClientConn {
//
// AutoML Vision Classification
//
-// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
+// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
//
// AutoML Vision Object Detection
//
-// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
+// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
//
// AutoML Natural Language Classification
//
-// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
-// .PDF, .TIF or .TIFF format with size upto 2MB.
+// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
+// .PDF, .TIF or .TIFF format with size upto 2MB.
//
// AutoML Natural Language Entity Extraction
//
-// A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
-// in .PDF, .TIF or .TIFF format with size upto 20MB.
+// A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
+// in .PDF, .TIF or .TIFF format with size upto 20MB.
//
// AutoML Natural Language Sentiment Analysis
//
-// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
-// .PDF, .TIF or .TIFF format with size upto 2MB.
+// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
+// .PDF, .TIF or .TIFF format with size upto 2MB.
//
// AutoML Translation
//
-// A TextSnippet up to 25,000 characters, UTF-8 encoded.
+// A TextSnippet up to 25,000 characters, UTF-8 encoded.
//
// AutoML Tables
//
-// A row with column values matching
-// the columns of the model, up to 5MB. Not available for FORECASTING
-// prediction_type.
+// A row with column values matching
+// the columns of the model, up to 5MB. Not available for FORECASTING
+// prediction_type.
func (c *PredictionClient) Predict(ctx context.Context, req *automlpb.PredictRequest, opts ...gax.CallOption) (*automlpb.PredictResponse, error) {
return c.internalClient.Predict(ctx, req, opts...)
}
@@ -176,19 +176,19 @@ func (c *PredictionClient) Predict(ctx context.Context, req *automlpb.PredictReq
// the response field.
// Available for following ML scenarios:
//
-// AutoML Vision Classification
+// AutoML Vision Classification
//
-// AutoML Vision Object Detection
+// AutoML Vision Object Detection
//
-// AutoML Video Intelligence Classification
+// AutoML Video Intelligence Classification
//
-// AutoML Video Intelligence Object Tracking * AutoML Natural Language Classification
+// AutoML Video Intelligence Object Tracking * AutoML Natural Language Classification
//
-// AutoML Natural Language Entity Extraction
+// AutoML Natural Language Entity Extraction
//
-// AutoML Natural Language Sentiment Analysis
+// AutoML Natural Language Sentiment Analysis
//
-// AutoML Tables
+// AutoML Tables
func (c *PredictionClient) BatchPredict(ctx context.Context, req *automlpb.BatchPredictRequest, opts ...gax.CallOption) (*BatchPredictOperation, error) {
return c.internalClient.BatchPredict(ctx, req, opts...)
}
@@ -437,36 +437,36 @@ func (c *predictionGRPCClient) BatchPredict(ctx context.Context, req *automlpb.B
//
// AutoML Vision Classification
//
-// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
+// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
//
// AutoML Vision Object Detection
//
-// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
+// An image in .JPEG, .GIF or .PNG format, image_bytes up to 30MB.
//
// AutoML Natural Language Classification
//
-// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
-// .PDF, .TIF or .TIFF format with size upto 2MB.
+// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
+// .PDF, .TIF or .TIFF format with size upto 2MB.
//
// AutoML Natural Language Entity Extraction
//
-// A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
-// in .PDF, .TIF or .TIFF format with size upto 20MB.
+// A TextSnippet up to 10,000 characters, UTF-8 NFC encoded or a document
+// in .PDF, .TIF or .TIFF format with size upto 20MB.
//
// AutoML Natural Language Sentiment Analysis
//
-// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
-// .PDF, .TIF or .TIFF format with size upto 2MB.
+// A TextSnippet up to 60,000 characters, UTF-8 encoded or a document in
+// .PDF, .TIF or .TIFF format with size upto 2MB.
//
// AutoML Translation
//
-// A TextSnippet up to 25,000 characters, UTF-8 encoded.
+// A TextSnippet up to 25,000 characters, UTF-8 encoded.
//
// AutoML Tables
//
-// A row with column values matching
-// the columns of the model, up to 5MB. Not available for FORECASTING
-// prediction_type.
+// A row with column values matching
+// the columns of the model, up to 5MB. Not available for FORECASTING
+// prediction_type.
func (c *predictionRESTClient) Predict(ctx context.Context, req *automlpb.PredictRequest, opts ...gax.CallOption) (*automlpb.PredictResponse, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -538,19 +538,19 @@ func (c *predictionRESTClient) Predict(ctx context.Context, req *automlpb.Predic
// the response field.
// Available for following ML scenarios:
//
-// AutoML Vision Classification
+// AutoML Vision Classification
//
-// AutoML Vision Object Detection
+// AutoML Vision Object Detection
//
-// AutoML Video Intelligence Classification
+// AutoML Video Intelligence Classification
//
-// AutoML Video Intelligence Object Tracking * AutoML Natural Language Classification
+// AutoML Video Intelligence Object Tracking * AutoML Natural Language Classification
//
-// AutoML Natural Language Entity Extraction
+// AutoML Natural Language Entity Extraction
//
-// AutoML Natural Language Sentiment Analysis
+// AutoML Natural Language Sentiment Analysis
//
-// AutoML Tables
+// AutoML Tables
func (c *predictionRESTClient) BatchPredict(ctx context.Context, req *automlpb.BatchPredictRequest, opts ...gax.CallOption) (*BatchPredictOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/automl/apiv1beta1/auto_ml_client.go b/automl/apiv1beta1/auto_ml_client.go
index de0b819ef029..5605ed379fde 100755
--- a/automl/apiv1beta1/auto_ml_client.go
+++ b/automl/apiv1beta1/auto_ml_client.go
@@ -529,11 +529,11 @@ func (c *Client) DeleteDatasetOperation(name string) *DeleteDatasetOperation {
//
// For Tables:
//
-// A
-// schema_inference_version
-// parameter must be explicitly set.
-// Returns an empty response in the
-// response field when it completes.
+// A
+// schema_inference_version
+// parameter must be explicitly set.
+// Returns an empty response in the
+// response field when it completes.
func (c *Client) ImportData(ctx context.Context, req *automlpb.ImportDataRequest, opts ...gax.CallOption) (*ImportDataOperation, error) {
return c.internalClient.ImportData(ctx, req, opts...)
}
@@ -1947,11 +1947,11 @@ func (c *restClient) DeleteDataset(ctx context.Context, req *automlpb.DeleteData
//
// For Tables:
//
-// A
-// schema_inference_version
-// parameter must be explicitly set.
-// Returns an empty response in the
-// response field when it completes.
+// A
+// schema_inference_version
+// parameter must be explicitly set.
+// Returns an empty response in the
+// response field when it completes.
func (c *restClient) ImportData(ctx context.Context, req *automlpb.ImportDataRequest, opts ...gax.CallOption) (*ImportDataOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/automl/apiv1beta1/automlpb/annotation_payload.pb.go b/automl/apiv1beta1/automlpb/annotation_payload.pb.go
index 070e9c59e3be..e1e34e66d65b 100755
--- a/automl/apiv1beta1/automlpb/annotation_payload.pb.go
+++ b/automl/apiv1beta1/automlpb/annotation_payload.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/annotation_spec.pb.go b/automl/apiv1beta1/automlpb/annotation_spec.pb.go
index 5d60376f49a2..1f3f240b67ec 100755
--- a/automl/apiv1beta1/automlpb/annotation_spec.pb.go
+++ b/automl/apiv1beta1/automlpb/annotation_spec.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/classification.pb.go b/automl/apiv1beta1/automlpb/classification.pb.go
index 277ea3d2c0df..57522ea8db73 100755
--- a/automl/apiv1beta1/automlpb/classification.pb.go
+++ b/automl/apiv1beta1/automlpb/classification.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/column_spec.pb.go b/automl/apiv1beta1/automlpb/column_spec.pb.go
index c2e7e34738f5..616ac64594f3 100755
--- a/automl/apiv1beta1/automlpb/column_spec.pb.go
+++ b/automl/apiv1beta1/automlpb/column_spec.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -39,7 +38,7 @@ const (
// A representation of a column in a relational table. When listing them, column specs are returned in the same order in which they were
// given on import .
// Used by:
-// - Tables
+// * Tables
type ColumnSpec struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/automl/apiv1beta1/automlpb/data_items.pb.go b/automl/apiv1beta1/automlpb/data_items.pb.go
index a3954d7c48d7..54864d347b22 100755
--- a/automl/apiv1beta1/automlpb/data_items.pb.go
+++ b/automl/apiv1beta1/automlpb/data_items.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/data_stats.pb.go b/automl/apiv1beta1/automlpb/data_stats.pb.go
index 2c476a3ebe46..13aad896ff5b 100755
--- a/automl/apiv1beta1/automlpb/data_stats.pb.go
+++ b/automl/apiv1beta1/automlpb/data_stats.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/data_types.pb.go b/automl/apiv1beta1/automlpb/data_types.pb.go
index d0c4f1cd9292..e9486cc18aeb 100755
--- a/automl/apiv1beta1/automlpb/data_types.pb.go
+++ b/automl/apiv1beta1/automlpb/data_types.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/dataset.pb.go b/automl/apiv1beta1/automlpb/dataset.pb.go
index 32760540786a..088a67fd861d 100755
--- a/automl/apiv1beta1/automlpb/dataset.pb.go
+++ b/automl/apiv1beta1/automlpb/dataset.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/detection.pb.go b/automl/apiv1beta1/automlpb/detection.pb.go
index 86d65a9257b2..fd2fdcb2036b 100755
--- a/automl/apiv1beta1/automlpb/detection.pb.go
+++ b/automl/apiv1beta1/automlpb/detection.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/geometry.pb.go b/automl/apiv1beta1/automlpb/geometry.pb.go
index eeda981663fb..b51918d90b30 100755
--- a/automl/apiv1beta1/automlpb/geometry.pb.go
+++ b/automl/apiv1beta1/automlpb/geometry.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/image.pb.go b/automl/apiv1beta1/automlpb/image.pb.go
index f10672edba46..74b9daa925a6 100755
--- a/automl/apiv1beta1/automlpb/image.pb.go
+++ b/automl/apiv1beta1/automlpb/image.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/io.pb.go b/automl/apiv1beta1/automlpb/io.pb.go
index 0bbf7bf7342a..a76d40577d9a 100755
--- a/automl/apiv1beta1/automlpb/io.pb.go
+++ b/automl/apiv1beta1/automlpb/io.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -51,351 +50,348 @@ const (
// The formats are represented in EBNF with commas being literal and with
// non-terminal symbols defined near the end of this comment. The formats are:
//
-// - For Image Classification:
-// CSV file(s) with each line in format:
-// ML_USE,GCS_FILE_PATH,LABEL,LABEL,...
-// GCS_FILE_PATH leads to image of up to 30MB in size. Supported
-// extensions: .JPEG, .GIF, .PNG, .WEBP, .BMP, .TIFF, .ICO
-// For MULTICLASS classification type, at most one LABEL is allowed
-// per image. If an image has not yet been labeled, then it should be
-// mentioned just once with no LABEL.
-// Some sample rows:
-// TRAIN,gs://folder/image1.jpg,daisy
-// TEST,gs://folder/image2.jpg,dandelion,tulip,rose
-// UNASSIGNED,gs://folder/image3.jpg,daisy
-// UNASSIGNED,gs://folder/image4.jpg
-//
-// - For Image Object Detection:
-// CSV file(s) with each line in format:
-// ML_USE,GCS_FILE_PATH,(LABEL,BOUNDING_BOX | ,,,,,,,)
-// GCS_FILE_PATH leads to image of up to 30MB in size. Supported
-// extensions: .JPEG, .GIF, .PNG.
-// Each image is assumed to be exhaustively labeled. The minimum
-// allowed BOUNDING_BOX edge length is 0.01, and no more than 500
-// BOUNDING_BOX-es per image are allowed (one BOUNDING_BOX is defined
-// per line). If an image has not yet been labeled, then it should be
-// mentioned just once with no LABEL and the ",,,,,,," in place of the
-// BOUNDING_BOX. For images which are known to not contain any
-// bounding boxes, they should be labelled explictly as
-// "NEGATIVE_IMAGE", followed by ",,,,,,," in place of the
-// BOUNDING_BOX.
-// Sample rows:
-// TRAIN,gs://folder/image1.png,car,0.1,0.1,,,0.3,0.3,,
-// TRAIN,gs://folder/image1.png,bike,.7,.6,,,.8,.9,,
-// UNASSIGNED,gs://folder/im2.png,car,0.1,0.1,0.2,0.1,0.2,0.3,0.1,0.3
-// TEST,gs://folder/im3.png,,,,,,,,,
-// TRAIN,gs://folder/im4.png,NEGATIVE_IMAGE,,,,,,,,,
-//
-// - For Video Classification:
-// CSV file(s) with each line in format:
-// ML_USE,GCS_FILE_PATH
-// where ML_USE VALIDATE value should not be used. The GCS_FILE_PATH
-// should lead to another .csv file which describes examples that have
-// given ML_USE, using the following row format:
-// GCS_FILE_PATH,(LABEL,TIME_SEGMENT_START,TIME_SEGMENT_END | ,,)
-// Here GCS_FILE_PATH leads to a video of up to 50GB in size and up
-// to 3h duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
-// TIME_SEGMENT_START and TIME_SEGMENT_END must be within the
-// length of the video, and end has to be after the start. Any segment
-// of a video which has one or more labels on it, is considered a
-// hard negative for all other labels. Any segment with no labels on
-// it is considered to be unknown. If a whole video is unknown, then
-// it shuold be mentioned just once with ",," in place of LABEL,
-// TIME_SEGMENT_START,TIME_SEGMENT_END.
-// Sample top level CSV file:
-// TRAIN,gs://folder/train_videos.csv
-// TEST,gs://folder/test_videos.csv
-// UNASSIGNED,gs://folder/other_videos.csv
-// Sample rows of a CSV file for a particular ML_USE:
-// gs://folder/video1.avi,car,120,180.000021
-// gs://folder/video1.avi,bike,150,180.000021
-// gs://folder/vid2.avi,car,0,60.5
-// gs://folder/vid3.avi,,,
-//
-// - For Video Object Tracking:
-// CSV file(s) with each line in format:
-// ML_USE,GCS_FILE_PATH
-// where ML_USE VALIDATE value should not be used. The GCS_FILE_PATH
-// should lead to another .csv file which describes examples that have
-// given ML_USE, using one of the following row format:
-// GCS_FILE_PATH,LABEL,[INSTANCE_ID],TIMESTAMP,BOUNDING_BOX
-// or
-// GCS_FILE_PATH,,,,,,,,,,
-// Here GCS_FILE_PATH leads to a video of up to 50GB in size and up
-// to 3h duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
-// Providing INSTANCE_IDs can help to obtain a better model. When
-// a specific labeled entity leaves the video frame, and shows up
-// afterwards it is not required, albeit preferable, that the same
-// INSTANCE_ID is given to it.
-// TIMESTAMP must be within the length of the video, the
-// BOUNDING_BOX is assumed to be drawn on the closest video's frame
-// to the TIMESTAMP. Any mentioned by the TIMESTAMP frame is expected
-// to be exhaustively labeled and no more than 500 BOUNDING_BOX-es per
-// frame are allowed. If a whole video is unknown, then it should be
-// mentioned just once with ",,,,,,,,,," in place of LABEL,
-// [INSTANCE_ID],TIMESTAMP,BOUNDING_BOX.
-// Sample top level CSV file:
-// TRAIN,gs://folder/train_videos.csv
-// TEST,gs://folder/test_videos.csv
-// UNASSIGNED,gs://folder/other_videos.csv
-// Seven sample rows of a CSV file for a particular ML_USE:
-// gs://folder/video1.avi,car,1,12.10,0.8,0.8,0.9,0.8,0.9,0.9,0.8,0.9
-// gs://folder/video1.avi,car,1,12.90,0.4,0.8,0.5,0.8,0.5,0.9,0.4,0.9
-// gs://folder/video1.avi,car,2,12.10,.4,.2,.5,.2,.5,.3,.4,.3
-// gs://folder/video1.avi,car,2,12.90,.8,.2,,,.9,.3,,
-// gs://folder/video1.avi,bike,,12.50,.45,.45,,,.55,.55,,
-// gs://folder/video2.avi,car,1,0,.1,.9,,,.9,.1,,
-// gs://folder/video2.avi,,,,,,,,,,,
-//
-// - For Text Extraction:
-// CSV file(s) with each line in format:
-// ML_USE,GCS_FILE_PATH
-// GCS_FILE_PATH leads to a .JSONL (that is, JSON Lines) file which
-// either imports text in-line or as documents. Any given
-// .JSONL file must be 100MB or smaller.
-// The in-line .JSONL file contains, per line, a proto that wraps a
-// TextSnippet proto (in json representation) followed by one or more
-// AnnotationPayload protos (called annotations), which have
-// display_name and text_extraction detail populated. The given text
-// is expected to be annotated exhaustively, for example, if you look
-// for animals and text contains "dolphin" that is not labeled, then
-// "dolphin" is assumed to not be an animal. Any given text snippet
-// content must be 10KB or smaller, and also be UTF-8 NFC encoded
-// (ASCII already is).
-// The document .JSONL file contains, per line, a proto that wraps a
-// Document proto. The Document proto must have either document_text
-// or input_config set. In document_text case, the Document proto may
-// also contain the spatial information of the document, including
-// layout, document dimension and page number. In input_config case,
-// only PDF documents are supported now, and each document may be up
-// to 2MB large. Currently, annotations on documents cannot be
-// specified at import.
-// Three sample CSV rows:
-// TRAIN,gs://folder/file1.jsonl
-// VALIDATE,gs://folder/file2.jsonl
-// TEST,gs://folder/file3.jsonl
-// Sample in-line JSON Lines file for entity extraction (presented here
-// with artificial line breaks, but the only actual line break is
-// denoted by \n).:
-// {
-// "document": {
-// "document_text": {"content": "dog cat"}
-// "layout": [
-// {
-// "text_segment": {
-// "start_offset": 0,
-// "end_offset": 3,
-// },
-// "page_number": 1,
-// "bounding_poly": {
-// "normalized_vertices": [
-// {"x": 0.1, "y": 0.1},
-// {"x": 0.1, "y": 0.3},
-// {"x": 0.3, "y": 0.3},
-// {"x": 0.3, "y": 0.1},
-// ],
-// },
-// "text_segment_type": TOKEN,
-// },
-// {
-// "text_segment": {
-// "start_offset": 4,
-// "end_offset": 7,
-// },
-// "page_number": 1,
-// "bounding_poly": {
-// "normalized_vertices": [
-// {"x": 0.4, "y": 0.1},
-// {"x": 0.4, "y": 0.3},
-// {"x": 0.8, "y": 0.3},
-// {"x": 0.8, "y": 0.1},
-// ],
-// },
-// "text_segment_type": TOKEN,
-// }
-//
-// ],
-// "document_dimensions": {
-// "width": 8.27,
-// "height": 11.69,
-// "unit": INCH,
-// }
-// "page_count": 1,
-// },
-// "annotations": [
-// {
-// "display_name": "animal",
-// "text_extraction": {"text_segment": {"start_offset": 0,
-// "end_offset": 3}}
-// },
-// {
-// "display_name": "animal",
-// "text_extraction": {"text_segment": {"start_offset": 4,
-// "end_offset": 7}}
-// }
-// ],
-// }\n
-// {
-// "text_snippet": {
-// "content": "This dog is good."
-// },
-// "annotations": [
-// {
-// "display_name": "animal",
-// "text_extraction": {
-// "text_segment": {"start_offset": 5, "end_offset": 8}
-// }
-// }
-// ]
-// }
-// Sample document JSON Lines file (presented here with artificial line
-// breaks, but the only actual line break is denoted by \n).:
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
-// }
-// }
-// }
-// }\n
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document2.pdf" ]
-// }
-// }
-// }
-// }
-//
-// - For Text Classification:
-// CSV file(s) with each line in format:
-// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),LABEL,LABEL,...
-// TEXT_SNIPPET and GCS_FILE_PATH are distinguished by a pattern. If
-// the column content is a valid gcs file path, i.e. prefixed by
-// "gs://", it will be treated as a GCS_FILE_PATH, else if the content
-// is enclosed within double quotes (""), it is
-// treated as a TEXT_SNIPPET. In the GCS_FILE_PATH case, the path
-// must lead to a .txt file with UTF-8 encoding, for example,
-// "gs://folder/content.txt", and the content in it is extracted
-// as a text snippet. In TEXT_SNIPPET case, the column content
-// excluding quotes is treated as to be imported text snippet. In
-// both cases, the text snippet/file size must be within 128kB.
-// Maximum 100 unique labels are allowed per CSV row.
-// Sample rows:
-// TRAIN,"They have bad food and very rude",RudeService,BadFood
-// TRAIN,gs://folder/content.txt,SlowService
-// TEST,"Typically always bad service there.",RudeService
-// VALIDATE,"Stomach ache to go.",BadFood
-//
-// - For Text Sentiment:
-// CSV file(s) with each line in format:
-// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),SENTIMENT
-// TEXT_SNIPPET and GCS_FILE_PATH are distinguished by a pattern. If
-// the column content is a valid gcs file path, that is, prefixed by
-// "gs://", it is treated as a GCS_FILE_PATH, otherwise it is treated
-// as a TEXT_SNIPPET. In the GCS_FILE_PATH case, the path
-// must lead to a .txt file with UTF-8 encoding, for example,
-// "gs://folder/content.txt", and the content in it is extracted
-// as a text snippet. In TEXT_SNIPPET case, the column content itself
-// is treated as to be imported text snippet. In both cases, the
-// text snippet must be up to 500 characters long.
-// Sample rows:
-// TRAIN,"@freewrytin this is way too good for your product",2
-// TRAIN,"I need this product so bad",3
-// TEST,"Thank you for this product.",4
-// VALIDATE,gs://folder/content.txt,2
-//
-// - For Tables:
-// Either
-// [gcs_source][google.cloud.automl.v1beta1.InputConfig.gcs_source] or
+// * For Image Classification:
+// CSV file(s) with each line in format:
+// ML_USE,GCS_FILE_PATH,LABEL,LABEL,...
+// GCS_FILE_PATH leads to image of up to 30MB in size. Supported
+// extensions: .JPEG, .GIF, .PNG, .WEBP, .BMP, .TIFF, .ICO
+// For MULTICLASS classification type, at most one LABEL is allowed
+// per image. If an image has not yet been labeled, then it should be
+// mentioned just once with no LABEL.
+// Some sample rows:
+// TRAIN,gs://folder/image1.jpg,daisy
+// TEST,gs://folder/image2.jpg,dandelion,tulip,rose
+// UNASSIGNED,gs://folder/image3.jpg,daisy
+// UNASSIGNED,gs://folder/image4.jpg
+//
+// * For Image Object Detection:
+// CSV file(s) with each line in format:
+// ML_USE,GCS_FILE_PATH,(LABEL,BOUNDING_BOX | ,,,,,,,)
+// GCS_FILE_PATH leads to image of up to 30MB in size. Supported
+// extensions: .JPEG, .GIF, .PNG.
+// Each image is assumed to be exhaustively labeled. The minimum
+// allowed BOUNDING_BOX edge length is 0.01, and no more than 500
+// BOUNDING_BOX-es per image are allowed (one BOUNDING_BOX is defined
+// per line). If an image has not yet been labeled, then it should be
+// mentioned just once with no LABEL and the ",,,,,,," in place of the
+// BOUNDING_BOX. For images which are known to not contain any
+// bounding boxes, they should be labelled explictly as
+// "NEGATIVE_IMAGE", followed by ",,,,,,," in place of the
+// BOUNDING_BOX.
+// Sample rows:
+// TRAIN,gs://folder/image1.png,car,0.1,0.1,,,0.3,0.3,,
+// TRAIN,gs://folder/image1.png,bike,.7,.6,,,.8,.9,,
+// UNASSIGNED,gs://folder/im2.png,car,0.1,0.1,0.2,0.1,0.2,0.3,0.1,0.3
+// TEST,gs://folder/im3.png,,,,,,,,,
+// TRAIN,gs://folder/im4.png,NEGATIVE_IMAGE,,,,,,,,,
+//
+// * For Video Classification:
+// CSV file(s) with each line in format:
+// ML_USE,GCS_FILE_PATH
+// where ML_USE VALIDATE value should not be used. The GCS_FILE_PATH
+// should lead to another .csv file which describes examples that have
+// given ML_USE, using the following row format:
+// GCS_FILE_PATH,(LABEL,TIME_SEGMENT_START,TIME_SEGMENT_END | ,,)
+// Here GCS_FILE_PATH leads to a video of up to 50GB in size and up
+// to 3h duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
+// TIME_SEGMENT_START and TIME_SEGMENT_END must be within the
+// length of the video, and end has to be after the start. Any segment
+// of a video which has one or more labels on it, is considered a
+// hard negative for all other labels. Any segment with no labels on
+// it is considered to be unknown. If a whole video is unknown, then
+// it shuold be mentioned just once with ",," in place of LABEL,
+// TIME_SEGMENT_START,TIME_SEGMENT_END.
+// Sample top level CSV file:
+// TRAIN,gs://folder/train_videos.csv
+// TEST,gs://folder/test_videos.csv
+// UNASSIGNED,gs://folder/other_videos.csv
+// Sample rows of a CSV file for a particular ML_USE:
+// gs://folder/video1.avi,car,120,180.000021
+// gs://folder/video1.avi,bike,150,180.000021
+// gs://folder/vid2.avi,car,0,60.5
+// gs://folder/vid3.avi,,,
+//
+// * For Video Object Tracking:
+// CSV file(s) with each line in format:
+// ML_USE,GCS_FILE_PATH
+// where ML_USE VALIDATE value should not be used. The GCS_FILE_PATH
+// should lead to another .csv file which describes examples that have
+// given ML_USE, using one of the following row format:
+// GCS_FILE_PATH,LABEL,[INSTANCE_ID],TIMESTAMP,BOUNDING_BOX
+// or
+// GCS_FILE_PATH,,,,,,,,,,
+// Here GCS_FILE_PATH leads to a video of up to 50GB in size and up
+// to 3h duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
+// Providing INSTANCE_IDs can help to obtain a better model. When
+// a specific labeled entity leaves the video frame, and shows up
+// afterwards it is not required, albeit preferable, that the same
+// INSTANCE_ID is given to it.
+// TIMESTAMP must be within the length of the video, the
+// BOUNDING_BOX is assumed to be drawn on the closest video's frame
+// to the TIMESTAMP. Any mentioned by the TIMESTAMP frame is expected
+// to be exhaustively labeled and no more than 500 BOUNDING_BOX-es per
+// frame are allowed. If a whole video is unknown, then it should be
+// mentioned just once with ",,,,,,,,,," in place of LABEL,
+// [INSTANCE_ID],TIMESTAMP,BOUNDING_BOX.
+// Sample top level CSV file:
+// TRAIN,gs://folder/train_videos.csv
+// TEST,gs://folder/test_videos.csv
+// UNASSIGNED,gs://folder/other_videos.csv
+// Seven sample rows of a CSV file for a particular ML_USE:
+// gs://folder/video1.avi,car,1,12.10,0.8,0.8,0.9,0.8,0.9,0.9,0.8,0.9
+// gs://folder/video1.avi,car,1,12.90,0.4,0.8,0.5,0.8,0.5,0.9,0.4,0.9
+// gs://folder/video1.avi,car,2,12.10,.4,.2,.5,.2,.5,.3,.4,.3
+// gs://folder/video1.avi,car,2,12.90,.8,.2,,,.9,.3,,
+// gs://folder/video1.avi,bike,,12.50,.45,.45,,,.55,.55,,
+// gs://folder/video2.avi,car,1,0,.1,.9,,,.9,.1,,
+// gs://folder/video2.avi,,,,,,,,,,,
+// * For Text Extraction:
+// CSV file(s) with each line in format:
+// ML_USE,GCS_FILE_PATH
+// GCS_FILE_PATH leads to a .JSONL (that is, JSON Lines) file which
+// either imports text in-line or as documents. Any given
+// .JSONL file must be 100MB or smaller.
+// The in-line .JSONL file contains, per line, a proto that wraps a
+// TextSnippet proto (in json representation) followed by one or more
+// AnnotationPayload protos (called annotations), which have
+// display_name and text_extraction detail populated. The given text
+// is expected to be annotated exhaustively, for example, if you look
+// for animals and text contains "dolphin" that is not labeled, then
+// "dolphin" is assumed to not be an animal. Any given text snippet
+// content must be 10KB or smaller, and also be UTF-8 NFC encoded
+// (ASCII already is).
+// The document .JSONL file contains, per line, a proto that wraps a
+// Document proto. The Document proto must have either document_text
+// or input_config set. In document_text case, the Document proto may
+// also contain the spatial information of the document, including
+// layout, document dimension and page number. In input_config case,
+// only PDF documents are supported now, and each document may be up
+// to 2MB large. Currently, annotations on documents cannot be
+// specified at import.
+// Three sample CSV rows:
+// TRAIN,gs://folder/file1.jsonl
+// VALIDATE,gs://folder/file2.jsonl
+// TEST,gs://folder/file3.jsonl
+// Sample in-line JSON Lines file for entity extraction (presented here
+// with artificial line breaks, but the only actual line break is
+// denoted by \n).:
+// {
+// "document": {
+// "document_text": {"content": "dog cat"}
+// "layout": [
+// {
+// "text_segment": {
+// "start_offset": 0,
+// "end_offset": 3,
+// },
+// "page_number": 1,
+// "bounding_poly": {
+// "normalized_vertices": [
+// {"x": 0.1, "y": 0.1},
+// {"x": 0.1, "y": 0.3},
+// {"x": 0.3, "y": 0.3},
+// {"x": 0.3, "y": 0.1},
+// ],
+// },
+// "text_segment_type": TOKEN,
+// },
+// {
+// "text_segment": {
+// "start_offset": 4,
+// "end_offset": 7,
+// },
+// "page_number": 1,
+// "bounding_poly": {
+// "normalized_vertices": [
+// {"x": 0.4, "y": 0.1},
+// {"x": 0.4, "y": 0.3},
+// {"x": 0.8, "y": 0.3},
+// {"x": 0.8, "y": 0.1},
+// ],
+// },
+// "text_segment_type": TOKEN,
+// }
+//
+// ],
+// "document_dimensions": {
+// "width": 8.27,
+// "height": 11.69,
+// "unit": INCH,
+// }
+// "page_count": 1,
+// },
+// "annotations": [
+// {
+// "display_name": "animal",
+// "text_extraction": {"text_segment": {"start_offset": 0,
+// "end_offset": 3}}
+// },
+// {
+// "display_name": "animal",
+// "text_extraction": {"text_segment": {"start_offset": 4,
+// "end_offset": 7}}
+// }
+// ],
+// }\n
+// {
+// "text_snippet": {
+// "content": "This dog is good."
+// },
+// "annotations": [
+// {
+// "display_name": "animal",
+// "text_extraction": {
+// "text_segment": {"start_offset": 5, "end_offset": 8}
+// }
+// }
+// ]
+// }
+// Sample document JSON Lines file (presented here with artificial line
+// breaks, but the only actual line break is denoted by \n).:
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
+// }
+// }
+// }
+// }\n
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document2.pdf" ]
+// }
+// }
+// }
+// }
+//
+// * For Text Classification:
+// CSV file(s) with each line in format:
+// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),LABEL,LABEL,...
+// TEXT_SNIPPET and GCS_FILE_PATH are distinguished by a pattern. If
+// the column content is a valid gcs file path, i.e. prefixed by
+// "gs://", it will be treated as a GCS_FILE_PATH, else if the content
+// is enclosed within double quotes (""), it is
+// treated as a TEXT_SNIPPET. In the GCS_FILE_PATH case, the path
+// must lead to a .txt file with UTF-8 encoding, for example,
+// "gs://folder/content.txt", and the content in it is extracted
+// as a text snippet. In TEXT_SNIPPET case, the column content
+// excluding quotes is treated as to be imported text snippet. In
+// both cases, the text snippet/file size must be within 128kB.
+// Maximum 100 unique labels are allowed per CSV row.
+// Sample rows:
+// TRAIN,"They have bad food and very rude",RudeService,BadFood
+// TRAIN,gs://folder/content.txt,SlowService
+// TEST,"Typically always bad service there.",RudeService
+// VALIDATE,"Stomach ache to go.",BadFood
+//
+// * For Text Sentiment:
+// CSV file(s) with each line in format:
+// ML_USE,(TEXT_SNIPPET | GCS_FILE_PATH),SENTIMENT
+// TEXT_SNIPPET and GCS_FILE_PATH are distinguished by a pattern. If
+// the column content is a valid gcs file path, that is, prefixed by
+// "gs://", it is treated as a GCS_FILE_PATH, otherwise it is treated
+// as a TEXT_SNIPPET. In the GCS_FILE_PATH case, the path
+// must lead to a .txt file with UTF-8 encoding, for example,
+// "gs://folder/content.txt", and the content in it is extracted
+// as a text snippet. In TEXT_SNIPPET case, the column content itself
+// is treated as to be imported text snippet. In both cases, the
+// text snippet must be up to 500 characters long.
+// Sample rows:
+// TRAIN,"@freewrytin this is way too good for your product",2
+// TRAIN,"I need this product so bad",3
+// TEST,"Thank you for this product.",4
+// VALIDATE,gs://folder/content.txt,2
+//
+// * For Tables:
+// Either
+// [gcs_source][google.cloud.automl.v1beta1.InputConfig.gcs_source] or
//
// [bigquery_source][google.cloud.automl.v1beta1.InputConfig.bigquery_source]
-//
-// can be used. All inputs is concatenated into a single
+// can be used. All inputs is concatenated into a single
//
// [primary_table][google.cloud.automl.v1beta1.TablesDatasetMetadata.primary_table_name]
-//
-// For gcs_source:
-// CSV file(s), where the first row of the first file is the header,
-// containing unique column names. If the first row of a subsequent
-// file is the same as the header, then it is also treated as a
-// header. All other rows contain values for the corresponding
-// columns.
-// Each .CSV file by itself must be 10GB or smaller, and their total
-// size must be 100GB or smaller.
-// First three sample rows of a CSV file:
-// "Id","First Name","Last Name","Dob","Addresses"
+// For gcs_source:
+// CSV file(s), where the first row of the first file is the header,
+// containing unique column names. If the first row of a subsequent
+// file is the same as the header, then it is also treated as a
+// header. All other rows contain values for the corresponding
+// columns.
+// Each .CSV file by itself must be 10GB or smaller, and their total
+// size must be 100GB or smaller.
+// First three sample rows of a CSV file:
+// "Id","First Name","Last Name","Dob","Addresses"
//
// "1","John","Doe","1968-01-22","[{"status":"current","address":"123_First_Avenue","city":"Seattle","state":"WA","zip":"11111","numberOfYears":"1"},{"status":"previous","address":"456_Main_Street","city":"Portland","state":"OR","zip":"22222","numberOfYears":"5"}]"
//
// "2","Jane","Doe","1980-10-16","[{"status":"current","address":"789_Any_Avenue","city":"Albany","state":"NY","zip":"33333","numberOfYears":"2"},{"status":"previous","address":"321_Main_Street","city":"Hoboken","state":"NJ","zip":"44444","numberOfYears":"3"}]}
+// For bigquery_source:
+// An URI of a BigQuery table. The user data size of the BigQuery
+// table must be 100GB or smaller.
+// An imported table must have between 2 and 1,000 columns, inclusive,
+// and between 1000 and 100,000,000 rows, inclusive. There are at most 5
+// import data running in parallel.
+// Definitions:
+// ML_USE = "TRAIN" | "VALIDATE" | "TEST" | "UNASSIGNED"
+// Describes how the given example (file) should be used for model
+// training. "UNASSIGNED" can be used when user has no preference.
+// GCS_FILE_PATH = A path to file on GCS, e.g. "gs://folder/image1.png".
+// LABEL = A display name of an object on an image, video etc., e.g. "dog".
+// Must be up to 32 characters long and can consist only of ASCII
+// Latin letters A-Z and a-z, underscores(_), and ASCII digits 0-9.
+// For each label an AnnotationSpec is created which display_name
+// becomes the label; AnnotationSpecs are given back in predictions.
+// INSTANCE_ID = A positive integer that identifies a specific instance of a
+// labeled entity on an example. Used e.g. to track two cars on
+// a video while being able to tell apart which one is which.
+// BOUNDING_BOX = VERTEX,VERTEX,VERTEX,VERTEX | VERTEX,,,VERTEX,,
+// A rectangle parallel to the frame of the example (image,
+// video). If 4 vertices are given they are connected by edges
+// in the order provided, if 2 are given they are recognized
+// as diagonally opposite vertices of the rectangle.
+// VERTEX = COORDINATE,COORDINATE
+// First coordinate is horizontal (x), the second is vertical (y).
+// COORDINATE = A float in 0 to 1 range, relative to total length of
+// image or video in given dimension. For fractions the
+// leading non-decimal 0 can be omitted (i.e. 0.3 = .3).
+// Point 0,0 is in top left.
+// TIME_SEGMENT_START = TIME_OFFSET
+// Expresses a beginning, inclusive, of a time segment
+// within an example that has a time dimension
+// (e.g. video).
+// TIME_SEGMENT_END = TIME_OFFSET
+// Expresses an end, exclusive, of a time segment within
+// an example that has a time dimension (e.g. video).
+// TIME_OFFSET = A number of seconds as measured from the start of an
+// example (e.g. video). Fractions are allowed, up to a
+// microsecond precision. "inf" is allowed, and it means the end
+// of the example.
+// TEXT_SNIPPET = A content of a text snippet, UTF-8 encoded, enclosed within
+// double quotes ("").
+// SENTIMENT = An integer between 0 and
+// Dataset.text_sentiment_dataset_metadata.sentiment_max
+// (inclusive). Describes the ordinal of the sentiment - higher
+// value means a more positive sentiment. All the values are
+// completely relative, i.e. neither 0 needs to mean a negative or
+// neutral sentiment nor sentiment_max needs to mean a positive one
+// - it is just required that 0 is the least positive sentiment
+// in the data, and sentiment_max is the most positive one.
+// The SENTIMENT shouldn't be confused with "score" or "magnitude"
+// from the previous Natural Language Sentiment Analysis API.
+// All SENTIMENT values between 0 and sentiment_max must be
+// represented in the imported data. On prediction the same 0 to
+// sentiment_max range will be used. The difference between
+// neighboring sentiment values needs not to be uniform, e.g. 1 and
+// 2 may be similar whereas the difference between 2 and 3 may be
+// huge.
+//
+// Errors:
+// If any of the provided CSV files can't be parsed or if more than certain
+// percent of CSV rows cannot be processed then the operation fails and
+// nothing is imported. Regardless of overall success or failure the per-row
+// failures, up to a certain count cap, is listed in
+// Operation.metadata.partial_failures.
//
-// For bigquery_source:
-// An URI of a BigQuery table. The user data size of the BigQuery
-// table must be 100GB or smaller.
-// An imported table must have between 2 and 1,000 columns, inclusive,
-// and between 1000 and 100,000,000 rows, inclusive. There are at most 5
-// import data running in parallel.
-// Definitions:
-// ML_USE = "TRAIN" | "VALIDATE" | "TEST" | "UNASSIGNED"
-// Describes how the given example (file) should be used for model
-// training. "UNASSIGNED" can be used when user has no preference.
-// GCS_FILE_PATH = A path to file on GCS, e.g. "gs://folder/image1.png".
-// LABEL = A display name of an object on an image, video etc., e.g. "dog".
-// Must be up to 32 characters long and can consist only of ASCII
-// Latin letters A-Z and a-z, underscores(_), and ASCII digits 0-9.
-// For each label an AnnotationSpec is created which display_name
-// becomes the label; AnnotationSpecs are given back in predictions.
-// INSTANCE_ID = A positive integer that identifies a specific instance of a
-// labeled entity on an example. Used e.g. to track two cars on
-// a video while being able to tell apart which one is which.
-// BOUNDING_BOX = VERTEX,VERTEX,VERTEX,VERTEX | VERTEX,,,VERTEX,,
-// A rectangle parallel to the frame of the example (image,
-// video). If 4 vertices are given they are connected by edges
-// in the order provided, if 2 are given they are recognized
-// as diagonally opposite vertices of the rectangle.
-// VERTEX = COORDINATE,COORDINATE
-// First coordinate is horizontal (x), the second is vertical (y).
-// COORDINATE = A float in 0 to 1 range, relative to total length of
-// image or video in given dimension. For fractions the
-// leading non-decimal 0 can be omitted (i.e. 0.3 = .3).
-// Point 0,0 is in top left.
-// TIME_SEGMENT_START = TIME_OFFSET
-// Expresses a beginning, inclusive, of a time segment
-// within an example that has a time dimension
-// (e.g. video).
-// TIME_SEGMENT_END = TIME_OFFSET
-// Expresses an end, exclusive, of a time segment within
-// an example that has a time dimension (e.g. video).
-// TIME_OFFSET = A number of seconds as measured from the start of an
-// example (e.g. video). Fractions are allowed, up to a
-// microsecond precision. "inf" is allowed, and it means the end
-// of the example.
-// TEXT_SNIPPET = A content of a text snippet, UTF-8 encoded, enclosed within
-// double quotes ("").
-// SENTIMENT = An integer between 0 and
-// Dataset.text_sentiment_dataset_metadata.sentiment_max
-// (inclusive). Describes the ordinal of the sentiment - higher
-// value means a more positive sentiment. All the values are
-// completely relative, i.e. neither 0 needs to mean a negative or
-// neutral sentiment nor sentiment_max needs to mean a positive one
-// - it is just required that 0 is the least positive sentiment
-// in the data, and sentiment_max is the most positive one.
-// The SENTIMENT shouldn't be confused with "score" or "magnitude"
-// from the previous Natural Language Sentiment Analysis API.
-// All SENTIMENT values between 0 and sentiment_max must be
-// represented in the imported data. On prediction the same 0 to
-// sentiment_max range will be used. The difference between
-// neighboring sentiment values needs not to be uniform, e.g. 1 and
-// 2 may be similar whereas the difference between 2 and 3 may be
-// huge.
-//
-// Errors:
-// If any of the provided CSV files can't be parsed or if more than certain
-// percent of CSV rows cannot be processed then the operation fails and
-// nothing is imported. Regardless of overall success or failure the per-row
-// failures, up to a certain count cap, is listed in
-// Operation.metadata.partial_failures.
type InputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -510,217 +506,207 @@ func (*InputConfig_BigquerySource) isInputConfig_Source() {}
// non-terminal symbols defined near the end of this comment. The formats
// are:
//
-// - For Image Classification:
-// CSV file(s) with each line having just a single column:
-// GCS_FILE_PATH
-// which leads to image of up to 30MB in size. Supported
-// extensions: .JPEG, .GIF, .PNG. This path is treated as the ID in
-// the Batch predict output.
-// Three sample rows:
-// gs://folder/image1.jpeg
-// gs://folder/image2.gif
-// gs://folder/image3.png
-//
-// - For Image Object Detection:
-// CSV file(s) with each line having just a single column:
-// GCS_FILE_PATH
-// which leads to image of up to 30MB in size. Supported
-// extensions: .JPEG, .GIF, .PNG. This path is treated as the ID in
-// the Batch predict output.
-// Three sample rows:
-// gs://folder/image1.jpeg
-// gs://folder/image2.gif
-// gs://folder/image3.png
-//
-// - For Video Classification:
-// CSV file(s) with each line in format:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
-// GCS_FILE_PATH leads to video of up to 50GB in size and up to 3h
-// duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
-// TIME_SEGMENT_START and TIME_SEGMENT_END must be within the
-// length of the video, and end has to be after the start.
-// Three sample rows:
-// gs://folder/video1.mp4,10,40
-// gs://folder/video1.mp4,20,60
-// gs://folder/vid2.mov,0,inf
-//
-// - For Video Object Tracking:
-// CSV file(s) with each line in format:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
-// GCS_FILE_PATH leads to video of up to 50GB in size and up to 3h
-// duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
-// TIME_SEGMENT_START and TIME_SEGMENT_END must be within the
-// length of the video, and end has to be after the start.
-// Three sample rows:
-// gs://folder/video1.mp4,10,240
-// gs://folder/video1.mp4,300,360
-// gs://folder/vid2.mov,0,inf
-//
-// - For Text Classification:
-// CSV file(s) with each line having just a single column:
-// GCS_FILE_PATH | TEXT_SNIPPET
-// Any given text file can have size upto 128kB.
-// Any given text snippet content must have 60,000 characters or less.
-// Three sample rows:
-// gs://folder/text1.txt
-// "Some text content to predict"
-// gs://folder/text3.pdf
-// Supported file extensions: .txt, .pdf
-//
-// - For Text Sentiment:
-// CSV file(s) with each line having just a single column:
-// GCS_FILE_PATH | TEXT_SNIPPET
-// Any given text file can have size upto 128kB.
-// Any given text snippet content must have 500 characters or less.
-// Three sample rows:
-// gs://folder/text1.txt
-// "Some text content to predict"
-// gs://folder/text3.pdf
-// Supported file extensions: .txt, .pdf
-//
-// - For Text Extraction
-// .JSONL (i.e. JSON Lines) file(s) which either provide text in-line or
-// as documents (for a single BatchPredict call only one of the these
-// formats may be used).
-// The in-line .JSONL file(s) contain per line a proto that
-// wraps a temporary user-assigned TextSnippet ID (string up to 2000
-// characters long) called "id", a TextSnippet proto (in
-// json representation) and zero or more TextFeature protos. Any given
-// text snippet content must have 30,000 characters or less, and also
-// be UTF-8 NFC encoded (ASCII already is). The IDs provided should be
-// unique.
-// The document .JSONL file(s) contain, per line, a proto that wraps a
-// Document proto with input_config set. Only PDF documents are
-// supported now, and each document must be up to 2MB large.
-// Any given .JSONL file must be 100MB or smaller, and no more than 20
-// files may be given.
-// Sample in-line JSON Lines file (presented here with artificial line
-// breaks, but the only actual line break is denoted by \n):
-// {
-// "id": "my_first_id",
-// "text_snippet": { "content": "dog car cat"},
-// "text_features": [
-// {
-// "text_segment": {"start_offset": 4, "end_offset": 6},
-// "structural_type": PARAGRAPH,
-// "bounding_poly": {
-// "normalized_vertices": [
-// {"x": 0.1, "y": 0.1},
-// {"x": 0.1, "y": 0.3},
-// {"x": 0.3, "y": 0.3},
-// {"x": 0.3, "y": 0.1},
-// ]
-// },
-// }
-// ],
-// }\n
-// {
-// "id": "2",
-// "text_snippet": {
-// "content": "An elaborate content",
-// "mime_type": "text/plain"
-// }
-// }
-// Sample document JSON Lines file (presented here with artificial line
-// breaks, but the only actual line break is denoted by \n).:
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
-// }
-// }
-// }
-// }\n
-// {
-// "document": {
-// "input_config": {
-// "gcs_source": { "input_uris": [ "gs://folder/document2.pdf" ]
-// }
-// }
-// }
-// }
-//
-// - For Tables:
-// Either
-// [gcs_source][google.cloud.automl.v1beta1.InputConfig.gcs_source] or
+// * For Image Classification:
+// CSV file(s) with each line having just a single column:
+// GCS_FILE_PATH
+// which leads to image of up to 30MB in size. Supported
+// extensions: .JPEG, .GIF, .PNG. This path is treated as the ID in
+// the Batch predict output.
+// Three sample rows:
+// gs://folder/image1.jpeg
+// gs://folder/image2.gif
+// gs://folder/image3.png
+//
+// * For Image Object Detection:
+// CSV file(s) with each line having just a single column:
+// GCS_FILE_PATH
+// which leads to image of up to 30MB in size. Supported
+// extensions: .JPEG, .GIF, .PNG. This path is treated as the ID in
+// the Batch predict output.
+// Three sample rows:
+// gs://folder/image1.jpeg
+// gs://folder/image2.gif
+// gs://folder/image3.png
+// * For Video Classification:
+// CSV file(s) with each line in format:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
+// GCS_FILE_PATH leads to video of up to 50GB in size and up to 3h
+// duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
+// TIME_SEGMENT_START and TIME_SEGMENT_END must be within the
+// length of the video, and end has to be after the start.
+// Three sample rows:
+// gs://folder/video1.mp4,10,40
+// gs://folder/video1.mp4,20,60
+// gs://folder/vid2.mov,0,inf
+//
+// * For Video Object Tracking:
+// CSV file(s) with each line in format:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END
+// GCS_FILE_PATH leads to video of up to 50GB in size and up to 3h
+// duration. Supported extensions: .MOV, .MPEG4, .MP4, .AVI.
+// TIME_SEGMENT_START and TIME_SEGMENT_END must be within the
+// length of the video, and end has to be after the start.
+// Three sample rows:
+// gs://folder/video1.mp4,10,240
+// gs://folder/video1.mp4,300,360
+// gs://folder/vid2.mov,0,inf
+// * For Text Classification:
+// CSV file(s) with each line having just a single column:
+// GCS_FILE_PATH | TEXT_SNIPPET
+// Any given text file can have size upto 128kB.
+// Any given text snippet content must have 60,000 characters or less.
+// Three sample rows:
+// gs://folder/text1.txt
+// "Some text content to predict"
+// gs://folder/text3.pdf
+// Supported file extensions: .txt, .pdf
+//
+// * For Text Sentiment:
+// CSV file(s) with each line having just a single column:
+// GCS_FILE_PATH | TEXT_SNIPPET
+// Any given text file can have size upto 128kB.
+// Any given text snippet content must have 500 characters or less.
+// Three sample rows:
+// gs://folder/text1.txt
+// "Some text content to predict"
+// gs://folder/text3.pdf
+// Supported file extensions: .txt, .pdf
+//
+// * For Text Extraction
+// .JSONL (i.e. JSON Lines) file(s) which either provide text in-line or
+// as documents (for a single BatchPredict call only one of the these
+// formats may be used).
+// The in-line .JSONL file(s) contain per line a proto that
+// wraps a temporary user-assigned TextSnippet ID (string up to 2000
+// characters long) called "id", a TextSnippet proto (in
+// json representation) and zero or more TextFeature protos. Any given
+// text snippet content must have 30,000 characters or less, and also
+// be UTF-8 NFC encoded (ASCII already is). The IDs provided should be
+// unique.
+// The document .JSONL file(s) contain, per line, a proto that wraps a
+// Document proto with input_config set. Only PDF documents are
+// supported now, and each document must be up to 2MB large.
+// Any given .JSONL file must be 100MB or smaller, and no more than 20
+// files may be given.
+// Sample in-line JSON Lines file (presented here with artificial line
+// breaks, but the only actual line break is denoted by \n):
+// {
+// "id": "my_first_id",
+// "text_snippet": { "content": "dog car cat"},
+// "text_features": [
+// {
+// "text_segment": {"start_offset": 4, "end_offset": 6},
+// "structural_type": PARAGRAPH,
+// "bounding_poly": {
+// "normalized_vertices": [
+// {"x": 0.1, "y": 0.1},
+// {"x": 0.1, "y": 0.3},
+// {"x": 0.3, "y": 0.3},
+// {"x": 0.3, "y": 0.1},
+// ]
+// },
+// }
+// ],
+// }\n
+// {
+// "id": "2",
+// "text_snippet": {
+// "content": "An elaborate content",
+// "mime_type": "text/plain"
+// }
+// }
+// Sample document JSON Lines file (presented here with artificial line
+// breaks, but the only actual line break is denoted by \n).:
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document1.pdf" ]
+// }
+// }
+// }
+// }\n
+// {
+// "document": {
+// "input_config": {
+// "gcs_source": { "input_uris": [ "gs://folder/document2.pdf" ]
+// }
+// }
+// }
+// }
+//
+// * For Tables:
+// Either
+// [gcs_source][google.cloud.automl.v1beta1.InputConfig.gcs_source] or
//
// [bigquery_source][google.cloud.automl.v1beta1.InputConfig.bigquery_source].
-//
-// GCS case:
-// CSV file(s), each by itself 10GB or smaller and total size must be
-// 100GB or smaller, where first file must have a header containing
-// column names. If the first row of a subsequent file is the same as
-// the header, then it is also treated as a header. All other rows
-// contain values for the corresponding columns.
-// The column names must contain the model's
+// GCS case:
+// CSV file(s), each by itself 10GB or smaller and total size must be
+// 100GB or smaller, where first file must have a header containing
+// column names. If the first row of a subsequent file is the same as
+// the header, then it is also treated as a header. All other rows
+// contain values for the corresponding columns.
+// The column names must contain the model's
//
// [input_feature_column_specs'][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs]
//
// [display_name-s][google.cloud.automl.v1beta1.ColumnSpec.display_name]
-//
-// (order doesn't matter). The columns corresponding to the model's
-// input feature column specs must contain values compatible with the
-// column spec's data types. Prediction on all the rows, i.e. the CSV
-// lines, will be attempted. For FORECASTING
+// (order doesn't matter). The columns corresponding to the model's
+// input feature column specs must contain values compatible with the
+// column spec's data types. Prediction on all the rows, i.e. the CSV
+// lines, will be attempted. For FORECASTING
//
// [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type]:
-//
-// all columns having
+// all columns having
//
// [TIME_SERIES_AVAILABLE_PAST_ONLY][google.cloud.automl.v1beta1.ColumnSpec.ForecastingMetadata.ColumnType]
-//
-// type will be ignored.
-// First three sample rows of a CSV file:
-// "First Name","Last Name","Dob","Addresses"
+// type will be ignored.
+// First three sample rows of a CSV file:
+// "First Name","Last Name","Dob","Addresses"
//
// "John","Doe","1968-01-22","[{"status":"current","address":"123_First_Avenue","city":"Seattle","state":"WA","zip":"11111","numberOfYears":"1"},{"status":"previous","address":"456_Main_Street","city":"Portland","state":"OR","zip":"22222","numberOfYears":"5"}]"
//
// "Jane","Doe","1980-10-16","[{"status":"current","address":"789_Any_Avenue","city":"Albany","state":"NY","zip":"33333","numberOfYears":"2"},{"status":"previous","address":"321_Main_Street","city":"Hoboken","state":"NJ","zip":"44444","numberOfYears":"3"}]}
-//
-// BigQuery case:
-// An URI of a BigQuery table. The user data size of the BigQuery
-// table must be 100GB or smaller.
-// The column names must contain the model's
+// BigQuery case:
+// An URI of a BigQuery table. The user data size of the BigQuery
+// table must be 100GB or smaller.
+// The column names must contain the model's
//
// [input_feature_column_specs'][google.cloud.automl.v1beta1.TablesModelMetadata.input_feature_column_specs]
//
// [display_name-s][google.cloud.automl.v1beta1.ColumnSpec.display_name]
-//
-// (order doesn't matter). The columns corresponding to the model's
-// input feature column specs must contain values compatible with the
-// column spec's data types. Prediction on all the rows of the table
-// will be attempted. For FORECASTING
+// (order doesn't matter). The columns corresponding to the model's
+// input feature column specs must contain values compatible with the
+// column spec's data types. Prediction on all the rows of the table
+// will be attempted. For FORECASTING
//
// [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type]:
-//
-// all columns having
+// all columns having
//
// [TIME_SERIES_AVAILABLE_PAST_ONLY][google.cloud.automl.v1beta1.ColumnSpec.ForecastingMetadata.ColumnType]
-//
-// type will be ignored.
-//
-// Definitions:
-// GCS_FILE_PATH = A path to file on GCS, e.g. "gs://folder/video.avi".
-// TEXT_SNIPPET = A content of a text snippet, UTF-8 encoded, enclosed within
-// double quotes ("")
-// TIME_SEGMENT_START = TIME_OFFSET
-// Expresses a beginning, inclusive, of a time segment
-// within an
-// example that has a time dimension (e.g. video).
-// TIME_SEGMENT_END = TIME_OFFSET
-// Expresses an end, exclusive, of a time segment within
-// an example that has a time dimension (e.g. video).
-// TIME_OFFSET = A number of seconds as measured from the start of an
-// example (e.g. video). Fractions are allowed, up to a
-// microsecond precision. "inf" is allowed and it means the end
-// of the example.
-//
-// Errors:
-// If any of the provided CSV files can't be parsed or if more than certain
-// percent of CSV rows cannot be processed then the operation fails and
-// prediction does not happen. Regardless of overall success or failure the
-// per-row failures, up to a certain count cap, will be listed in
-// Operation.metadata.partial_failures.
+// type will be ignored.
+//
+// Definitions:
+// GCS_FILE_PATH = A path to file on GCS, e.g. "gs://folder/video.avi".
+// TEXT_SNIPPET = A content of a text snippet, UTF-8 encoded, enclosed within
+// double quotes ("")
+// TIME_SEGMENT_START = TIME_OFFSET
+// Expresses a beginning, inclusive, of a time segment
+// within an
+// example that has a time dimension (e.g. video).
+// TIME_SEGMENT_END = TIME_OFFSET
+// Expresses an end, exclusive, of a time segment within
+// an example that has a time dimension (e.g. video).
+// TIME_OFFSET = A number of seconds as measured from the start of an
+// example (e.g. video). Fractions are allowed, up to a
+// microsecond precision. "inf" is allowed and it means the end
+// of the example.
+//
+// Errors:
+// If any of the provided CSV files can't be parsed or if more than certain
+// percent of CSV rows cannot be processed then the operation fails and
+// prediction does not happen. Regardless of overall success or failure the
+// per-row failures, up to a certain count cap, will be listed in
+// Operation.metadata.partial_failures.
type BatchPredictInputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -857,40 +843,37 @@ func (x *DocumentInputConfig) GetGcsSource() *GcsSource {
return nil
}
-// - For Translation:
-// CSV file `translation.csv`, with each line in format:
-// ML_USE,GCS_FILE_PATH
-// GCS_FILE_PATH leads to a .TSV file which describes examples that have
-// given ML_USE, using the following row format per line:
-// TEXT_SNIPPET (in source language) \t TEXT_SNIPPET (in target
-// language)
+// * For Translation:
+// CSV file `translation.csv`, with each line in format:
+// ML_USE,GCS_FILE_PATH
+// GCS_FILE_PATH leads to a .TSV file which describes examples that have
+// given ML_USE, using the following row format per line:
+// TEXT_SNIPPET (in source language) \t TEXT_SNIPPET (in target
+// language)
//
-// - For Tables:
-// Output depends on whether the dataset was imported from GCS or
-// BigQuery.
-// GCS case:
+// * For Tables:
+// Output depends on whether the dataset was imported from GCS or
+// BigQuery.
+// GCS case:
//
// [gcs_destination][google.cloud.automl.v1beta1.OutputConfig.gcs_destination]
-//
-// must be set. Exported are CSV file(s) `tables_1.csv`,
-// `tables_2.csv`,...,`tables_N.csv` with each having as header line
-// the table's column names, and all other lines contain values for
-// the header columns.
-// BigQuery case:
+// must be set. Exported are CSV file(s) `tables_1.csv`,
+// `tables_2.csv`,...,`tables_N.csv` with each having as header line
+// the table's column names, and all other lines contain values for
+// the header columns.
+// BigQuery case:
//
// [bigquery_destination][google.cloud.automl.v1beta1.OutputConfig.bigquery_destination]
-//
-// pointing to a BigQuery project must be set. In the given project a
-// new dataset will be created with name
+// pointing to a BigQuery project must be set. In the given project a
+// new dataset will be created with name
//
// `export_data__`
-//
-// where will be made
-// BigQuery-dataset-name compatible (e.g. most special characters will
-// become underscores), and timestamp will be in
-// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In that
-// dataset a new table called `primary_table` will be created, and
-// filled with precisely the same data as this obtained on import.
+// where will be made
+// BigQuery-dataset-name compatible (e.g. most special characters will
+// become underscores), and timestamp will be in
+// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In that
+// dataset a new table called `primary_table` will be created, and
+// filled with precisely the same data as this obtained on import.
type OutputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -982,7 +965,7 @@ func (*OutputConfig_BigqueryDestination) isOutputConfig_Destination() {}
// Output configuration for BatchPredict Action.
//
-// # As destination the
+// As destination the
//
// [gcs_destination][google.cloud.automl.v1beta1.BatchPredictOutputConfig.gcs_destination]
// must be set unless specified otherwise for a domain. If gcs_destination is
@@ -992,297 +975,276 @@ func (*OutputConfig_BigqueryDestination) isOutputConfig_Destination() {}
// where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. The contents
// of it depends on the ML problem the predictions are made for.
//
-// - For Image Classification:
-// In the created directory files `image_classification_1.jsonl`,
-// `image_classification_2.jsonl`,...,`image_classification_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of the successfully predicted images and annotations.
-// A single image will be listed only once with all its annotations,
-// and its annotations will never be split across files.
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps image's "ID" : "" followed by a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have classification detail populated.
-// If prediction for any image failed (partially or completely), then an
-// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
-// files will be created (N depends on total number of failed
-// predictions). These files will have a JSON representation of a proto
-// that wraps the same "ID" : "" but here followed by
-// exactly one
+// * For Image Classification:
+// In the created directory files `image_classification_1.jsonl`,
+// `image_classification_2.jsonl`,...,`image_classification_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of the successfully predicted images and annotations.
+// A single image will be listed only once with all its annotations,
+// and its annotations will never be split across files.
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps image's "ID" : "" followed by a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have classification detail populated.
+// If prediction for any image failed (partially or completely), then an
+// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
+// files will be created (N depends on total number of failed
+// predictions). These files will have a JSON representation of a proto
+// that wraps the same "ID" : "" but here followed by
+// exactly one
//
// [`google.rpc.Status`](https:
// //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-//
-// containing only `code` and `message`fields.
-//
-// * For Image Object Detection:
-// In the created directory files `image_object_detection_1.jsonl`,
-// `image_object_detection_2.jsonl`,...,`image_object_detection_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of the successfully predicted images and annotations.
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps image's "ID" : "" followed by a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have image_object_detection detail populated. A single image will
-// be listed only once with all its annotations, and its annotations
-// will never be split across files.
-// If prediction for any image failed (partially or completely), then
-// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
-// files will be created (N depends on total number of failed
-// predictions). These files will have a JSON representation of a proto
-// that wraps the same "ID" : "" but here followed by
-// exactly one
+// containing only `code` and `message`fields.
+//
+// * For Image Object Detection:
+// In the created directory files `image_object_detection_1.jsonl`,
+// `image_object_detection_2.jsonl`,...,`image_object_detection_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of the successfully predicted images and annotations.
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps image's "ID" : "" followed by a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have image_object_detection detail populated. A single image will
+// be listed only once with all its annotations, and its annotations
+// will never be split across files.
+// If prediction for any image failed (partially or completely), then
+// additional `errors_1.jsonl`, `errors_2.jsonl`,..., `errors_N.jsonl`
+// files will be created (N depends on total number of failed
+// predictions). These files will have a JSON representation of a proto
+// that wraps the same "ID" : "" but here followed by
+// exactly one
//
// [`google.rpc.Status`](https:
// //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// containing only `code` and `message`fields.
+// * For Video Classification:
+// In the created directory a video_classification.csv file, and a .JSON
+// file per each video classification requested in the input (i.e. each
+// line in given CSV(s)), will be created.
//
-// containing only `code` and `message`fields.
-// * For Video Classification:
-// In the created directory a video_classification.csv file, and a .JSON
-// file per each video classification requested in the input (i.e. each
-// line in given CSV(s)), will be created.
-//
-// The format of video_classification.csv is:
+// The format of video_classification.csv is:
//
// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END,JSON_FILE_NAME,STATUS
-//
-// where:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
-// the prediction input lines (i.e. video_classification.csv has
-// precisely the same number of lines as the prediction input had.)
-// JSON_FILE_NAME = Name of .JSON file in the output directory, which
-// contains prediction responses for the video time segment.
-// STATUS = "OK" if prediction completed successfully, or an error code
-// with message otherwise. If STATUS is not "OK" then the .JSON file
-// for that line may not exist or be empty.
-//
-// Each .JSON file, assuming STATUS is "OK", will contain a list of
-// AnnotationPayload protos in JSON format, which are the predictions
-// for the video time segment the file is assigned to in the
-// video_classification.csv. All AnnotationPayload protos will have
-// video_classification field set, and will be sorted by
-// video_classification.type field (note that the returned types are
-// governed by `classifaction_types` parameter in
-// [PredictService.BatchPredictRequest.params][]).
-//
-// * For Video Object Tracking:
-// In the created directory a video_object_tracking.csv file will be
-// created, and multiple files video_object_trackinng_1.json,
-// video_object_trackinng_2.json,..., video_object_trackinng_N.json,
-// where N is the number of requests in the input (i.e. the number of
-// lines in given CSV(s)).
-//
-// The format of video_object_tracking.csv is:
+// where:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
+// the prediction input lines (i.e. video_classification.csv has
+// precisely the same number of lines as the prediction input had.)
+// JSON_FILE_NAME = Name of .JSON file in the output directory, which
+// contains prediction responses for the video time segment.
+// STATUS = "OK" if prediction completed successfully, or an error code
+// with message otherwise. If STATUS is not "OK" then the .JSON file
+// for that line may not exist or be empty.
+//
+// Each .JSON file, assuming STATUS is "OK", will contain a list of
+// AnnotationPayload protos in JSON format, which are the predictions
+// for the video time segment the file is assigned to in the
+// video_classification.csv. All AnnotationPayload protos will have
+// video_classification field set, and will be sorted by
+// video_classification.type field (note that the returned types are
+// governed by `classifaction_types` parameter in
+// [PredictService.BatchPredictRequest.params][]).
+//
+// * For Video Object Tracking:
+// In the created directory a video_object_tracking.csv file will be
+// created, and multiple files video_object_trackinng_1.json,
+// video_object_trackinng_2.json,..., video_object_trackinng_N.json,
+// where N is the number of requests in the input (i.e. the number of
+// lines in given CSV(s)).
+//
+// The format of video_object_tracking.csv is:
//
// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END,JSON_FILE_NAME,STATUS
-//
-// where:
-// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
-// the prediction input lines (i.e. video_object_tracking.csv has
-// precisely the same number of lines as the prediction input had.)
-// JSON_FILE_NAME = Name of .JSON file in the output directory, which
-// contains prediction responses for the video time segment.
-// STATUS = "OK" if prediction completed successfully, or an error
-// code with message otherwise. If STATUS is not "OK" then the .JSON
-// file for that line may not exist or be empty.
-//
-// Each .JSON file, assuming STATUS is "OK", will contain a list of
-// AnnotationPayload protos in JSON format, which are the predictions
-// for each frame of the video time segment the file is assigned to in
-// video_object_tracking.csv. All AnnotationPayload protos will have
-// video_object_tracking field set.
-// * For Text Classification:
-// In the created directory files `text_classification_1.jsonl`,
-// `text_classification_2.jsonl`,...,`text_classification_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of inputs and annotations found.
-//
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps input text snippet or input text file and a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have classification detail populated. A single text snippet or file
-// will be listed only once with all its annotations, and its
-// annotations will never be split across files.
-//
-// If prediction for any text snippet or file failed (partially or
-// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
-// `errors_N.jsonl` files will be created (N depends on total number of
-// failed predictions). These files will have a JSON representation of a
-// proto that wraps input text snippet or input text file followed by
-// exactly one
+// where:
+// GCS_FILE_PATH,TIME_SEGMENT_START,TIME_SEGMENT_END = matches 1 to 1
+// the prediction input lines (i.e. video_object_tracking.csv has
+// precisely the same number of lines as the prediction input had.)
+// JSON_FILE_NAME = Name of .JSON file in the output directory, which
+// contains prediction responses for the video time segment.
+// STATUS = "OK" if prediction completed successfully, or an error
+// code with message otherwise. If STATUS is not "OK" then the .JSON
+// file for that line may not exist or be empty.
+//
+// Each .JSON file, assuming STATUS is "OK", will contain a list of
+// AnnotationPayload protos in JSON format, which are the predictions
+// for each frame of the video time segment the file is assigned to in
+// video_object_tracking.csv. All AnnotationPayload protos will have
+// video_object_tracking field set.
+// * For Text Classification:
+// In the created directory files `text_classification_1.jsonl`,
+// `text_classification_2.jsonl`,...,`text_classification_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of inputs and annotations found.
+//
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps input text snippet or input text file and a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have classification detail populated. A single text snippet or file
+// will be listed only once with all its annotations, and its
+// annotations will never be split across files.
+//
+// If prediction for any text snippet or file failed (partially or
+// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
+// `errors_N.jsonl` files will be created (N depends on total number of
+// failed predictions). These files will have a JSON representation of a
+// proto that wraps input text snippet or input text file followed by
+// exactly one
//
// [`google.rpc.Status`](https:
// //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-//
-// containing only `code` and `message`.
-//
-// * For Text Sentiment:
-// In the created directory files `text_sentiment_1.jsonl`,
-// `text_sentiment_2.jsonl`,...,`text_sentiment_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of inputs and annotations found.
-//
-// Each .JSONL file will contain, per line, a JSON representation of a
-// proto that wraps input text snippet or input text file and a list of
-// zero or more AnnotationPayload protos (called annotations), which
-// have text_sentiment detail populated. A single text snippet or file
-// will be listed only once with all its annotations, and its
-// annotations will never be split across files.
-//
-// If prediction for any text snippet or file failed (partially or
-// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
-// `errors_N.jsonl` files will be created (N depends on total number of
-// failed predictions). These files will have a JSON representation of a
-// proto that wraps input text snippet or input text file followed by
-// exactly one
+// containing only `code` and `message`.
+//
+// * For Text Sentiment:
+// In the created directory files `text_sentiment_1.jsonl`,
+// `text_sentiment_2.jsonl`,...,`text_sentiment_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of inputs and annotations found.
+//
+// Each .JSONL file will contain, per line, a JSON representation of a
+// proto that wraps input text snippet or input text file and a list of
+// zero or more AnnotationPayload protos (called annotations), which
+// have text_sentiment detail populated. A single text snippet or file
+// will be listed only once with all its annotations, and its
+// annotations will never be split across files.
+//
+// If prediction for any text snippet or file failed (partially or
+// completely), then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
+// `errors_N.jsonl` files will be created (N depends on total number of
+// failed predictions). These files will have a JSON representation of a
+// proto that wraps input text snippet or input text file followed by
+// exactly one
//
// [`google.rpc.Status`](https:
// //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-//
-// containing only `code` and `message`.
-//
-// * For Text Extraction:
-// In the created directory files `text_extraction_1.jsonl`,
-// `text_extraction_2.jsonl`,...,`text_extraction_N.jsonl`
-// will be created, where N may be 1, and depends on the
-// total number of inputs and annotations found.
-// The contents of these .JSONL file(s) depend on whether the input
-// used inline text, or documents.
-// If input was inline, then each .JSONL file will contain, per line,
-// a JSON representation of a proto that wraps given in request text
-// snippet's "id" (if specified), followed by input text snippet,
-// and a list of zero or more
-// AnnotationPayload protos (called annotations), which have
-// text_extraction detail populated. A single text snippet will be
-// listed only once with all its annotations, and its annotations will
-// never be split across files.
-// If input used documents, then each .JSONL file will contain, per
-// line, a JSON representation of a proto that wraps given in request
-// document proto, followed by its OCR-ed representation in the form
-// of a text snippet, finally followed by a list of zero or more
-// AnnotationPayload protos (called annotations), which have
-// text_extraction detail populated and refer, via their indices, to
-// the OCR-ed text snippet. A single document (and its text snippet)
-// will be listed only once with all its annotations, and its
-// annotations will never be split across files.
-// If prediction for any text snippet failed (partially or completely),
-// then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
-// `errors_N.jsonl` files will be created (N depends on total number of
-// failed predictions). These files will have a JSON representation of a
-// proto that wraps either the "id" : "" (in case of inline)
-// or the document proto (in case of document) but here followed by
-// exactly one
+// containing only `code` and `message`.
+//
+// * For Text Extraction:
+// In the created directory files `text_extraction_1.jsonl`,
+// `text_extraction_2.jsonl`,...,`text_extraction_N.jsonl`
+// will be created, where N may be 1, and depends on the
+// total number of inputs and annotations found.
+// The contents of these .JSONL file(s) depend on whether the input
+// used inline text, or documents.
+// If input was inline, then each .JSONL file will contain, per line,
+// a JSON representation of a proto that wraps given in request text
+// snippet's "id" (if specified), followed by input text snippet,
+// and a list of zero or more
+// AnnotationPayload protos (called annotations), which have
+// text_extraction detail populated. A single text snippet will be
+// listed only once with all its annotations, and its annotations will
+// never be split across files.
+// If input used documents, then each .JSONL file will contain, per
+// line, a JSON representation of a proto that wraps given in request
+// document proto, followed by its OCR-ed representation in the form
+// of a text snippet, finally followed by a list of zero or more
+// AnnotationPayload protos (called annotations), which have
+// text_extraction detail populated and refer, via their indices, to
+// the OCR-ed text snippet. A single document (and its text snippet)
+// will be listed only once with all its annotations, and its
+// annotations will never be split across files.
+// If prediction for any text snippet failed (partially or completely),
+// then additional `errors_1.jsonl`, `errors_2.jsonl`,...,
+// `errors_N.jsonl` files will be created (N depends on total number of
+// failed predictions). These files will have a JSON representation of a
+// proto that wraps either the "id" : "" (in case of inline)
+// or the document proto (in case of document) but here followed by
+// exactly one
//
// [`google.rpc.Status`](https:
// //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
+// containing only `code` and `message`.
//
-// containing only `code` and `message`.
-//
-// * For Tables:
-// Output depends on whether
+// * For Tables:
+// Output depends on whether
//
// [gcs_destination][google.cloud.automl.v1beta1.BatchPredictOutputConfig.gcs_destination]
-//
-// or
+// or
//
// [bigquery_destination][google.cloud.automl.v1beta1.BatchPredictOutputConfig.bigquery_destination]
-//
-// is set (either is allowed).
-// GCS case:
-// In the created directory files `tables_1.csv`, `tables_2.csv`,...,
-// `tables_N.csv` will be created, where N may be 1, and depends on
-// the total number of the successfully predicted rows.
-// For all CLASSIFICATION
+// is set (either is allowed).
+// GCS case:
+// In the created directory files `tables_1.csv`, `tables_2.csv`,...,
+// `tables_N.csv` will be created, where N may be 1, and depends on
+// the total number of the successfully predicted rows.
+// For all CLASSIFICATION
//
// [prediction_type-s][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type]:
-//
-// Each .csv file will contain a header, listing all columns'
+// Each .csv file will contain a header, listing all columns'
//
// [display_name-s][google.cloud.automl.v1beta1.ColumnSpec.display_name]
-//
-// given on input followed by M target column names in the format of
+// given on input followed by M target column names in the format of
//
// "<[target_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]
//
// [display_name][google.cloud.automl.v1beta1.ColumnSpec.display_name]>__score" where M is the number of distinct target values,
-// i.e. number of distinct values in the target column of the table
-// used to train the model. Subsequent lines will contain the
-// respective values of successfully predicted rows, with the last,
-// i.e. the target, columns having the corresponding prediction
-// [scores][google.cloud.automl.v1beta1.TablesAnnotation.score].
-// For REGRESSION and FORECASTING
+// value>_score" where M is the number of distinct target values,
+// i.e. number of distinct values in the target column of the table
+// used to train the model. Subsequent lines will contain the
+// respective values of successfully predicted rows, with the last,
+// i.e. the target, columns having the corresponding prediction
+// [scores][google.cloud.automl.v1beta1.TablesAnnotation.score].
+// For REGRESSION and FORECASTING
//
// [prediction_type-s][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type]:
-//
-// Each .csv file will contain a header, listing all columns'
-// [display_name-s][google.cloud.automl.v1beta1.display_name] given
-// on input followed by the predicted target column with name in the
-// format of
+// Each .csv file will contain a header, listing all columns'
+// [display_name-s][google.cloud.automl.v1beta1.display_name] given
+// on input followed by the predicted target column with name in the
+// format of
//
// "predicted_<[target_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]
//
// [display_name][google.cloud.automl.v1beta1.ColumnSpec.display_name]>"
-//
-// Subsequent lines will contain the respective values of
-// successfully predicted rows, with the last, i.e. the target,
-// column having the predicted target value.
-// If prediction for any rows failed, then an additional
-// `errors_1.csv`, `errors_2.csv`,..., `errors_N.csv` will be
-// created (N depends on total number of failed rows). These files
-// will have analogous format as `tables_*.csv`, but always with a
-// single target column having
+// Subsequent lines will contain the respective values of
+// successfully predicted rows, with the last, i.e. the target,
+// column having the predicted target value.
+// If prediction for any rows failed, then an additional
+// `errors_1.csv`, `errors_2.csv`,..., `errors_N.csv` will be
+// created (N depends on total number of failed rows). These files
+// will have analogous format as `tables_*.csv`, but always with a
+// single target column having
//
// [`google.rpc.Status`](https:
// //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-//
-// represented as a JSON string, and containing only `code` and
-// `message`.
-// BigQuery case:
+// represented as a JSON string, and containing only `code` and
+// `message`.
+// BigQuery case:
//
// [bigquery_destination][google.cloud.automl.v1beta1.OutputConfig.bigquery_destination]
-//
-// pointing to a BigQuery project must be set. In the given project a
-// new dataset will be created with name
-// `prediction__`
-// where will be made
-// BigQuery-dataset-name compatible (e.g. most special characters will
-// become underscores), and timestamp will be in
-// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
-// two tables will be created, `predictions`, and `errors`.
-// The `predictions` table's column names will be the input columns'
+// pointing to a BigQuery project must be set. In the given project a
+// new dataset will be created with name
+// `prediction__`
+// where will be made
+// BigQuery-dataset-name compatible (e.g. most special characters will
+// become underscores), and timestamp will be in
+// YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601" format. In the dataset
+// two tables will be created, `predictions`, and `errors`.
+// The `predictions` table's column names will be the input columns'
//
// [display_name-s][google.cloud.automl.v1beta1.ColumnSpec.display_name]
-//
-// followed by the target column with name in the format of
+// followed by the target column with name in the format of
//
// "predicted_<[target_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]
//
// [display_name][google.cloud.automl.v1beta1.ColumnSpec.display_name]>"
-//
-// The input feature columns will contain the respective values of
-// successfully predicted rows, with the target column having an
-// ARRAY of
+// The input feature columns will contain the respective values of
+// successfully predicted rows, with the target column having an
+// ARRAY of
//
// [AnnotationPayloads][google.cloud.automl.v1beta1.AnnotationPayload],
-//
-// represented as STRUCT-s, containing
-// [TablesAnnotation][google.cloud.automl.v1beta1.TablesAnnotation].
-// The `errors` table contains rows for which the prediction has
-// failed, it has analogous input columns while the target column name
-// is in the format of
+// represented as STRUCT-s, containing
+// [TablesAnnotation][google.cloud.automl.v1beta1.TablesAnnotation].
+// The `errors` table contains rows for which the prediction has
+// failed, it has analogous input columns while the target column name
+// is in the format of
//
// "errors_<[target_column_specs][google.cloud.automl.v1beta1.TablesModelMetadata.target_column_spec]
//
// [display_name][google.cloud.automl.v1beta1.ColumnSpec.display_name]>",
-//
-// and as a value has
+// and as a value has
//
// [`google.rpc.Status`](https:
// //github.com/googleapis/googleapis/blob/master/google/rpc/status.proto)
-//
-// represented as a STRUCT, and containing only `code` and `message`.
+// represented as a STRUCT, and containing only `code` and `message`.
type BatchPredictOutputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1548,33 +1510,30 @@ func (*ModelExportOutputConfig_GcrDestination) isModelExportOutputConfig_Destina
// The output depends on the domain, as follows (note that only examples from
// the TEST set are exported):
//
-// - For Tables:
+// * For Tables:
//
// [bigquery_destination][google.cloud.automl.v1beta1.OutputConfig.bigquery_destination]
-//
-// pointing to a BigQuery project must be set. In the given project a
-// new dataset will be created with name
+// pointing to a BigQuery project must be set. In the given project a
+// new dataset will be created with name
//
// `export_evaluated_examples__`
-//
-// where will be made BigQuery-dataset-name
-// compatible (e.g. most special characters will become underscores),
-// and timestamp will be in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601"
-// format. In the dataset an `evaluated_examples` table will be
-// created. It will have all the same columns as the
+// where will be made BigQuery-dataset-name
+// compatible (e.g. most special characters will become underscores),
+// and timestamp will be in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601"
+// format. In the dataset an `evaluated_examples` table will be
+// created. It will have all the same columns as the
//
// [primary_table][google.cloud.automl.v1beta1.TablesDatasetMetadata.primary_table_spec_id]
-//
-// of the
-// [dataset][google.cloud.automl.v1beta1.Model.dataset_id] from which
-// the model was created, as they were at the moment of model's
-// evaluation (this includes the target column with its ground
-// truth), followed by a column called "predicted_". That
-// last column will contain the model's prediction result for each
-// respective row, given as ARRAY of
-// [AnnotationPayloads][google.cloud.automl.v1beta1.AnnotationPayload],
-// represented as STRUCT-s, containing
-// [TablesAnnotation][google.cloud.automl.v1beta1.TablesAnnotation].
+// of the
+// [dataset][google.cloud.automl.v1beta1.Model.dataset_id] from which
+// the model was created, as they were at the moment of model's
+// evaluation (this includes the target column with its ground
+// truth), followed by a column called "predicted_". That
+// last column will contain the model's prediction result for each
+// respective row, given as ARRAY of
+// [AnnotationPayloads][google.cloud.automl.v1beta1.AnnotationPayload],
+// represented as STRUCT-s, containing
+// [TablesAnnotation][google.cloud.automl.v1beta1.TablesAnnotation].
type ExportEvaluatedExamplesOutputConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/automl/apiv1beta1/automlpb/model.pb.go b/automl/apiv1beta1/automlpb/model.pb.go
index f333aefb24e6..21266b9a1869 100755
--- a/automl/apiv1beta1/automlpb/model.pb.go
+++ b/automl/apiv1beta1/automlpb/model.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/model_evaluation.pb.go b/automl/apiv1beta1/automlpb/model_evaluation.pb.go
index 3904b5f38c04..dd53f6cef4ce 100755
--- a/automl/apiv1beta1/automlpb/model_evaluation.pb.go
+++ b/automl/apiv1beta1/automlpb/model_evaluation.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/operations.pb.go b/automl/apiv1beta1/automlpb/operations.pb.go
index dd342ac5460e..7834b39b679a 100755
--- a/automl/apiv1beta1/automlpb/operations.pb.go
+++ b/automl/apiv1beta1/automlpb/operations.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/prediction_service.pb.go b/automl/apiv1beta1/automlpb/prediction_service.pb.go
index ef0420632bf9..435fc18e9e5d 100755
--- a/automl/apiv1beta1/automlpb/prediction_service.pb.go
+++ b/automl/apiv1beta1/automlpb/prediction_service.pb.go
@@ -21,17 +21,16 @@
package automlpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/ranges.pb.go b/automl/apiv1beta1/automlpb/ranges.pb.go
index ea7eaadb6bd5..87f390708f54 100755
--- a/automl/apiv1beta1/automlpb/ranges.pb.go
+++ b/automl/apiv1beta1/automlpb/ranges.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/regression.pb.go b/automl/apiv1beta1/automlpb/regression.pb.go
index 47e0964a1697..6adbe0154208 100755
--- a/automl/apiv1beta1/automlpb/regression.pb.go
+++ b/automl/apiv1beta1/automlpb/regression.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/service.pb.go b/automl/apiv1beta1/automlpb/service.pb.go
index 04a368591bb4..a03cbb2fd05b 100755
--- a/automl/apiv1beta1/automlpb/service.pb.go
+++ b/automl/apiv1beta1/automlpb/service.pb.go
@@ -21,11 +21,8 @@
package automlpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/table_spec.pb.go b/automl/apiv1beta1/automlpb/table_spec.pb.go
index 3c4cc6f537ad..308dd432c2bd 100755
--- a/automl/apiv1beta1/automlpb/table_spec.pb.go
+++ b/automl/apiv1beta1/automlpb/table_spec.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -44,7 +43,7 @@ const (
// inconsistent with the data in the table (e.g. string in a FLOAT64 column).
// The consistency validation is done upon creation of a model.
// Used by:
-// - Tables
+// * Tables
type TableSpec struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/automl/apiv1beta1/automlpb/tables.pb.go b/automl/apiv1beta1/automlpb/tables.pb.go
index ee60a08f546e..3a14912f9b33 100755
--- a/automl/apiv1beta1/automlpb/tables.pb.go
+++ b/automl/apiv1beta1/automlpb/tables.pb.go
@@ -21,13 +21,12 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/temporal.pb.go b/automl/apiv1beta1/automlpb/temporal.pb.go
index 36d0a62e21f0..91b9558c4e9c 100755
--- a/automl/apiv1beta1/automlpb/temporal.pb.go
+++ b/automl/apiv1beta1/automlpb/temporal.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/text.pb.go b/automl/apiv1beta1/automlpb/text.pb.go
index e6e288ff922d..7b56ab1dafce 100755
--- a/automl/apiv1beta1/automlpb/text.pb.go
+++ b/automl/apiv1beta1/automlpb/text.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/text_extraction.pb.go b/automl/apiv1beta1/automlpb/text_extraction.pb.go
index 55414d7fcb8e..7a2297255d8f 100755
--- a/automl/apiv1beta1/automlpb/text_extraction.pb.go
+++ b/automl/apiv1beta1/automlpb/text_extraction.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/text_segment.pb.go b/automl/apiv1beta1/automlpb/text_segment.pb.go
index 2cc5fb0a2780..9272786256bb 100755
--- a/automl/apiv1beta1/automlpb/text_segment.pb.go
+++ b/automl/apiv1beta1/automlpb/text_segment.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/text_sentiment.pb.go b/automl/apiv1beta1/automlpb/text_sentiment.pb.go
index 8e02fb1c321f..e8542b432c84 100755
--- a/automl/apiv1beta1/automlpb/text_sentiment.pb.go
+++ b/automl/apiv1beta1/automlpb/text_sentiment.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/translation.pb.go b/automl/apiv1beta1/automlpb/translation.pb.go
index 95079a66190a..a9d8d891f97f 100755
--- a/automl/apiv1beta1/automlpb/translation.pb.go
+++ b/automl/apiv1beta1/automlpb/translation.pb.go
@@ -21,12 +21,11 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/automlpb/video.pb.go b/automl/apiv1beta1/automlpb/video.pb.go
index 45b1ce7ff1d7..2326a8057903 100755
--- a/automl/apiv1beta1/automlpb/video.pb.go
+++ b/automl/apiv1beta1/automlpb/video.pb.go
@@ -21,11 +21,10 @@
package automlpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/automl/apiv1beta1/doc.go b/automl/apiv1beta1/doc.go
index 15e768d1c018..15321871705f 100755
--- a/automl/apiv1beta1/doc.go
+++ b/automl/apiv1beta1/doc.go
@@ -20,61 +20,60 @@
// Train high-quality custom machine learning models with minimum effort and
// machine learning expertise.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := automl.NewPredictionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := automl.NewPredictionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := automl.NewPredictionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &automlpb.PredictRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/automl/apiv1beta1/automlpb#PredictRequest.
-// }
-// resp, err := c.Predict(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := automl.NewPredictionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &automlpb.PredictRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/automl/apiv1beta1/automlpb#PredictRequest.
+// }
+// resp, err := c.Predict(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewPredictionClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/automl/apiv1beta1/prediction_client.go b/automl/apiv1beta1/prediction_client.go
index b5681bbb0484..3578b5650a89 100755
--- a/automl/apiv1beta1/prediction_client.go
+++ b/automl/apiv1beta1/prediction_client.go
@@ -132,28 +132,28 @@ func (c *PredictionClient) Connection() *grpc.ClientConn {
// returned in the response.
// Available for following ML problems, and their expected request payloads:
//
-// Image Classification - Image in .JPEG, .GIF or .PNG format, image_bytes
-// up to 30MB.
+// Image Classification - Image in .JPEG, .GIF or .PNG format, image_bytes
+// up to 30MB.
//
-// Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
-// up to 30MB.
+// Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
+// up to 30MB.
//
-// Text Classification - TextSnippet, content up to 60,000 characters,
-// UTF-8 encoded.
+// Text Classification - TextSnippet, content up to 60,000 characters,
+// UTF-8 encoded.
//
-// Text Extraction - TextSnippet, content up to 30,000 characters,
-// UTF-8 NFC encoded.
+// Text Extraction - TextSnippet, content up to 30,000 characters,
+// UTF-8 NFC encoded.
//
-// Translation - TextSnippet, content up to 25,000 characters, UTF-8
-// encoded.
+// Translation - TextSnippet, content up to 25,000 characters, UTF-8
+// encoded.
//
-// Tables - Row, with column values matching the columns of the model,
-// up to 5MB. Not available for FORECASTING
+// Tables - Row, with column values matching the columns of the model,
+// up to 5MB. Not available for FORECASTING
//
// prediction_type.
//
-// Text Sentiment - TextSnippet, content up 500 characters, UTF-8
-// encoded.
+// Text Sentiment - TextSnippet, content up 500 characters, UTF-8
+// encoded.
func (c *PredictionClient) Predict(ctx context.Context, req *automlpb.PredictRequest, opts ...gax.CallOption) (*automlpb.PredictResponse, error) {
return c.internalClient.Predict(ctx, req, opts...)
}
@@ -166,15 +166,15 @@ func (c *PredictionClient) Predict(ctx context.Context, req *automlpb.PredictReq
// the response field.
// Available for following ML problems:
//
-// Image Classification
+// Image Classification
//
-// Image Object Detection
+// Image Object Detection
//
-// Video Classification
+// Video Classification
//
-// Video Object Tracking * Text Extraction
+// Video Object Tracking * Text Extraction
//
-// Tables
+// Tables
func (c *PredictionClient) BatchPredict(ctx context.Context, req *automlpb.BatchPredictRequest, opts ...gax.CallOption) (*BatchPredictOperation, error) {
return c.internalClient.BatchPredict(ctx, req, opts...)
}
@@ -421,28 +421,28 @@ func (c *predictionGRPCClient) BatchPredict(ctx context.Context, req *automlpb.B
// returned in the response.
// Available for following ML problems, and their expected request payloads:
//
-// Image Classification - Image in .JPEG, .GIF or .PNG format, image_bytes
-// up to 30MB.
+// Image Classification - Image in .JPEG, .GIF or .PNG format, image_bytes
+// up to 30MB.
//
-// Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
-// up to 30MB.
+// Image Object Detection - Image in .JPEG, .GIF or .PNG format, image_bytes
+// up to 30MB.
//
-// Text Classification - TextSnippet, content up to 60,000 characters,
-// UTF-8 encoded.
+// Text Classification - TextSnippet, content up to 60,000 characters,
+// UTF-8 encoded.
//
-// Text Extraction - TextSnippet, content up to 30,000 characters,
-// UTF-8 NFC encoded.
+// Text Extraction - TextSnippet, content up to 30,000 characters,
+// UTF-8 NFC encoded.
//
-// Translation - TextSnippet, content up to 25,000 characters, UTF-8
-// encoded.
+// Translation - TextSnippet, content up to 25,000 characters, UTF-8
+// encoded.
//
-// Tables - Row, with column values matching the columns of the model,
-// up to 5MB. Not available for FORECASTING
+// Tables - Row, with column values matching the columns of the model,
+// up to 5MB. Not available for FORECASTING
//
// prediction_type.
//
-// Text Sentiment - TextSnippet, content up 500 characters, UTF-8
-// encoded.
+// Text Sentiment - TextSnippet, content up 500 characters, UTF-8
+// encoded.
func (c *predictionRESTClient) Predict(ctx context.Context, req *automlpb.PredictRequest, opts ...gax.CallOption) (*automlpb.PredictResponse, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -514,15 +514,15 @@ func (c *predictionRESTClient) Predict(ctx context.Context, req *automlpb.Predic
// the response field.
// Available for following ML problems:
//
-// Image Classification
+// Image Classification
//
-// Image Object Detection
+// Image Object Detection
//
-// Video Classification
+// Video Classification
//
-// Video Object Tracking * Text Extraction
+// Video Object Tracking * Text Extraction
//
-// Tables
+// Tables
func (c *predictionRESTClient) BatchPredict(ctx context.Context, req *automlpb.BatchPredictRequest, opts ...gax.CallOption) (*BatchPredictOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/baremetalsolution/apiv2/baremetalsolutionpb/baremetalsolution.pb.go b/baremetalsolution/apiv2/baremetalsolutionpb/baremetalsolution.pb.go
index 4922ab82da2d..7d26fde5c2a1 100755
--- a/baremetalsolution/apiv2/baremetalsolutionpb/baremetalsolution.pb.go
+++ b/baremetalsolution/apiv2/baremetalsolutionpb/baremetalsolution.pb.go
@@ -21,11 +21,8 @@
package baremetalsolutionpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/baremetalsolution/apiv2/baremetalsolutionpb/instance.pb.go b/baremetalsolution/apiv2/baremetalsolutionpb/instance.pb.go
index 6570767785f3..b50ac860de1b 100755
--- a/baremetalsolution/apiv2/baremetalsolutionpb/instance.pb.go
+++ b/baremetalsolution/apiv2/baremetalsolutionpb/instance.pb.go
@@ -21,14 +21,13 @@
package baremetalsolutionpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/baremetalsolution/apiv2/baremetalsolutionpb/lun.pb.go b/baremetalsolution/apiv2/baremetalsolutionpb/lun.pb.go
index cacd0a041330..4698d158000d 100755
--- a/baremetalsolution/apiv2/baremetalsolutionpb/lun.pb.go
+++ b/baremetalsolution/apiv2/baremetalsolutionpb/lun.pb.go
@@ -21,12 +21,11 @@
package baremetalsolutionpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/baremetalsolution/apiv2/baremetalsolutionpb/network.pb.go b/baremetalsolution/apiv2/baremetalsolutionpb/network.pb.go
index 35ccfa910037..a4e2a8829beb 100755
--- a/baremetalsolution/apiv2/baremetalsolutionpb/network.pb.go
+++ b/baremetalsolution/apiv2/baremetalsolutionpb/network.pb.go
@@ -21,13 +21,12 @@
package baremetalsolutionpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/baremetalsolution/apiv2/baremetalsolutionpb/nfs_share.pb.go b/baremetalsolution/apiv2/baremetalsolutionpb/nfs_share.pb.go
index 4689b7e75b44..93360113bb46 100755
--- a/baremetalsolution/apiv2/baremetalsolutionpb/nfs_share.pb.go
+++ b/baremetalsolution/apiv2/baremetalsolutionpb/nfs_share.pb.go
@@ -21,13 +21,12 @@
package baremetalsolutionpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/baremetalsolution/apiv2/baremetalsolutionpb/volume.pb.go b/baremetalsolution/apiv2/baremetalsolutionpb/volume.pb.go
index cca71f9de061..fbbfe6ce0476 100755
--- a/baremetalsolution/apiv2/baremetalsolutionpb/volume.pb.go
+++ b/baremetalsolution/apiv2/baremetalsolutionpb/volume.pb.go
@@ -21,13 +21,12 @@
package baremetalsolutionpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/baremetalsolution/apiv2/doc.go b/baremetalsolution/apiv2/doc.go
index 9c71a419945c..6d19cee7a31d 100755
--- a/baremetalsolution/apiv2/doc.go
+++ b/baremetalsolution/apiv2/doc.go
@@ -20,65 +20,64 @@
// Provides ways to manage Bare Metal Solution hardware installed in a
// regional extension located near a Google Cloud data center.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := baremetalsolution.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := baremetalsolution.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := baremetalsolution.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &baremetalsolutionpb.ListInstancesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb#ListInstancesRequest.
-// }
-// it := c.ListInstances(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := baremetalsolution.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &baremetalsolutionpb.ListInstancesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/baremetalsolution/apiv2/baremetalsolutionpb#ListInstancesRequest.
+// }
+// it := c.ListInstances(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/batch/apiv1/batchpb/batch.pb.go b/batch/apiv1/batchpb/batch.pb.go
index 3a51de9422aa..5d5cc06ab67d 100755
--- a/batch/apiv1/batchpb/batch.pb.go
+++ b/batch/apiv1/batchpb/batch.pb.go
@@ -21,11 +21,8 @@
package batchpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/batch/apiv1/batchpb/job.pb.go b/batch/apiv1/batchpb/job.pb.go
index a4a714113b32..21620aac1953 100755
--- a/batch/apiv1/batchpb/job.pb.go
+++ b/batch/apiv1/batchpb/job.pb.go
@@ -21,14 +21,13 @@
package batchpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/batch/apiv1/batchpb/task.pb.go b/batch/apiv1/batchpb/task.pb.go
index 52852f8c04e1..2f61b0ccbc80 100755
--- a/batch/apiv1/batchpb/task.pb.go
+++ b/batch/apiv1/batchpb/task.pb.go
@@ -21,14 +21,13 @@
package batchpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/batch/apiv1/batchpb/volume.pb.go b/batch/apiv1/batchpb/volume.pb.go
index 07decb7f0766..80269cb2ae13 100755
--- a/batch/apiv1/batchpb/volume.pb.go
+++ b/batch/apiv1/batchpb/volume.pb.go
@@ -21,11 +21,10 @@
package batchpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/batch/apiv1/doc.go b/batch/apiv1/doc.go
index cb4161ca80db..23e6b6fe08e9 100755
--- a/batch/apiv1/doc.go
+++ b/batch/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// An API to manage the running of batch jobs on Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := batch.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := batch.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := batch.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &batchpb.CreateJobRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/batch/apiv1/batchpb#CreateJobRequest.
-// }
-// resp, err := c.CreateJob(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := batch.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &batchpb.CreateJobRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/batch/apiv1/batchpb#CreateJobRequest.
+// }
+// resp, err := c.CreateJob(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/batch/apiv1/iam_policy_client.go b/batch/apiv1/iam_policy_client.go
index d7bca94dbca8..58daa999b9f7 100755
--- a/batch/apiv1/iam_policy_client.go
+++ b/batch/apiv1/iam_policy_client.go
@@ -115,7 +115,7 @@ type internalIamPolicyClient interface {
// IamPolicyClient is a client for interacting with Batch API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -131,7 +131,7 @@ type internalIamPolicyClient interface {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -250,7 +250,7 @@ type iamPolicyGRPCClient struct {
// NewIamPolicyClient creates a new iam policy client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -266,7 +266,7 @@ type iamPolicyGRPCClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -347,7 +347,7 @@ type iamPolicyRESTClient struct {
// NewIamPolicyRESTClient creates a new iam policy rest client.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -363,7 +363,7 @@ type iamPolicyRESTClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
diff --git a/beyondcorp/appconnections/apiv1/app_connections_client.go b/beyondcorp/appconnections/apiv1/app_connections_client.go
index 562d52a753af..68214729d23a 100755
--- a/beyondcorp/appconnections/apiv1/app_connections_client.go
+++ b/beyondcorp/appconnections/apiv1/app_connections_client.go
@@ -129,8 +129,8 @@ type internalClient interface {
//
// The AppConnectionsService exposes the following resources:
//
-// AppConnections, named as follows:
-// projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}.
+// AppConnections, named as follows:
+// projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}.
//
// The AppConnectionsService service provides methods to manage
// (create/read/update/delete) BeyondCorp AppConnections.
@@ -319,8 +319,8 @@ type gRPCClient struct {
//
// The AppConnectionsService exposes the following resources:
//
-// AppConnections, named as follows:
-// projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}.
+// AppConnections, named as follows:
+// projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}.
//
// The AppConnectionsService service provides methods to manage
// (create/read/update/delete) BeyondCorp AppConnections.
diff --git a/beyondcorp/appconnections/apiv1/appconnectionspb/app_connections_service.pb.go b/beyondcorp/appconnections/apiv1/appconnectionspb/app_connections_service.pb.go
index 9e136db06611..e07c08678fb9 100755
--- a/beyondcorp/appconnections/apiv1/appconnectionspb/app_connections_service.pb.go
+++ b/beyondcorp/appconnections/apiv1/appconnectionspb/app_connections_service.pb.go
@@ -21,11 +21,8 @@
package appconnectionspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/beyondcorp/appconnections/apiv1/doc.go b/beyondcorp/appconnections/apiv1/doc.go
index 891fb23c6d63..14d496e8de1f 100755
--- a/beyondcorp/appconnections/apiv1/doc.go
+++ b/beyondcorp/appconnections/apiv1/doc.go
@@ -22,67 +22,66 @@
// Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
// connectivity using the App Connector hybrid connectivity solution.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appconnections.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appconnections.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appconnections.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &appconnectionspb.ListAppConnectionsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb#ListAppConnectionsRequest.
-// }
-// it := c.ListAppConnections(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appconnections.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &appconnectionspb.ListAppConnectionsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/appconnections/apiv1/appconnectionspb#ListAppConnectionsRequest.
+// }
+// it := c.ListAppConnections(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/beyondcorp/appconnectors/apiv1/app_connectors_client.go b/beyondcorp/appconnectors/apiv1/app_connectors_client.go
index 3de559b7bfe7..475d9e82c5a4 100755
--- a/beyondcorp/appconnectors/apiv1/app_connectors_client.go
+++ b/beyondcorp/appconnectors/apiv1/app_connectors_client.go
@@ -130,8 +130,8 @@ type internalClient interface {
//
// The AppConnectorsService exposes the following resource:
//
-// AppConnectors, named as follows:
-// projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}.
+// AppConnectors, named as follows:
+// projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}.
//
// The AppConnectorsService provides methods to manage
// (create/read/update/delete) BeyondCorp AppConnectors.
@@ -324,8 +324,8 @@ type gRPCClient struct {
//
// The AppConnectorsService exposes the following resource:
//
-// AppConnectors, named as follows:
-// projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}.
+// AppConnectors, named as follows:
+// projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}.
//
// The AppConnectorsService provides methods to manage
// (create/read/update/delete) BeyondCorp AppConnectors.
diff --git a/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connector_instance_config.pb.go b/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connector_instance_config.pb.go
index 6d92501b4d6d..e53ab0ba42f5 100755
--- a/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connector_instance_config.pb.go
+++ b/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connector_instance_config.pb.go
@@ -21,13 +21,12 @@
package appconnectorspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connectors_service.pb.go b/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connectors_service.pb.go
index b9b42cd16424..597c15369758 100755
--- a/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connectors_service.pb.go
+++ b/beyondcorp/appconnectors/apiv1/appconnectorspb/app_connectors_service.pb.go
@@ -21,11 +21,8 @@
package appconnectorspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/beyondcorp/appconnectors/apiv1/appconnectorspb/resource_info.pb.go b/beyondcorp/appconnectors/apiv1/appconnectorspb/resource_info.pb.go
index ab71dcd55184..08089bfa0eac 100755
--- a/beyondcorp/appconnectors/apiv1/appconnectorspb/resource_info.pb.go
+++ b/beyondcorp/appconnectors/apiv1/appconnectorspb/resource_info.pb.go
@@ -21,14 +21,13 @@
package appconnectorspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -103,12 +102,12 @@ func (HealthStatus) EnumDescriptor() ([]byte, []int) {
// Such as:
// - remote_agent
// - container
-// - runtime
-// - appgateway
-// - appconnector
-// - appconnection
-// - tunnel
-// - logagent
+// - runtime
+// - appgateway
+// - appconnector
+// - appconnection
+// - tunnel
+// - logagent
type ResourceInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/beyondcorp/appconnectors/apiv1/doc.go b/beyondcorp/appconnectors/apiv1/doc.go
index cfe8fc7aaf23..51b0b1d0013b 100755
--- a/beyondcorp/appconnectors/apiv1/doc.go
+++ b/beyondcorp/appconnectors/apiv1/doc.go
@@ -22,67 +22,66 @@
// Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
// connectivity using the App Connector hybrid connectivity solution.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appconnectors.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appconnectors.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appconnectors.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &appconnectorspb.ListAppConnectorsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb#ListAppConnectorsRequest.
-// }
-// it := c.ListAppConnectors(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appconnectors.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &appconnectorspb.ListAppConnectorsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/appconnectors/apiv1/appconnectorspb#ListAppConnectorsRequest.
+// }
+// it := c.ListAppConnectors(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/beyondcorp/appgateways/apiv1/app_gateways_client.go b/beyondcorp/appgateways/apiv1/app_gateways_client.go
index 9e250a7cf106..b5f86443dc0e 100755
--- a/beyondcorp/appgateways/apiv1/app_gateways_client.go
+++ b/beyondcorp/appgateways/apiv1/app_gateways_client.go
@@ -122,8 +122,8 @@ type internalClient interface {
//
// The AppGatewaysService exposes the following resources:
//
-// AppGateways, named as follows:
-// projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}.
+// AppGateways, named as follows:
+// projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}.
//
// The AppGatewaysService service provides methods to manage
// (create/read/update/delete) BeyondCorp AppGateways.
@@ -294,8 +294,8 @@ type gRPCClient struct {
//
// The AppGatewaysService exposes the following resources:
//
-// AppGateways, named as follows:
-// projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}.
+// AppGateways, named as follows:
+// projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}.
//
// The AppGatewaysService service provides methods to manage
// (create/read/update/delete) BeyondCorp AppGateways.
diff --git a/beyondcorp/appgateways/apiv1/appgatewayspb/app_gateways_service.pb.go b/beyondcorp/appgateways/apiv1/appgatewayspb/app_gateways_service.pb.go
index 3f16f0ad0368..e2af6298c75c 100755
--- a/beyondcorp/appgateways/apiv1/appgatewayspb/app_gateways_service.pb.go
+++ b/beyondcorp/appgateways/apiv1/appgatewayspb/app_gateways_service.pb.go
@@ -21,11 +21,8 @@
package appgatewayspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/beyondcorp/appgateways/apiv1/doc.go b/beyondcorp/appgateways/apiv1/doc.go
index a127ed5245b2..9b4ad39fd772 100755
--- a/beyondcorp/appgateways/apiv1/doc.go
+++ b/beyondcorp/appgateways/apiv1/doc.go
@@ -22,67 +22,66 @@
// Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
// connectivity using the App Connector hybrid connectivity solution.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appgateways.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appgateways.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := appgateways.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &appgatewayspb.ListAppGatewaysRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb#ListAppGatewaysRequest.
-// }
-// it := c.ListAppGateways(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := appgateways.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &appgatewayspb.ListAppGatewaysRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/appgateways/apiv1/appgatewayspb#ListAppGatewaysRequest.
+// }
+// it := c.ListAppGateways(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/beyondcorp/clientconnectorservices/apiv1/client_connector_services_client.go b/beyondcorp/clientconnectorservices/apiv1/client_connector_services_client.go
index eb8c88cca2ff..3000cce56a4d 100755
--- a/beyondcorp/clientconnectorservices/apiv1/client_connector_services_client.go
+++ b/beyondcorp/clientconnectorservices/apiv1/client_connector_services_client.go
@@ -126,8 +126,8 @@ type internalClient interface {
//
// The ClientConnectorServicesService exposes the following resources:
//
-// Client Connector Services, named as follows:
-// projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.
+// Client Connector Services, named as follows:
+// projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.
type Client struct {
// The internal transport-dependent client.
internalClient internalClient
@@ -306,8 +306,8 @@ type gRPCClient struct {
//
// The ClientConnectorServicesService exposes the following resources:
//
-// Client Connector Services, named as follows:
-// projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.
+// Client Connector Services, named as follows:
+// projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := defaultGRPCClientOptions()
if newClientHook != nil {
diff --git a/beyondcorp/clientconnectorservices/apiv1/clientconnectorservicespb/client_connector_services_service.pb.go b/beyondcorp/clientconnectorservices/apiv1/clientconnectorservicespb/client_connector_services_service.pb.go
index f6a1de29e34b..c8744ca92b69 100755
--- a/beyondcorp/clientconnectorservices/apiv1/clientconnectorservicespb/client_connector_services_service.pb.go
+++ b/beyondcorp/clientconnectorservices/apiv1/clientconnectorservicespb/client_connector_services_service.pb.go
@@ -21,11 +21,8 @@
package clientconnectorservicespb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/beyondcorp/clientconnectorservices/apiv1/doc.go b/beyondcorp/clientconnectorservices/apiv1/doc.go
index 9462c23c67f9..9f60cefeb4d8 100755
--- a/beyondcorp/clientconnectorservices/apiv1/doc.go
+++ b/beyondcorp/clientconnectorservices/apiv1/doc.go
@@ -22,67 +22,66 @@
// Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
// connectivity using the App Connector hybrid connectivity solution.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := clientconnectorservices.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := clientconnectorservices.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := clientconnectorservices.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &clientconnectorservicespb.ListClientConnectorServicesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/clientconnectorservices/apiv1/clientconnectorservicespb#ListClientConnectorServicesRequest.
-// }
-// it := c.ListClientConnectorServices(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := clientconnectorservices.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &clientconnectorservicespb.ListClientConnectorServicesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/clientconnectorservices/apiv1/clientconnectorservicespb#ListClientConnectorServicesRequest.
+// }
+// it := c.ListClientConnectorServices(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/beyondcorp/clientgateways/apiv1/client_gateways_client.go b/beyondcorp/clientgateways/apiv1/client_gateways_client.go
index 5e2facc77345..596c8b1f99a4 100755
--- a/beyondcorp/clientgateways/apiv1/client_gateways_client.go
+++ b/beyondcorp/clientgateways/apiv1/client_gateways_client.go
@@ -122,8 +122,8 @@ type internalClient interface {
//
// The ClientGatewaysService exposes the following resources:
//
-// Client Gateways, named as follows:
-// projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}.
+// Client Gateways, named as follows:
+// projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}.
type Client struct {
// The internal transport-dependent client.
internalClient internalClient
@@ -291,8 +291,8 @@ type gRPCClient struct {
//
// The ClientGatewaysService exposes the following resources:
//
-// Client Gateways, named as follows:
-// projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}.
+// Client Gateways, named as follows:
+// projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}.
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := defaultGRPCClientOptions()
if newClientHook != nil {
diff --git a/beyondcorp/clientgateways/apiv1/clientgatewayspb/client_gateways_service.pb.go b/beyondcorp/clientgateways/apiv1/clientgatewayspb/client_gateways_service.pb.go
index 185da53da206..84256fb974bc 100755
--- a/beyondcorp/clientgateways/apiv1/clientgatewayspb/client_gateways_service.pb.go
+++ b/beyondcorp/clientgateways/apiv1/clientgatewayspb/client_gateways_service.pb.go
@@ -21,11 +21,8 @@
package clientgatewayspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/beyondcorp/clientgateways/apiv1/doc.go b/beyondcorp/clientgateways/apiv1/doc.go
index 6fbaef0a025c..6d3a98a61fb9 100755
--- a/beyondcorp/clientgateways/apiv1/doc.go
+++ b/beyondcorp/clientgateways/apiv1/doc.go
@@ -22,67 +22,66 @@
// Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem
// connectivity using the App Connector hybrid connectivity solution.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := clientgateways.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := clientgateways.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := clientgateways.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &clientgatewayspb.ListClientGatewaysRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb#ListClientGatewaysRequest.
-// }
-// it := c.ListClientGateways(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := clientgateways.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &clientgatewayspb.ListClientGatewaysRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb#ListClientGatewaysRequest.
+// }
+// it := c.ListClientGateways(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/connection/apiv1/connectionpb/connection.pb.go b/bigquery/connection/apiv1/connectionpb/connection.pb.go
index 3a924e20a2dc..9063fbb52fb0 100755
--- a/bigquery/connection/apiv1/connectionpb/connection.pb.go
+++ b/bigquery/connection/apiv1/connectionpb/connection.pb.go
@@ -21,11 +21,8 @@
package connectionpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/connection/apiv1/doc.go b/bigquery/connection/apiv1/doc.go
index 9e6773e22ad3..c5945a59cae8 100755
--- a/bigquery/connection/apiv1/doc.go
+++ b/bigquery/connection/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Allows users to manage BigQuery connections to external data sources.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := connection.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := connection.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := connection.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &connectionpb.CreateConnectionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/connection/apiv1/connectionpb#CreateConnectionRequest.
-// }
-// resp, err := c.CreateConnection(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := connection.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &connectionpb.CreateConnectionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/connection/apiv1/connectionpb#CreateConnectionRequest.
+// }
+// resp, err := c.CreateConnection(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/connection/apiv1beta1/connectionpb/connection.pb.go b/bigquery/connection/apiv1beta1/connectionpb/connection.pb.go
index a396722f1a99..2bdbe1a18644 100755
--- a/bigquery/connection/apiv1beta1/connectionpb/connection.pb.go
+++ b/bigquery/connection/apiv1beta1/connectionpb/connection.pb.go
@@ -21,11 +21,8 @@
package connectionpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/connection/apiv1beta1/doc.go b/bigquery/connection/apiv1beta1/doc.go
index b137332f2a3a..a72aed23bbda 100755
--- a/bigquery/connection/apiv1beta1/doc.go
+++ b/bigquery/connection/apiv1beta1/doc.go
@@ -19,61 +19,60 @@
//
// Allows users to manage BigQuery connections to external data sources.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := connection.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := connection.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := connection.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &connectionpb.CreateConnectionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/connection/apiv1beta1/connectionpb#CreateConnectionRequest.
-// }
-// resp, err := c.CreateConnection(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := connection.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &connectionpb.CreateConnectionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/connection/apiv1beta1/connectionpb#CreateConnectionRequest.
+// }
+// resp, err := c.CreateConnection(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/dataexchange/apiv1beta1/dataexchangepb/dataexchange.pb.go b/bigquery/dataexchange/apiv1beta1/dataexchangepb/dataexchange.pb.go
index 1e09f65284dc..70582ad63657 100755
--- a/bigquery/dataexchange/apiv1beta1/dataexchangepb/dataexchange.pb.go
+++ b/bigquery/dataexchange/apiv1beta1/dataexchangepb/dataexchange.pb.go
@@ -21,11 +21,8 @@
package dataexchangepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/dataexchange/apiv1beta1/doc.go b/bigquery/dataexchange/apiv1beta1/doc.go
index 76447876c5f9..dcb6e175aac7 100755
--- a/bigquery/dataexchange/apiv1beta1/doc.go
+++ b/bigquery/dataexchange/apiv1beta1/doc.go
@@ -19,67 +19,66 @@
//
// Exchange data and analytics assets securely and efficiently.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataexchange.NewAnalyticsHubClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataexchange.NewAnalyticsHubClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataexchange.NewAnalyticsHubClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dataexchangepb.ListDataExchangesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb#ListDataExchangesRequest.
-// }
-// it := c.ListDataExchanges(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataexchange.NewAnalyticsHubClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dataexchangepb.ListDataExchangesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/dataexchange/apiv1beta1/dataexchangepb#ListDataExchangesRequest.
+// }
+// it := c.ListDataExchanges(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewAnalyticsHubClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/datapolicies/apiv1/datapoliciespb/datapolicy.pb.go b/bigquery/datapolicies/apiv1/datapoliciespb/datapolicy.pb.go
index 5500c45e944e..3a4fbb910d26 100755
--- a/bigquery/datapolicies/apiv1/datapoliciespb/datapolicy.pb.go
+++ b/bigquery/datapolicies/apiv1/datapoliciespb/datapolicy.pb.go
@@ -21,11 +21,8 @@
package datapoliciespb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/datapolicies/apiv1/doc.go b/bigquery/datapolicies/apiv1/doc.go
index b01afcc1b2a7..8c513c469288 100755
--- a/bigquery/datapolicies/apiv1/doc.go
+++ b/bigquery/datapolicies/apiv1/doc.go
@@ -19,61 +19,60 @@
//
// Allows users to manage BigQuery data policies.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datapolicies.NewDataPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datapolicies.NewDataPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datapolicies.NewDataPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datapoliciespb.CreateDataPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/datapolicies/apiv1/datapoliciespb#CreateDataPolicyRequest.
-// }
-// resp, err := c.CreateDataPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datapolicies.NewDataPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datapoliciespb.CreateDataPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/datapolicies/apiv1/datapoliciespb#CreateDataPolicyRequest.
+// }
+// resp, err := c.CreateDataPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDataPolicyClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/datapolicies/apiv1beta1/datapoliciespb/datapolicy.pb.go b/bigquery/datapolicies/apiv1beta1/datapoliciespb/datapolicy.pb.go
index 15335c53c401..114509344e0c 100755
--- a/bigquery/datapolicies/apiv1beta1/datapoliciespb/datapolicy.pb.go
+++ b/bigquery/datapolicies/apiv1beta1/datapoliciespb/datapolicy.pb.go
@@ -21,11 +21,8 @@
package datapoliciespb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/datapolicies/apiv1beta1/doc.go b/bigquery/datapolicies/apiv1beta1/doc.go
index 116bbb711cf2..fcb2d6332c9a 100755
--- a/bigquery/datapolicies/apiv1beta1/doc.go
+++ b/bigquery/datapolicies/apiv1beta1/doc.go
@@ -19,61 +19,60 @@
//
// Allows users to manage BigQuery data policies.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datapolicies.NewDataPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datapolicies.NewDataPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datapolicies.NewDataPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datapoliciespb.CreateDataPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb#CreateDataPolicyRequest.
-// }
-// resp, err := c.CreateDataPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datapolicies.NewDataPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datapoliciespb.CreateDataPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb#CreateDataPolicyRequest.
+// }
+// resp, err := c.CreateDataPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDataPolicyClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/datatransfer/apiv1/datatransferpb/datatransfer.pb.go b/bigquery/datatransfer/apiv1/datatransferpb/datatransfer.pb.go
index 41fa30c4737c..54a035da7cc1 100755
--- a/bigquery/datatransfer/apiv1/datatransferpb/datatransfer.pb.go
+++ b/bigquery/datatransfer/apiv1/datatransferpb/datatransfer.pb.go
@@ -22,9 +22,6 @@ package datatransferpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/datatransfer/apiv1/datatransferpb/transfer.pb.go b/bigquery/datatransfer/apiv1/datatransferpb/transfer.pb.go
index 6a5321a1dc4f..5833ebc78d85 100755
--- a/bigquery/datatransfer/apiv1/datatransferpb/transfer.pb.go
+++ b/bigquery/datatransfer/apiv1/datatransferpb/transfer.pb.go
@@ -21,15 +21,14 @@
package datatransferpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/datatransfer/apiv1/doc.go b/bigquery/datatransfer/apiv1/doc.go
index cd6ef40acb66..3154ab217083 100755
--- a/bigquery/datatransfer/apiv1/doc.go
+++ b/bigquery/datatransfer/apiv1/doc.go
@@ -20,59 +20,58 @@
// Schedule queries or transfer external data from SaaS applications to
// Google BigQuery on a regular basis.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datatransfer.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datatransfer.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datatransfer.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datatransferpb.GetDataSourceRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/datatransfer/apiv1/datatransferpb#GetDataSourceRequest.
-// }
-// resp, err := c.GetDataSource(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datatransfer.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datatransferpb.GetDataSourceRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/datatransfer/apiv1/datatransferpb#GetDataSourceRequest.
+// }
+// resp, err := c.GetDataSource(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/migration/apiv2/doc.go b/bigquery/migration/apiv2/doc.go
index cebf5069ad7a..96a27104536e 100755
--- a/bigquery/migration/apiv2/doc.go
+++ b/bigquery/migration/apiv2/doc.go
@@ -20,61 +20,60 @@
// The migration service, exposing apis for migration jobs operations, and
// agent management.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := migration.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := migration.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := migration.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &migrationpb.CreateMigrationWorkflowRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/migration/apiv2/migrationpb#CreateMigrationWorkflowRequest.
-// }
-// resp, err := c.CreateMigrationWorkflow(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := migration.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &migrationpb.CreateMigrationWorkflowRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/migration/apiv2/migrationpb#CreateMigrationWorkflowRequest.
+// }
+// resp, err := c.CreateMigrationWorkflow(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/migration/apiv2/migrationpb/migration_entities.pb.go b/bigquery/migration/apiv2/migrationpb/migration_entities.pb.go
index de30821a7a5d..852ec9f5d208 100755
--- a/bigquery/migration/apiv2/migrationpb/migration_entities.pb.go
+++ b/bigquery/migration/apiv2/migrationpb/migration_entities.pb.go
@@ -21,14 +21,13 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
errdetails "google.golang.org/genproto/googleapis/rpc/errdetails"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2/migrationpb/migration_error_details.pb.go b/bigquery/migration/apiv2/migrationpb/migration_error_details.pb.go
index a106296baac3..090d178e3fe7 100755
--- a/bigquery/migration/apiv2/migrationpb/migration_error_details.pb.go
+++ b/bigquery/migration/apiv2/migrationpb/migration_error_details.pb.go
@@ -21,13 +21,12 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
errdetails "google.golang.org/genproto/googleapis/rpc/errdetails"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2/migrationpb/migration_metrics.pb.go b/bigquery/migration/apiv2/migrationpb/migration_metrics.pb.go
index 8b8b59d4d993..6882f2b143e7 100755
--- a/bigquery/migration/apiv2/migrationpb/migration_metrics.pb.go
+++ b/bigquery/migration/apiv2/migrationpb/migration_metrics.pb.go
@@ -21,15 +21,14 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
distribution "google.golang.org/genproto/googleapis/api/distribution"
metric "google.golang.org/genproto/googleapis/api/metric"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2/migrationpb/migration_service.pb.go b/bigquery/migration/apiv2/migrationpb/migration_service.pb.go
index 32e0bed1745e..4ef5d1886efe 100755
--- a/bigquery/migration/apiv2/migrationpb/migration_service.pb.go
+++ b/bigquery/migration/apiv2/migrationpb/migration_service.pb.go
@@ -22,9 +22,6 @@ package migrationpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2/migrationpb/translation_config.pb.go b/bigquery/migration/apiv2/migrationpb/translation_config.pb.go
index 2ab7358604c5..71324a8dad4a 100755
--- a/bigquery/migration/apiv2/migrationpb/translation_config.pb.go
+++ b/bigquery/migration/apiv2/migrationpb/translation_config.pb.go
@@ -21,11 +21,10 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2alpha/doc.go b/bigquery/migration/apiv2alpha/doc.go
index b013828ab7a9..935f1e046b14 100755
--- a/bigquery/migration/apiv2alpha/doc.go
+++ b/bigquery/migration/apiv2alpha/doc.go
@@ -20,61 +20,60 @@
// The migration service, exposing apis for migration jobs operations, and
// agent management.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := migration.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := migration.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := migration.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &migrationpb.CreateMigrationWorkflowRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/migration/apiv2alpha/migrationpb#CreateMigrationWorkflowRequest.
-// }
-// resp, err := c.CreateMigrationWorkflow(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := migration.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &migrationpb.CreateMigrationWorkflowRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/migration/apiv2alpha/migrationpb#CreateMigrationWorkflowRequest.
+// }
+// resp, err := c.CreateMigrationWorkflow(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/migration/apiv2alpha/migrationpb/assessment_task.pb.go b/bigquery/migration/apiv2alpha/migrationpb/assessment_task.pb.go
index 678ea8352295..c46bf542eaea 100755
--- a/bigquery/migration/apiv2alpha/migrationpb/assessment_task.pb.go
+++ b/bigquery/migration/apiv2alpha/migrationpb/assessment_task.pb.go
@@ -21,12 +21,11 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2alpha/migrationpb/migration_entities.pb.go b/bigquery/migration/apiv2alpha/migrationpb/migration_entities.pb.go
index 9470b9b9e65e..84c7d3102bea 100755
--- a/bigquery/migration/apiv2alpha/migrationpb/migration_entities.pb.go
+++ b/bigquery/migration/apiv2alpha/migrationpb/migration_entities.pb.go
@@ -21,15 +21,14 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
errdetails "google.golang.org/genproto/googleapis/rpc/errdetails"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2alpha/migrationpb/migration_error_details.pb.go b/bigquery/migration/apiv2alpha/migrationpb/migration_error_details.pb.go
index eb15c7c5fe4a..80e42e66f5d6 100755
--- a/bigquery/migration/apiv2alpha/migrationpb/migration_error_details.pb.go
+++ b/bigquery/migration/apiv2alpha/migrationpb/migration_error_details.pb.go
@@ -21,13 +21,12 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
errdetails "google.golang.org/genproto/googleapis/rpc/errdetails"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2alpha/migrationpb/migration_metrics.pb.go b/bigquery/migration/apiv2alpha/migrationpb/migration_metrics.pb.go
index 5149fffbff18..427815b25098 100755
--- a/bigquery/migration/apiv2alpha/migrationpb/migration_metrics.pb.go
+++ b/bigquery/migration/apiv2alpha/migrationpb/migration_metrics.pb.go
@@ -21,15 +21,14 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
distribution "google.golang.org/genproto/googleapis/api/distribution"
metric "google.golang.org/genproto/googleapis/api/metric"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2alpha/migrationpb/migration_service.pb.go b/bigquery/migration/apiv2alpha/migrationpb/migration_service.pb.go
index 20f06597e93a..b8802a4210a2 100755
--- a/bigquery/migration/apiv2alpha/migrationpb/migration_service.pb.go
+++ b/bigquery/migration/apiv2alpha/migrationpb/migration_service.pb.go
@@ -22,9 +22,6 @@ package migrationpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2alpha/migrationpb/translation_service.pb.go b/bigquery/migration/apiv2alpha/migrationpb/translation_service.pb.go
index 25daed882dc9..8015761f1492 100755
--- a/bigquery/migration/apiv2alpha/migrationpb/translation_service.pb.go
+++ b/bigquery/migration/apiv2alpha/migrationpb/translation_service.pb.go
@@ -22,15 +22,14 @@ package migrationpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/migration/apiv2alpha/migrationpb/translation_task.pb.go b/bigquery/migration/apiv2alpha/migrationpb/translation_task.pb.go
index b74742d1ae44..74149ba20987 100755
--- a/bigquery/migration/apiv2alpha/migrationpb/translation_task.pb.go
+++ b/bigquery/migration/apiv2alpha/migrationpb/translation_task.pb.go
@@ -21,11 +21,10 @@
package migrationpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/reservation/apiv1/doc.go b/bigquery/reservation/apiv1/doc.go
index 9559a0f0f5e3..4313dcb033f9 100755
--- a/bigquery/reservation/apiv1/doc.go
+++ b/bigquery/reservation/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// A service to modify your BigQuery flat-rate reservations.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := reservation.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := reservation.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := reservation.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &reservationpb.CreateReservationRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/reservation/apiv1/reservationpb#CreateReservationRequest.
-// }
-// resp, err := c.CreateReservation(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := reservation.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &reservationpb.CreateReservationRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/reservation/apiv1/reservationpb#CreateReservationRequest.
+// }
+// resp, err := c.CreateReservation(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/reservation/apiv1/reservation_client.go b/bigquery/reservation/apiv1/reservation_client.go
index d9f81f66374f..5fbd56198339 100755
--- a/bigquery/reservation/apiv1/reservation_client.go
+++ b/bigquery/reservation/apiv1/reservation_client.go
@@ -520,12 +520,12 @@ func (c *Client) MergeCapacityCommitments(ctx context.Context, req *reservationp
//
// Example:
//
-// The organization organizationA contains two projects, project1
-// and project2.
+// The organization organizationA contains two projects, project1
+// and project2.
//
-// Assignments for all three entities (organizationA, project1, and
-// project2) could all be created and mapped to the same or different
-// reservations.
+// Assignments for all three entities (organizationA, project1, and
+// project2) could all be created and mapped to the same or different
+// reservations.
//
// “None” assignments represent an absence of the assignment. Projects
// assigned to None use on-demand pricing. To create a “None” assignment, use
@@ -548,14 +548,14 @@ func (c *Client) CreateAssignment(ctx context.Context, req *reservationpb.Create
//
// Example:
//
-// Organization organizationA contains two projects, project1 and
-// project2.
+// Organization organizationA contains two projects, project1 and
+// project2.
//
-// Reservation res1 exists and was created previously.
+// Reservation res1 exists and was created previously.
//
-// CreateAssignment was used previously to define the following
-// associations between entities and reservations:
-// and
+// CreateAssignment was used previously to define the following
+// associations between entities and reservations:
+// and
//
// In this example, ListAssignments will just return the above two assignments
// for reservation res1, and no expansion/merge will happen.
@@ -573,14 +573,14 @@ func (c *Client) ListAssignments(ctx context.Context, req *reservationpb.ListAss
//
// Example:
//
-// Organization organizationA contains two projects, project1 and
-// project2.
+// Organization organizationA contains two projects, project1 and
+// project2.
//
-// Reservation res1 exists and was created previously.
+// Reservation res1 exists and was created previously.
//
-// CreateAssignment was used previously to define the following
-// associations between entities and reservations:
-// and
+// CreateAssignment was used previously to define the following
+// associations between entities and reservations:
+// and
//
// In this example, deletion of the assignment won’t
// affect the other assignment . After said deletion,
@@ -2248,12 +2248,12 @@ func (c *restClient) MergeCapacityCommitments(ctx context.Context, req *reservat
//
// Example:
//
-// The organization organizationA contains two projects, project1
-// and project2.
+// The organization organizationA contains two projects, project1
+// and project2.
//
-// Assignments for all three entities (organizationA, project1, and
-// project2) could all be created and mapped to the same or different
-// reservations.
+// Assignments for all three entities (organizationA, project1, and
+// project2) could all be created and mapped to the same or different
+// reservations.
//
// “None” assignments represent an absence of the assignment. Projects
// assigned to None use on-demand pricing. To create a “None” assignment, use
@@ -2339,14 +2339,14 @@ func (c *restClient) CreateAssignment(ctx context.Context, req *reservationpb.Cr
//
// Example:
//
-// Organization organizationA contains two projects, project1 and
-// project2.
+// Organization organizationA contains two projects, project1 and
+// project2.
//
-// Reservation res1 exists and was created previously.
+// Reservation res1 exists and was created previously.
//
-// CreateAssignment was used previously to define the following
-// associations between entities and reservations:
-// and
+// CreateAssignment was used previously to define the following
+// associations between entities and reservations:
+// and
//
// In this example, ListAssignments will just return the above two assignments
// for reservation res1, and no expansion/merge will happen.
@@ -2447,14 +2447,14 @@ func (c *restClient) ListAssignments(ctx context.Context, req *reservationpb.Lis
//
// Example:
//
-// Organization organizationA contains two projects, project1 and
-// project2.
+// Organization organizationA contains two projects, project1 and
+// project2.
//
-// Reservation res1 exists and was created previously.
+// Reservation res1 exists and was created previously.
//
-// CreateAssignment was used previously to define the following
-// associations between entities and reservations:
-// and
+// CreateAssignment was used previously to define the following
+// associations between entities and reservations:
+// and
//
// In this example, deletion of the assignment won’t
// affect the other assignment . After said deletion,
diff --git a/bigquery/reservation/apiv1/reservationpb/reservation.pb.go b/bigquery/reservation/apiv1/reservationpb/reservation.pb.go
index 2bc4b966f302..13fd3720b58a 100755
--- a/bigquery/reservation/apiv1/reservationpb/reservation.pb.go
+++ b/bigquery/reservation/apiv1/reservationpb/reservation.pb.go
@@ -22,9 +22,6 @@ package reservationpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1/big_query_write_client.go b/bigquery/storage/apiv1/big_query_write_client.go
index 90d66974138d..0267ab508de7 100755
--- a/bigquery/storage/apiv1/big_query_write_client.go
+++ b/bigquery/storage/apiv1/big_query_write_client.go
@@ -219,15 +219,15 @@ func (c *BigQueryWriteClient) CreateWriteStream(ctx context.Context, req *storag
// The specifics of when successfully appended data is made visible to the
// table are governed by the type of stream:
//
-// For COMMITTED streams (which includes the default stream), data is
-// visible immediately upon successful append.
+// For COMMITTED streams (which includes the default stream), data is
+// visible immediately upon successful append.
//
-// For BUFFERED streams, data is made visible via a subsequent FlushRows
-// rpc which advances a cursor to a newer offset in the stream.
+// For BUFFERED streams, data is made visible via a subsequent FlushRows
+// rpc which advances a cursor to a newer offset in the stream.
//
-// For PENDING streams, data is not made visible until the stream itself is
-// finalized (via the FinalizeWriteStream rpc), and the stream is explicitly
-// committed via the BatchCommitWriteStreams rpc.
+// For PENDING streams, data is not made visible until the stream itself is
+// finalized (via the FinalizeWriteStream rpc), and the stream is explicitly
+// committed via the BatchCommitWriteStreams rpc.
func (c *BigQueryWriteClient) AppendRows(ctx context.Context, opts ...gax.CallOption) (storagepb.BigQueryWrite_AppendRowsClient, error) {
return c.internalClient.AppendRows(ctx, opts...)
}
diff --git a/bigquery/storage/apiv1/doc.go b/bigquery/storage/apiv1/doc.go
index 85f9ace32cb2..cc858ea09092 100755
--- a/bigquery/storage/apiv1/doc.go
+++ b/bigquery/storage/apiv1/doc.go
@@ -17,59 +17,58 @@
// Package storage is an auto-generated package for the
// BigQuery Storage API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storage.NewBigQueryReadClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storage.NewBigQueryReadClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storage.NewBigQueryReadClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &storagepb.CreateReadSessionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/storage/apiv1/storagepb#CreateReadSessionRequest.
-// }
-// resp, err := c.CreateReadSession(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storage.NewBigQueryReadClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &storagepb.CreateReadSessionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/storage/apiv1/storagepb#CreateReadSessionRequest.
+// }
+// resp, err := c.CreateReadSession(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBigQueryReadClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/storage/apiv1/storagepb/annotations.pb.go b/bigquery/storage/apiv1/storagepb/annotations.pb.go
index 381901ced5ea..1cf6bebdd878 100755
--- a/bigquery/storage/apiv1/storagepb/annotations.pb.go
+++ b/bigquery/storage/apiv1/storagepb/annotations.pb.go
@@ -7,11 +7,10 @@
package storagepb
import (
- reflect "reflect"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
+ reflect "reflect"
)
const (
diff --git a/bigquery/storage/apiv1/storagepb/arrow.pb.go b/bigquery/storage/apiv1/storagepb/arrow.pb.go
index 7ffba176b093..ccde1213be86 100755
--- a/bigquery/storage/apiv1/storagepb/arrow.pb.go
+++ b/bigquery/storage/apiv1/storagepb/arrow.pb.go
@@ -21,11 +21,10 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1/storagepb/avro.pb.go b/bigquery/storage/apiv1/storagepb/avro.pb.go
index f978a14534ba..4d487fb3a9a9 100755
--- a/bigquery/storage/apiv1/storagepb/avro.pb.go
+++ b/bigquery/storage/apiv1/storagepb/avro.pb.go
@@ -21,11 +21,10 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1/storagepb/protobuf.pb.go b/bigquery/storage/apiv1/storagepb/protobuf.pb.go
index 1908649c379f..f11d0ec682b8 100755
--- a/bigquery/storage/apiv1/storagepb/protobuf.pb.go
+++ b/bigquery/storage/apiv1/storagepb/protobuf.pb.go
@@ -21,12 +21,11 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1/storagepb/storage.pb.go b/bigquery/storage/apiv1/storagepb/storage.pb.go
index 8a15c2cd5c21..640d73c5428e 100755
--- a/bigquery/storage/apiv1/storagepb/storage.pb.go
+++ b/bigquery/storage/apiv1/storagepb/storage.pb.go
@@ -22,9 +22,6 @@ package storagepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1/storagepb/stream.pb.go b/bigquery/storage/apiv1/storagepb/stream.pb.go
index c3a22d0d8f07..bb4b52900e0e 100755
--- a/bigquery/storage/apiv1/storagepb/stream.pb.go
+++ b/bigquery/storage/apiv1/storagepb/stream.pb.go
@@ -21,13 +21,12 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1/storagepb/table.pb.go b/bigquery/storage/apiv1/storagepb/table.pb.go
index 91c459d6c9b6..ea206251c8b2 100755
--- a/bigquery/storage/apiv1/storagepb/table.pb.go
+++ b/bigquery/storage/apiv1/storagepb/table.pb.go
@@ -21,12 +21,11 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta1/doc.go b/bigquery/storage/apiv1beta1/doc.go
index c7b20404ac23..c5552df5df4b 100755
--- a/bigquery/storage/apiv1beta1/doc.go
+++ b/bigquery/storage/apiv1beta1/doc.go
@@ -17,61 +17,60 @@
// Package storage is an auto-generated package for the
// BigQuery Storage API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storage.NewBigQueryStorageClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storage.NewBigQueryStorageClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storage.NewBigQueryStorageClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &storagepb.CreateReadSessionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb#CreateReadSessionRequest.
-// }
-// resp, err := c.CreateReadSession(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storage.NewBigQueryStorageClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &storagepb.CreateReadSessionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/storage/apiv1beta1/storagepb#CreateReadSessionRequest.
+// }
+// resp, err := c.CreateReadSession(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBigQueryStorageClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/storage/apiv1beta1/storagepb/arrow.pb.go b/bigquery/storage/apiv1beta1/storagepb/arrow.pb.go
index 10702bcf22de..f9f78dde210d 100755
--- a/bigquery/storage/apiv1beta1/storagepb/arrow.pb.go
+++ b/bigquery/storage/apiv1beta1/storagepb/arrow.pb.go
@@ -21,11 +21,10 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta1/storagepb/avro.pb.go b/bigquery/storage/apiv1beta1/storagepb/avro.pb.go
index c3bd8323860f..10eace0025ef 100755
--- a/bigquery/storage/apiv1beta1/storagepb/avro.pb.go
+++ b/bigquery/storage/apiv1beta1/storagepb/avro.pb.go
@@ -21,11 +21,10 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta1/storagepb/read_options.pb.go b/bigquery/storage/apiv1beta1/storagepb/read_options.pb.go
index 6e93b60c21f8..96e18ad22e04 100755
--- a/bigquery/storage/apiv1beta1/storagepb/read_options.pb.go
+++ b/bigquery/storage/apiv1beta1/storagepb/read_options.pb.go
@@ -21,11 +21,10 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta1/storagepb/storage.pb.go b/bigquery/storage/apiv1beta1/storagepb/storage.pb.go
index 54c21678119e..e7d5ca3f2a06 100755
--- a/bigquery/storage/apiv1beta1/storagepb/storage.pb.go
+++ b/bigquery/storage/apiv1beta1/storagepb/storage.pb.go
@@ -22,9 +22,6 @@ package storagepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta1/storagepb/table_reference.pb.go b/bigquery/storage/apiv1beta1/storagepb/table_reference.pb.go
index bbf490a68708..c02b569cca8a 100755
--- a/bigquery/storage/apiv1beta1/storagepb/table_reference.pb.go
+++ b/bigquery/storage/apiv1beta1/storagepb/table_reference.pb.go
@@ -21,12 +21,11 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta2/doc.go b/bigquery/storage/apiv1beta2/doc.go
index ba4b98b6ca8f..b1f279323b57 100755
--- a/bigquery/storage/apiv1beta2/doc.go
+++ b/bigquery/storage/apiv1beta2/doc.go
@@ -17,61 +17,60 @@
// Package storage is an auto-generated package for the
// BigQuery Storage API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storage.NewBigQueryReadClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storage.NewBigQueryReadClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storage.NewBigQueryReadClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &storagepb.CreateReadSessionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb#CreateReadSessionRequest.
-// }
-// resp, err := c.CreateReadSession(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storage.NewBigQueryReadClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &storagepb.CreateReadSessionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/bigquery/storage/apiv1beta2/storagepb#CreateReadSessionRequest.
+// }
+// resp, err := c.CreateReadSession(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBigQueryReadClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/bigquery/storage/apiv1beta2/storagepb/arrow.pb.go b/bigquery/storage/apiv1beta2/storagepb/arrow.pb.go
index 40c12fc17b69..4962ee162e05 100755
--- a/bigquery/storage/apiv1beta2/storagepb/arrow.pb.go
+++ b/bigquery/storage/apiv1beta2/storagepb/arrow.pb.go
@@ -21,11 +21,10 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta2/storagepb/avro.pb.go b/bigquery/storage/apiv1beta2/storagepb/avro.pb.go
index 9a3e48ce0af1..4dfa4a9e2df7 100755
--- a/bigquery/storage/apiv1beta2/storagepb/avro.pb.go
+++ b/bigquery/storage/apiv1beta2/storagepb/avro.pb.go
@@ -21,11 +21,10 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta2/storagepb/protobuf.pb.go b/bigquery/storage/apiv1beta2/storagepb/protobuf.pb.go
index e6f30cd76d1a..4fc8e62beb9d 100755
--- a/bigquery/storage/apiv1beta2/storagepb/protobuf.pb.go
+++ b/bigquery/storage/apiv1beta2/storagepb/protobuf.pb.go
@@ -21,12 +21,11 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta2/storagepb/storage.pb.go b/bigquery/storage/apiv1beta2/storagepb/storage.pb.go
index 1d3ab7812154..e076e56f3bfd 100755
--- a/bigquery/storage/apiv1beta2/storagepb/storage.pb.go
+++ b/bigquery/storage/apiv1beta2/storagepb/storage.pb.go
@@ -22,9 +22,6 @@ package storagepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta2/storagepb/stream.pb.go b/bigquery/storage/apiv1beta2/storagepb/stream.pb.go
index 4e81ed6afc19..bad58c600713 100755
--- a/bigquery/storage/apiv1beta2/storagepb/stream.pb.go
+++ b/bigquery/storage/apiv1beta2/storagepb/stream.pb.go
@@ -21,13 +21,12 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/bigquery/storage/apiv1beta2/storagepb/table.pb.go b/bigquery/storage/apiv1beta2/storagepb/table.pb.go
index 6adffa554e64..456f84ddadb5 100755
--- a/bigquery/storage/apiv1beta2/storagepb/table.pb.go
+++ b/bigquery/storage/apiv1beta2/storagepb/table.pb.go
@@ -21,12 +21,11 @@
package storagepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/billing/apiv1/billingpb/cloud_billing.pb.go b/billing/apiv1/billingpb/cloud_billing.pb.go
index a9f3bb1d9f23..41de40f3371f 100755
--- a/billing/apiv1/billingpb/cloud_billing.pb.go
+++ b/billing/apiv1/billingpb/cloud_billing.pb.go
@@ -21,11 +21,8 @@
package billingpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/billing/apiv1/billingpb/cloud_catalog.pb.go b/billing/apiv1/billingpb/cloud_catalog.pb.go
index f63870b02d73..c8ca27b22b21 100755
--- a/billing/apiv1/billingpb/cloud_catalog.pb.go
+++ b/billing/apiv1/billingpb/cloud_catalog.pb.go
@@ -22,9 +22,6 @@ package billingpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
money "google.golang.org/genproto/googleapis/type/money"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -581,9 +580,8 @@ func (x *PricingInfo) GetCurrencyConversionRate() float64 {
//
// `usage_unit: GBy`
// `tiered_rates:`
-//
-// `[start_usage_amount: 20, unit_price: $10]`
-// `[start_usage_amount: 100, unit_price: $5]`
+// `[start_usage_amount: 20, unit_price: $10]`
+// `[start_usage_amount: 100, unit_price: $5]`
//
// The above expresses a pricing formula where the first 20GB is free, the
// next 80GB is priced at $10 per GB followed by $5 per GB for additional
diff --git a/billing/apiv1/doc.go b/billing/apiv1/doc.go
index eb14cb76b804..671f963c2559 100755
--- a/billing/apiv1/doc.go
+++ b/billing/apiv1/doc.go
@@ -20,59 +20,58 @@
// Allows developers to manage billing for their Google Cloud Platform
// projects programmatically.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := billing.NewCloudBillingClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := billing.NewCloudBillingClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := billing.NewCloudBillingClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &billingpb.GetBillingAccountRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/billing/apiv1/billingpb#GetBillingAccountRequest.
-// }
-// resp, err := c.GetBillingAccount(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := billing.NewCloudBillingClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &billingpb.GetBillingAccountRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/billing/apiv1/billingpb#GetBillingAccountRequest.
+// }
+// resp, err := c.GetBillingAccount(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewCloudBillingClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/billing/budgets/apiv1/budgetspb/budget_model.pb.go b/billing/budgets/apiv1/budgetspb/budget_model.pb.go
index 428c335e25df..c69bca20652b 100755
--- a/billing/budgets/apiv1/budgetspb/budget_model.pb.go
+++ b/billing/budgets/apiv1/budgetspb/budget_model.pb.go
@@ -21,15 +21,14 @@
package budgetspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
money "google.golang.org/genproto/googleapis/type/money"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/billing/budgets/apiv1/budgetspb/budget_service.pb.go b/billing/budgets/apiv1/budgetspb/budget_service.pb.go
index 14244a1282f7..9c27538b585a 100755
--- a/billing/budgets/apiv1/budgetspb/budget_service.pb.go
+++ b/billing/budgets/apiv1/budgetspb/budget_service.pb.go
@@ -22,9 +22,6 @@ package budgetspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/billing/budgets/apiv1/doc.go b/billing/budgets/apiv1/doc.go
index a6ec83ee1ee1..2b2d0a4fa8b8 100755
--- a/billing/budgets/apiv1/doc.go
+++ b/billing/budgets/apiv1/doc.go
@@ -21,59 +21,58 @@
// budget plan and the rules to execute as spend is tracked against that
// plan.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := budgets.NewBudgetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := budgets.NewBudgetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := budgets.NewBudgetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &budgetspb.CreateBudgetRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/billing/budgets/apiv1/budgetspb#CreateBudgetRequest.
-// }
-// resp, err := c.CreateBudget(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := budgets.NewBudgetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &budgetspb.CreateBudgetRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/billing/budgets/apiv1/budgetspb#CreateBudgetRequest.
+// }
+// resp, err := c.CreateBudget(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBudgetClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/billing/budgets/apiv1beta1/budgetspb/budget_model.pb.go b/billing/budgets/apiv1beta1/budgetspb/budget_model.pb.go
index c93edcbc4b5e..34a776911677 100755
--- a/billing/budgets/apiv1beta1/budgetspb/budget_model.pb.go
+++ b/billing/budgets/apiv1beta1/budgetspb/budget_model.pb.go
@@ -21,15 +21,14 @@
package budgetspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
money "google.golang.org/genproto/googleapis/type/money"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/billing/budgets/apiv1beta1/budgetspb/budget_service.pb.go b/billing/budgets/apiv1beta1/budgetspb/budget_service.pb.go
index 350671a21655..125946e18aaf 100755
--- a/billing/budgets/apiv1beta1/budgetspb/budget_service.pb.go
+++ b/billing/budgets/apiv1beta1/budgetspb/budget_service.pb.go
@@ -22,9 +22,6 @@ package budgetspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/billing/budgets/apiv1beta1/doc.go b/billing/budgets/apiv1beta1/doc.go
index 8b9db5c4d7b1..c64892330fdb 100755
--- a/billing/budgets/apiv1beta1/doc.go
+++ b/billing/budgets/apiv1beta1/doc.go
@@ -21,61 +21,60 @@
// budget plan and the rules to execute as spend is tracked against that
// plan.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := budgets.NewBudgetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := budgets.NewBudgetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := budgets.NewBudgetClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &budgetspb.CreateBudgetRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/billing/budgets/apiv1beta1/budgetspb#CreateBudgetRequest.
-// }
-// resp, err := c.CreateBudget(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := budgets.NewBudgetClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &budgetspb.CreateBudgetRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/billing/budgets/apiv1beta1/budgetspb#CreateBudgetRequest.
+// }
+// resp, err := c.CreateBudget(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBudgetClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/binaryauthorization/apiv1/binaryauthorizationpb/resources.pb.go b/binaryauthorization/apiv1/binaryauthorizationpb/resources.pb.go
index 945c065f79ba..a3e9854e7f33 100755
--- a/binaryauthorization/apiv1/binaryauthorizationpb/resources.pb.go
+++ b/binaryauthorization/apiv1/binaryauthorizationpb/resources.pb.go
@@ -21,13 +21,12 @@
package binaryauthorizationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/binaryauthorization/apiv1/binaryauthorizationpb/service.pb.go b/binaryauthorization/apiv1/binaryauthorizationpb/service.pb.go
index 56d2f3471993..d523afaf0560 100755
--- a/binaryauthorization/apiv1/binaryauthorizationpb/service.pb.go
+++ b/binaryauthorization/apiv1/binaryauthorizationpb/service.pb.go
@@ -22,9 +22,6 @@ package binaryauthorizationpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
v1 "google.golang.org/genproto/googleapis/grafeas/v1"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/binaryauthorization/apiv1/binauthz_management_client.go b/binaryauthorization/apiv1/binauthz_management_client.go
index 2f5a21932c9a..35c1cc81889a 100755
--- a/binaryauthorization/apiv1/binauthz_management_client.go
+++ b/binaryauthorization/apiv1/binauthz_management_client.go
@@ -238,9 +238,9 @@ type internalBinauthzManagementClient interface {
//
// This API implements a REST model with the following objects:
//
-// Policy
+// Policy
//
-// Attestor
+// Attestor
type BinauthzManagementClient struct {
// The internal transport-dependent client.
internalClient internalBinauthzManagementClient
@@ -352,9 +352,9 @@ type binauthzManagementGRPCClient struct {
//
// This API implements a REST model with the following objects:
//
-// Policy
+// Policy
//
-// Attestor
+// Attestor
func NewBinauthzManagementClient(ctx context.Context, opts ...option.ClientOption) (*BinauthzManagementClient, error) {
clientOpts := defaultBinauthzManagementGRPCClientOptions()
if newBinauthzManagementClientHook != nil {
@@ -434,9 +434,9 @@ type binauthzManagementRESTClient struct {
//
// This API implements a REST model with the following objects:
//
-// Policy
+// Policy
//
-// Attestor
+// Attestor
func NewBinauthzManagementRESTClient(ctx context.Context, opts ...option.ClientOption) (*BinauthzManagementClient, error) {
clientOpts := append(defaultBinauthzManagementRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/binaryauthorization/apiv1/doc.go b/binaryauthorization/apiv1/doc.go
index bcfab8e68f9a..b88716adbb49 100755
--- a/binaryauthorization/apiv1/doc.go
+++ b/binaryauthorization/apiv1/doc.go
@@ -21,59 +21,58 @@
// policy control for images deployed to Kubernetes Engine clusters, Anthos
// clusters on VMware, and Cloud Run.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := binaryauthorization.NewBinauthzManagementClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := binaryauthorization.NewBinauthzManagementClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := binaryauthorization.NewBinauthzManagementClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &binaryauthorizationpb.GetPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/binaryauthorization/apiv1/binaryauthorizationpb#GetPolicyRequest.
-// }
-// resp, err := c.GetPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := binaryauthorization.NewBinauthzManagementClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &binaryauthorizationpb.GetPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/binaryauthorization/apiv1/binaryauthorizationpb#GetPolicyRequest.
+// }
+// resp, err := c.GetPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBinauthzManagementClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/binaryauthorization/apiv1beta1/binaryauthorizationpb/continuous_validation_logging.pb.go b/binaryauthorization/apiv1beta1/binaryauthorizationpb/continuous_validation_logging.pb.go
index 939935e437ee..57184a6d3478 100755
--- a/binaryauthorization/apiv1beta1/binaryauthorizationpb/continuous_validation_logging.pb.go
+++ b/binaryauthorization/apiv1beta1/binaryauthorizationpb/continuous_validation_logging.pb.go
@@ -21,12 +21,11 @@
package binaryauthorizationpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/binaryauthorization/apiv1beta1/binaryauthorizationpb/resources.pb.go b/binaryauthorization/apiv1beta1/binaryauthorizationpb/resources.pb.go
index 36739abb1303..fe24f21b3787 100755
--- a/binaryauthorization/apiv1beta1/binaryauthorizationpb/resources.pb.go
+++ b/binaryauthorization/apiv1beta1/binaryauthorizationpb/resources.pb.go
@@ -21,13 +21,12 @@
package binaryauthorizationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/binaryauthorization/apiv1beta1/binaryauthorizationpb/service.pb.go b/binaryauthorization/apiv1beta1/binaryauthorizationpb/service.pb.go
index 6e5af9599fd4..7e491e68540e 100755
--- a/binaryauthorization/apiv1beta1/binaryauthorizationpb/service.pb.go
+++ b/binaryauthorization/apiv1beta1/binaryauthorizationpb/service.pb.go
@@ -22,9 +22,6 @@ package binaryauthorizationpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/binaryauthorization/apiv1beta1/binauthz_management_service_v1_beta1_client.go b/binaryauthorization/apiv1beta1/binauthz_management_service_v1_beta1_client.go
index 5541eb445e7d..f83ed595a30e 100755
--- a/binaryauthorization/apiv1beta1/binauthz_management_service_v1_beta1_client.go
+++ b/binaryauthorization/apiv1beta1/binauthz_management_service_v1_beta1_client.go
@@ -238,9 +238,9 @@ type internalBinauthzManagementServiceV1Beta1Client interface {
//
// This API implements a REST model with the following objects:
//
-// Policy
+// Policy
//
-// Attestor
+// Attestor
type BinauthzManagementServiceV1Beta1Client struct {
// The internal transport-dependent client.
internalClient internalBinauthzManagementServiceV1Beta1Client
@@ -352,9 +352,9 @@ type binauthzManagementServiceV1Beta1GRPCClient struct {
//
// This API implements a REST model with the following objects:
//
-// Policy
+// Policy
//
-// Attestor
+// Attestor
func NewBinauthzManagementServiceV1Beta1Client(ctx context.Context, opts ...option.ClientOption) (*BinauthzManagementServiceV1Beta1Client, error) {
clientOpts := defaultBinauthzManagementServiceV1Beta1GRPCClientOptions()
if newBinauthzManagementServiceV1Beta1ClientHook != nil {
@@ -434,9 +434,9 @@ type binauthzManagementServiceV1Beta1RESTClient struct {
//
// This API implements a REST model with the following objects:
//
-// Policy
+// Policy
//
-// Attestor
+// Attestor
func NewBinauthzManagementServiceV1Beta1RESTClient(ctx context.Context, opts ...option.ClientOption) (*BinauthzManagementServiceV1Beta1Client, error) {
clientOpts := append(defaultBinauthzManagementServiceV1Beta1RESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/binaryauthorization/apiv1beta1/doc.go b/binaryauthorization/apiv1beta1/doc.go
index 501c9fb5745c..2f2fd8a89ea2 100755
--- a/binaryauthorization/apiv1beta1/doc.go
+++ b/binaryauthorization/apiv1beta1/doc.go
@@ -21,61 +21,60 @@
// policy control for images deployed to Kubernetes Engine clusters, Anthos
// clusters on VMware, and Cloud Run.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := binaryauthorization.NewBinauthzManagementServiceV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := binaryauthorization.NewBinauthzManagementServiceV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := binaryauthorization.NewBinauthzManagementServiceV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &binaryauthorizationpb.GetPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/binaryauthorization/apiv1beta1/binaryauthorizationpb#GetPolicyRequest.
-// }
-// resp, err := c.GetPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := binaryauthorization.NewBinauthzManagementServiceV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &binaryauthorizationpb.GetPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/binaryauthorization/apiv1beta1/binaryauthorizationpb#GetPolicyRequest.
+// }
+// resp, err := c.GetPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBinauthzManagementServiceV1Beta1Client is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/certificatemanager/apiv1/certificate_manager_client.go b/certificatemanager/apiv1/certificate_manager_client.go
index 6a15e19fd6a9..eb0f31dc63e1 100755
--- a/certificatemanager/apiv1/certificate_manager_client.go
+++ b/certificatemanager/apiv1/certificate_manager_client.go
@@ -787,7 +787,7 @@ type internalClient interface {
// Client is a client for interacting with Certificate Manager API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// Certificates Manager API allows customers to see and manage all their TLS
// certificates.
@@ -796,25 +796,25 @@ type internalClient interface {
// group them into collections, and create serving configuration that can be
// easily applied to other Cloud resources e.g. Target Proxies.
//
-// # Data Model
+// Data Model
//
// The Certificates Manager service exposes the following resources:
//
-// Certificate that describes a single TLS certificate.
+// Certificate that describes a single TLS certificate.
//
-// CertificateMap that describes a collection of certificates that can be
-// attached to a target resource.
+// CertificateMap that describes a collection of certificates that can be
+// attached to a target resource.
//
-// CertificateMapEntry that describes a single configuration entry that
-// consists of a SNI and a group of certificates. It’s a subresource of
-// CertificateMap.
+// CertificateMapEntry that describes a single configuration entry that
+// consists of a SNI and a group of certificates. It’s a subresource of
+// CertificateMap.
//
// Certificate, CertificateMap and CertificateMapEntry IDs
// have to fully match the regexp [a-z0-9-]{1,63}. In other words,
//
-// only lower case letters, digits, and hyphen are allowed
+// only lower case letters, digits, and hyphen are allowed
//
-// length of the resource ID has to be in [1,63] range.
+// length of the resource ID has to be in [1,63] range.
//
// Provides methods to manage Cloud Certificate Manager entities.
type Client struct {
@@ -1121,7 +1121,7 @@ type gRPCClient struct {
// NewClient creates a new certificate manager client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// Certificates Manager API allows customers to see and manage all their TLS
// certificates.
@@ -1130,25 +1130,25 @@ type gRPCClient struct {
// group them into collections, and create serving configuration that can be
// easily applied to other Cloud resources e.g. Target Proxies.
//
-// # Data Model
+// Data Model
//
// The Certificates Manager service exposes the following resources:
//
-// Certificate that describes a single TLS certificate.
+// Certificate that describes a single TLS certificate.
//
-// CertificateMap that describes a collection of certificates that can be
-// attached to a target resource.
+// CertificateMap that describes a collection of certificates that can be
+// attached to a target resource.
//
-// CertificateMapEntry that describes a single configuration entry that
-// consists of a SNI and a group of certificates. It’s a subresource of
-// CertificateMap.
+// CertificateMapEntry that describes a single configuration entry that
+// consists of a SNI and a group of certificates. It’s a subresource of
+// CertificateMap.
//
// Certificate, CertificateMap and CertificateMapEntry IDs
// have to fully match the regexp [a-z0-9-]{1,63}. In other words,
//
-// only lower case letters, digits, and hyphen are allowed
+// only lower case letters, digits, and hyphen are allowed
//
-// length of the resource ID has to be in [1,63] range.
+// length of the resource ID has to be in [1,63] range.
//
// Provides methods to manage Cloud Certificate Manager entities.
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
@@ -1243,7 +1243,7 @@ type restClient struct {
// NewRESTClient creates a new certificate manager rest client.
//
-// # API Overview
+// API Overview
//
// Certificates Manager API allows customers to see and manage all their TLS
// certificates.
@@ -1252,25 +1252,25 @@ type restClient struct {
// group them into collections, and create serving configuration that can be
// easily applied to other Cloud resources e.g. Target Proxies.
//
-// # Data Model
+// Data Model
//
// The Certificates Manager service exposes the following resources:
//
-// Certificate that describes a single TLS certificate.
+// Certificate that describes a single TLS certificate.
//
-// CertificateMap that describes a collection of certificates that can be
-// attached to a target resource.
+// CertificateMap that describes a collection of certificates that can be
+// attached to a target resource.
//
-// CertificateMapEntry that describes a single configuration entry that
-// consists of a SNI and a group of certificates. It’s a subresource of
-// CertificateMap.
+// CertificateMapEntry that describes a single configuration entry that
+// consists of a SNI and a group of certificates. It’s a subresource of
+// CertificateMap.
//
// Certificate, CertificateMap and CertificateMapEntry IDs
// have to fully match the regexp [a-z0-9-]{1,63}. In other words,
//
-// only lower case letters, digits, and hyphen are allowed
+// only lower case letters, digits, and hyphen are allowed
//
-// length of the resource ID has to be in [1,63] range.
+// length of the resource ID has to be in [1,63] range.
//
// Provides methods to manage Cloud Certificate Manager entities.
func NewRESTClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
diff --git a/certificatemanager/apiv1/certificatemanagerpb/certificate_issuance_config.pb.go b/certificatemanager/apiv1/certificatemanagerpb/certificate_issuance_config.pb.go
index e8605137550c..62dfe1e670da 100755
--- a/certificatemanager/apiv1/certificatemanagerpb/certificate_issuance_config.pb.go
+++ b/certificatemanager/apiv1/certificatemanagerpb/certificate_issuance_config.pb.go
@@ -21,14 +21,13 @@
package certificatemanagerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/certificatemanager/apiv1/certificatemanagerpb/certificate_manager.pb.go b/certificatemanager/apiv1/certificatemanagerpb/certificate_manager.pb.go
index f56da038c589..cc67160aefcf 100755
--- a/certificatemanager/apiv1/certificatemanagerpb/certificate_manager.pb.go
+++ b/certificatemanager/apiv1/certificatemanagerpb/certificate_manager.pb.go
@@ -21,11 +21,8 @@
package certificatemanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/certificatemanager/apiv1/doc.go b/certificatemanager/apiv1/doc.go
index 54f9af183a09..41df5ece6494 100755
--- a/certificatemanager/apiv1/doc.go
+++ b/certificatemanager/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package certificatemanager is an auto-generated package for the
// Certificate Manager API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := certificatemanager.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := certificatemanager.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := certificatemanager.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &certificatemanagerpb.ListCertificatesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb#ListCertificatesRequest.
-// }
-// it := c.ListCertificates(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := certificatemanager.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &certificatemanagerpb.ListCertificatesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb#ListCertificatesRequest.
+// }
+// it := c.ListCertificates(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/channel/apiv1/channelpb/channel_partner_links.pb.go b/channel/apiv1/channelpb/channel_partner_links.pb.go
index ba6f29b5ba60..664325ca2d01 100755
--- a/channel/apiv1/channelpb/channel_partner_links.pb.go
+++ b/channel/apiv1/channelpb/channel_partner_links.pb.go
@@ -21,13 +21,12 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/common.pb.go b/channel/apiv1/channelpb/common.pb.go
index 75e953d7db21..f952e65b7e24 100755
--- a/channel/apiv1/channelpb/common.pb.go
+++ b/channel/apiv1/channelpb/common.pb.go
@@ -21,13 +21,12 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/customers.pb.go b/channel/apiv1/channelpb/customers.pb.go
index c16b0fa0239c..cf5b279ebb0b 100755
--- a/channel/apiv1/channelpb/customers.pb.go
+++ b/channel/apiv1/channelpb/customers.pb.go
@@ -21,14 +21,13 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
postaladdress "google.golang.org/genproto/googleapis/type/postaladdress"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/entitlement_changes.pb.go b/channel/apiv1/channelpb/entitlement_changes.pb.go
index 3d8cd70bf029..1859604c6916 100755
--- a/channel/apiv1/channelpb/entitlement_changes.pb.go
+++ b/channel/apiv1/channelpb/entitlement_changes.pb.go
@@ -21,13 +21,12 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/entitlements.pb.go b/channel/apiv1/channelpb/entitlements.pb.go
index 72a794756019..983934f20dc2 100755
--- a/channel/apiv1/channelpb/entitlements.pb.go
+++ b/channel/apiv1/channelpb/entitlements.pb.go
@@ -21,13 +21,12 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/offers.pb.go b/channel/apiv1/channelpb/offers.pb.go
index ac5f33571cf7..d340b2f75564 100755
--- a/channel/apiv1/channelpb/offers.pb.go
+++ b/channel/apiv1/channelpb/offers.pb.go
@@ -21,14 +21,13 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
money "google.golang.org/genproto/googleapis/type/money"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/operations.pb.go b/channel/apiv1/channelpb/operations.pb.go
index 603bb001411b..aafcc506319b 100755
--- a/channel/apiv1/channelpb/operations.pb.go
+++ b/channel/apiv1/channelpb/operations.pb.go
@@ -21,11 +21,10 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/products.pb.go b/channel/apiv1/channelpb/products.pb.go
index a693fb2b583c..e6c33df923ae 100755
--- a/channel/apiv1/channelpb/products.pb.go
+++ b/channel/apiv1/channelpb/products.pb.go
@@ -21,12 +21,11 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/reports_service.pb.go b/channel/apiv1/channelpb/reports_service.pb.go
index 491970849b8d..f816c0c31631 100755
--- a/channel/apiv1/channelpb/reports_service.pb.go
+++ b/channel/apiv1/channelpb/reports_service.pb.go
@@ -21,11 +21,8 @@
package channelpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
datetime "google.golang.org/genproto/googleapis/type/datetime"
@@ -37,6 +34,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/repricing.pb.go b/channel/apiv1/channelpb/repricing.pb.go
index d7fae8076d9f..82e01c19b858 100755
--- a/channel/apiv1/channelpb/repricing.pb.go
+++ b/channel/apiv1/channelpb/repricing.pb.go
@@ -21,15 +21,14 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
decimal "google.golang.org/genproto/googleapis/type/decimal"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/service.pb.go b/channel/apiv1/channelpb/service.pb.go
index 4f155cee1791..c457f62f1677 100755
--- a/channel/apiv1/channelpb/service.pb.go
+++ b/channel/apiv1/channelpb/service.pb.go
@@ -21,11 +21,8 @@
package channelpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/channelpb/subscriber_event.pb.go b/channel/apiv1/channelpb/subscriber_event.pb.go
index 20f16c83ed67..1dc8e9fc3943 100755
--- a/channel/apiv1/channelpb/subscriber_event.pb.go
+++ b/channel/apiv1/channelpb/subscriber_event.pb.go
@@ -21,12 +21,11 @@
package channelpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/channel/apiv1/cloud_channel_client.go b/channel/apiv1/cloud_channel_client.go
index 8d69232f734d..22695ca85a39 100755
--- a/channel/apiv1/cloud_channel_client.go
+++ b/channel/apiv1/cloud_channel_client.go
@@ -972,16 +972,16 @@ type internalCloudChannelClient interface {
//
// CloudChannelService exposes the following resources:
//
-// Customers: An entity-usually an
-// enterprise-managed by a reseller or distributor.
+// Customers: An entity-usually an
+// enterprise-managed by a reseller or distributor.
//
-// Entitlements: An entity that
-// provides a customer with the means to use a service. Entitlements are created
-// or updated as a result of a successful fulfillment.
+// Entitlements: An entity that
+// provides a customer with the means to use a service. Entitlements are created
+// or updated as a result of a successful fulfillment.
//
-// ChannelPartnerLinks: An
-// entity that identifies links between distributors and their indirect
-// resellers in a channel.
+// ChannelPartnerLinks: An
+// entity that identifies links between distributors and their indirect
+// resellers in a channel.
type CloudChannelClient struct {
// The internal transport-dependent client.
internalClient internalCloudChannelClient
@@ -1022,10 +1022,10 @@ func (c *CloudChannelClient) Connection() *grpc.ClientConn {
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// List of Customers, or an empty list if
@@ -1039,13 +1039,13 @@ func (c *CloudChannelClient) ListCustomers(ctx context.Context, req *channelpb.L
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer resource doesn’t exist. Usually the result of an
-// invalid name parameter.
+// NOT_FOUND: The customer resource doesn’t exist. Usually the result of an
+// invalid name parameter.
//
// Return value:
// The Customer resource.
@@ -1058,12 +1058,12 @@ func (c *CloudChannelClient) GetCustomer(ctx context.Context, req *channelpb.Get
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// INVALID_VALUE: Invalid domain value in the request.
+// INVALID_VALUE: Invalid domain value in the request.
//
// Return value:
// A list of
@@ -1083,14 +1083,14 @@ func (c *CloudChannelClient) CheckCloudIdentityAccountsExist(ctx context.Context
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT:
+// INVALID_ARGUMENT:
//
-// Required request parameters are missing or invalid.
+// Required request parameters are missing or invalid.
//
-// Domain field value doesn’t match the primary email domain.
+// Domain field value doesn’t match the primary email domain.
//
// Return value:
// The newly created Customer resource.
@@ -1103,13 +1103,13 @@ func (c *CloudChannelClient) CreateCustomer(ctx context.Context, req *channelpb.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: No Customer resource found
-// for the name in the request.
+// NOT_FOUND: No Customer resource found
+// for the name in the request.
//
// Return value:
// The updated Customer resource.
@@ -1121,15 +1121,15 @@ func (c *CloudChannelClient) UpdateCustomer(ctx context.Context, req *channelpb.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The account making the request does not own
-// this customer.
+// PERMISSION_DENIED: The account making the request does not own
+// this customer.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// FAILED_PRECONDITION: The customer has existing entitlements.
+// FAILED_PRECONDITION: The customer has existing entitlements.
//
-// NOT_FOUND: No Customer resource found
-// for the name in the request.
+// NOT_FOUND: No Customer resource found
+// for the name in the request.
func (c *CloudChannelClient) DeleteCustomer(ctx context.Context, req *channelpb.DeleteCustomerRequest, opts ...gax.CallOption) error {
return c.internalClient.DeleteCustomer(ctx, req, opts...)
}
@@ -1141,16 +1141,16 @@ func (c *CloudChannelClient) DeleteCustomer(ctx context.Context, req *channelpb.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// NOT_FOUND: Cloud Identity doesn’t exist or was deleted.
+// NOT_FOUND: Cloud Identity doesn’t exist or was deleted.
//
-// INVALID_ARGUMENT: Required parameters are missing, or the auth_token is
-// expired or invalid.
+// INVALID_ARGUMENT: Required parameters are missing, or the auth_token is
+// expired or invalid.
//
-// ALREADY_EXISTS: A customer already exists and has conflicting critical
-// fields. Requires an overwrite.
+// ALREADY_EXISTS: A customer already exists and has conflicting critical
+// fields. Requires an overwrite.
//
// Return value:
// The Customer.
@@ -1163,20 +1163,20 @@ func (c *CloudChannelClient) ImportCustomer(ctx context.Context, req *channelpb.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer was not found.
+// NOT_FOUND: The customer was not found.
//
-// ALREADY_EXISTS: The customer’s primary email already exists. Retry
-// after changing the customer’s primary contact email.
+// ALREADY_EXISTS: The customer’s primary email already exists. Retry
+// after changing the customer’s primary contact email.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1199,9 +1199,9 @@ func (c *CloudChannelClient) ProvisionCloudIdentityOperation(name string) *Provi
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// A list of the customer’s
@@ -1219,16 +1219,16 @@ func (c *CloudChannelClient) ListEntitlements(ctx context.Context, req *channelp
//
// Possible error codes:
//
-// PERMISSION_DENIED:
+// PERMISSION_DENIED:
//
-// The customer doesn’t belong to the reseller and has no auth token.
+// The customer doesn’t belong to the reseller and has no auth token.
//
-// The supplied auth token is invalid.
+// The supplied auth token is invalid.
//
-// The reseller account making the request is different
-// from the reseller account in the query.
+// The reseller account making the request is different
+// from the reseller account in the query.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// A list of the customer’s
@@ -1246,17 +1246,17 @@ func (c *CloudChannelClient) ListTransferableSkus(ctx context.Context, req *chan
//
// Possible error codes:
//
-// PERMISSION_DENIED:
+// PERMISSION_DENIED:
//
-// The customer doesn’t belong to the reseller and has no auth token.
+// The customer doesn’t belong to the reseller and has no auth token.
//
-// The customer provided incorrect reseller information when generating
-// auth token.
+// The customer provided incorrect reseller information when generating
+// auth token.
//
-// The reseller account making the request is different
-// from the reseller account in the query.
+// The reseller account making the request is different
+// from the reseller account in the query.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// List of TransferableOffer for
@@ -1270,11 +1270,11 @@ func (c *CloudChannelClient) ListTransferableOffers(ctx context.Context, req *ch
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer entitlement was not found.
+// NOT_FOUND: The customer entitlement was not found.
//
// Return value:
// The requested Entitlement resource.
@@ -1286,47 +1286,47 @@ func (c *CloudChannelClient) GetEntitlement(ctx context.Context, req *channelpb.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT:
+// INVALID_ARGUMENT:
//
-// Required request parameters are missing or invalid.
+// Required request parameters are missing or invalid.
//
-// There is already a customer entitlement for a SKU from the same
-// product family.
+// There is already a customer entitlement for a SKU from the same
+// product family.
//
-// INVALID_VALUE: Make sure the OfferId is valid. If it is, contact
-// Google Channel support for further troubleshooting.
+// INVALID_VALUE: Make sure the OfferId is valid. If it is, contact
+// Google Channel support for further troubleshooting.
//
-// NOT_FOUND: The customer or offer resource was not found.
+// NOT_FOUND: The customer or offer resource was not found.
//
-// ALREADY_EXISTS:
+// ALREADY_EXISTS:
//
-// The SKU was already purchased for the customer.
+// The SKU was already purchased for the customer.
//
-// The customer’s primary email already exists. Retry
-// after changing the customer’s primary contact email.
+// The customer’s primary email already exists. Retry
+// after changing the customer’s primary contact email.
//
-// CONDITION_NOT_MET or FAILED_PRECONDITION:
+// CONDITION_NOT_MET or FAILED_PRECONDITION:
//
-// The domain required for purchasing a SKU has not been verified.
+// The domain required for purchasing a SKU has not been verified.
//
-// A pre-requisite SKU required to purchase an Add-On SKU is missing.
-// For example, Google Workspace Business Starter is required to purchase
-// Vault or Drive.
+// A pre-requisite SKU required to purchase an Add-On SKU is missing.
+// For example, Google Workspace Business Starter is required to purchase
+// Vault or Drive.
//
-// (Developer accounts only) Reseller and resold domain must meet the
-// following naming requirements:
+// (Developer accounts only) Reseller and resold domain must meet the
+// following naming requirements:
//
-// Domain names must start with goog-test.
+// Domain names must start with goog-test.
//
-// Domain names must include the reseller domain.
+// Domain names must include the reseller domain.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1351,19 +1351,19 @@ func (c *CloudChannelClient) CreateEntitlementOperation(name string) *CreateEnti
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
-// For example, the number of seats being changed is greater than the allowed
-// number of max seats, or decreasing seats for a commitment based plan.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// For example, the number of seats being changed is greater than the allowed
+// number of max seats, or decreasing seats for a commitment based plan.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1388,20 +1388,20 @@ func (c *CloudChannelClient) ChangeParametersOperation(name string) *ChangeParam
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a
-// commitment plan. Can’t enable or disable renewals for non-commitment plans.
+// NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a
+// commitment plan. Can’t enable or disable renewals for non-commitment plans.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1426,17 +1426,17 @@ func (c *CloudChannelClient) ChangeRenewalSettingsOperation(name string) *Change
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Offer or Entitlement resource not found.
+// NOT_FOUND: Offer or Entitlement resource not found.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1462,20 +1462,20 @@ func (c *CloudChannelClient) ChangeOfferOperation(name string) *ChangeOfferOpera
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// FAILED_PRECONDITION/NOT_IN_TRIAL: This method only works for
-// entitlement on trial plans.
+// FAILED_PRECONDITION/NOT_IN_TRIAL: This method only works for
+// entitlement on trial plans.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1499,19 +1499,19 @@ func (c *CloudChannelClient) StartPaidServiceOperation(name string) *StartPaidSe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// NOT_ACTIVE: Entitlement is not active.
+// NOT_ACTIVE: Entitlement is not active.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1535,24 +1535,24 @@ func (c *CloudChannelClient) SuspendEntitlementOperation(name string) *SuspendEn
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// FAILED_PRECONDITION: There are Google Cloud projects linked to the
-// Google Cloud entitlement’s Cloud Billing subaccount.
+// FAILED_PRECONDITION: There are Google Cloud projects linked to the
+// Google Cloud entitlement’s Cloud Billing subaccount.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// DELETION_TYPE_NOT_ALLOWED: Cancel is only allowed for Google Workspace
-// add-ons, or entitlements for Google Cloud’s development platform.
+// DELETION_TYPE_NOT_ALLOWED: Cancel is only allowed for Google Workspace
+// add-ons, or entitlements for Google Cloud’s development platform.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1579,24 +1579,24 @@ func (c *CloudChannelClient) CancelEntitlementOperation(name string) *CancelEnti
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// SUSPENSION_NOT_RESELLER_INITIATED: Can only activate reseller-initiated
-// suspensions and entitlements that have accepted the TOS.
+// SUSPENSION_NOT_RESELLER_INITIATED: Can only activate reseller-initiated
+// suspensions and entitlements that have accepted the TOS.
//
-// NOT_SUSPENDED: Can only activate suspended entitlements not in an ACTIVE
-// state.
+// NOT_SUSPENDED: Can only activate suspended entitlements not in an ACTIVE
+// state.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1618,36 +1618,36 @@ func (c *CloudChannelClient) ActivateEntitlementOperation(name string) *Activate
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer or offer resource was not found.
+// NOT_FOUND: The customer or offer resource was not found.
//
-// ALREADY_EXISTS: The SKU was already transferred for the customer.
+// ALREADY_EXISTS: The SKU was already transferred for the customer.
//
-// CONDITION_NOT_MET or FAILED_PRECONDITION:
+// CONDITION_NOT_MET or FAILED_PRECONDITION:
//
-// The SKU requires domain verification to transfer, but the domain is
-// not verified.
+// The SKU requires domain verification to transfer, but the domain is
+// not verified.
//
-// An Add-On SKU (example, Vault or Drive) is missing the
-// pre-requisite SKU (example, G Suite Basic).
+// An Add-On SKU (example, Vault or Drive) is missing the
+// pre-requisite SKU (example, G Suite Basic).
//
-// (Developer accounts only) Reseller and resold domain must meet the
-// following naming requirements:
+// (Developer accounts only) Reseller and resold domain must meet the
+// following naming requirements:
//
-// Domain names must start with goog-test.
+// Domain names must start with goog-test.
//
-// Domain names must include the reseller domain.
+// Domain names must include the reseller domain.
//
-// Specify all transferring entitlements.
+// Specify all transferring entitlements.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1669,34 +1669,34 @@ func (c *CloudChannelClient) TransferEntitlementsOperation(name string) *Transfe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer or offer resource was not found.
+// NOT_FOUND: The customer or offer resource was not found.
//
-// ALREADY_EXISTS: The SKU was already transferred for the customer.
+// ALREADY_EXISTS: The SKU was already transferred for the customer.
//
-// CONDITION_NOT_MET or FAILED_PRECONDITION:
+// CONDITION_NOT_MET or FAILED_PRECONDITION:
//
-// The SKU requires domain verification to transfer, but the domain is
-// not verified.
+// The SKU requires domain verification to transfer, but the domain is
+// not verified.
//
-// An Add-On SKU (example, Vault or Drive) is missing the
-// pre-requisite SKU (example, G Suite Basic).
+// An Add-On SKU (example, Vault or Drive) is missing the
+// pre-requisite SKU (example, G Suite Basic).
//
-// (Developer accounts only) Reseller and resold domain must meet the
-// following naming requirements:
+// (Developer accounts only) Reseller and resold domain must meet the
+// following naming requirements:
//
-// Domain names must start with goog-test.
+// Domain names must start with goog-test.
//
-// Domain names must include the reseller domain.
+// Domain names must include the reseller domain.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -1720,10 +1720,10 @@ func (c *CloudChannelClient) TransferEntitlementsToGoogleOperation(name string)
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// The list of the distributor account’s
@@ -1738,13 +1738,13 @@ func (c *CloudChannelClient) ListChannelPartnerLinks(ctx context.Context, req *c
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: ChannelPartnerLink resource not found because of an
-// invalid channel partner link name.
+// NOT_FOUND: ChannelPartnerLink resource not found because of an
+// invalid channel partner link name.
//
// Return value:
// The ChannelPartnerLink
@@ -1762,21 +1762,21 @@ func (c *CloudChannelClient) GetChannelPartnerLink(ctx context.Context, req *cha
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// ALREADY_EXISTS: The ChannelPartnerLink sent in the request already
-// exists.
+// ALREADY_EXISTS: The ChannelPartnerLink sent in the request already
+// exists.
//
-// NOT_FOUND: No Cloud Identity customer exists for provided domain.
+// NOT_FOUND: No Cloud Identity customer exists for provided domain.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The new ChannelPartnerLink
@@ -1791,25 +1791,25 @@ func (c *CloudChannelClient) CreateChannelPartnerLink(ctx context.Context, req *
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT:
+// INVALID_ARGUMENT:
//
-// Required request parameters are missing or invalid.
+// Required request parameters are missing or invalid.
//
-// Link state cannot change from invited to active or suspended.
+// Link state cannot change from invited to active or suspended.
//
-// Cannot send reseller_cloud_identity_id, invite_url, or name in update
-// mask.
+// Cannot send reseller_cloud_identity_id, invite_url, or name in update
+// mask.
//
-// NOT_FOUND: ChannelPartnerLink resource not found.
+// NOT_FOUND: ChannelPartnerLink resource not found.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The updated
@@ -1823,15 +1823,15 @@ func (c *CloudChannelClient) UpdateChannelPartnerLink(ctx context.Context, req *
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// was not found.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// was not found.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -1846,15 +1846,15 @@ func (c *CloudChannelClient) GetCustomerRepricingConfig(ctx context.Context, req
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -1862,13 +1862,13 @@ func (c *CloudChannelClient) GetCustomerRepricingConfig(ctx context.Context, req
// resources. The data for each resource is displayed in the ascending order
// of:
//
-// customer ID
+// customer ID
//
-// RepricingConfig.EntitlementGranularity.entitlement
+// RepricingConfig.EntitlementGranularity.entitlement
//
-// RepricingConfig.effective_invoice_month
+// RepricingConfig.effective_invoice_month
//
-// CustomerRepricingConfig.update_time
+// CustomerRepricingConfig.update_time
//
// If unsuccessful, returns an error.
func (c *CloudChannelClient) ListCustomerRepricingConfigs(ctx context.Context, req *channelpb.ListCustomerRepricingConfigsRequest, opts ...gax.CallOption) *CustomerRepricingConfigIterator {
@@ -1887,37 +1887,37 @@ func (c *CloudChannelClient) ListCustomerRepricingConfigs(ctx context.Context, r
//
// The following restrictions are for creating configs in the current month.
//
-// This functionality is reserved for recovering from an erroneous config,
-// and should not be used for regular business cases.
+// This functionality is reserved for recovering from an erroneous config,
+// and should not be used for regular business cases.
//
-// The new config will not modify exports used with other configs.
-// Changes to the config may be immediate, but may take up to 24 hours.
+// The new config will not modify exports used with other configs.
+// Changes to the config may be immediate, but may take up to 24 hours.
//
-// There is a limit of ten configs for any
-// RepricingConfig.EntitlementGranularity.entitlement
-// or
-// RepricingConfig.effective_invoice_month.
+// There is a limit of ten configs for any
+// RepricingConfig.EntitlementGranularity.entitlement
+// or
+// RepricingConfig.effective_invoice_month.
//
-// The contained
-// CustomerRepricingConfig.repricing_config
-// vaule must be different from the value used in the current config for a
-// RepricingConfig.EntitlementGranularity.entitlement.
+// The contained
+// CustomerRepricingConfig.repricing_config
+// vaule must be different from the value used in the current config for a
+// RepricingConfig.EntitlementGranularity.entitlement.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -1940,23 +1940,23 @@ func (c *CloudChannelClient) CreateCustomerRepricingConfig(ctx context.Context,
//
// When updating a config in the future:
//
-// This config must already exist.
+// This config must already exist.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -1974,18 +1974,18 @@ func (c *CloudChannelClient) UpdateCustomerRepricingConfig(ctx context.Context,
//
// Possible error codes:
//
-// PERMISSION_DENIED: The account making the request does not own
-// this customer.
+// PERMISSION_DENIED: The account making the request does not own
+// this customer.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// FAILED_PRECONDITION: The
-// CustomerRepricingConfig
-// is active or in the past.
+// FAILED_PRECONDITION: The
+// CustomerRepricingConfig
+// is active or in the past.
//
-// NOT_FOUND: No
-// CustomerRepricingConfig
-// found for the name in the request.
+// NOT_FOUND: No
+// CustomerRepricingConfig
+// found for the name in the request.
func (c *CloudChannelClient) DeleteCustomerRepricingConfig(ctx context.Context, req *channelpb.DeleteCustomerRepricingConfigRequest, opts ...gax.CallOption) error {
return c.internalClient.DeleteCustomerRepricingConfig(ctx, req, opts...)
}
@@ -1995,15 +1995,15 @@ func (c *CloudChannelClient) DeleteCustomerRepricingConfig(ctx context.Context,
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// was not found.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// was not found.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -2018,15 +2018,15 @@ func (c *CloudChannelClient) GetChannelPartnerRepricingConfig(ctx context.Contex
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -2034,11 +2034,11 @@ func (c *CloudChannelClient) GetChannelPartnerRepricingConfig(ctx context.Contex
// resources. The data for each resource is displayed in the ascending order
// of:
//
-// channel partner ID
+// channel partner ID
//
-// RepricingConfig.effective_invoice_month
+// RepricingConfig.effective_invoice_month
//
-// ChannelPartnerRepricingConfig.update_time
+// ChannelPartnerRepricingConfig.update_time
//
// If unsuccessful, returns an error.
func (c *CloudChannelClient) ListChannelPartnerRepricingConfigs(ctx context.Context, req *channelpb.ListChannelPartnerRepricingConfigsRequest, opts ...gax.CallOption) *ChannelPartnerRepricingConfigIterator {
@@ -2058,35 +2058,35 @@ func (c *CloudChannelClient) ListChannelPartnerRepricingConfigs(ctx context.Cont
//
// The following restrictions are for creating configs in the current month.
//
-// This functionality is reserved for recovering from an erroneous config,
-// and should not be used for regular business cases.
+// This functionality is reserved for recovering from an erroneous config,
+// and should not be used for regular business cases.
//
-// The new config will not modify exports used with other configs.
-// Changes to the config may be immediate, but may take up to 24 hours.
+// The new config will not modify exports used with other configs.
+// Changes to the config may be immediate, but may take up to 24 hours.
//
-// There is a limit of ten configs for any ChannelPartner or
-// RepricingConfig.effective_invoice_month.
+// There is a limit of ten configs for any ChannelPartner or
+// RepricingConfig.effective_invoice_month.
//
-// The contained
-// ChannelPartnerRepricingConfig.repricing_config
-// vaule must be different from the value used in the current config for a
-// ChannelPartner.
+// The contained
+// ChannelPartnerRepricingConfig.repricing_config
+// vaule must be different from the value used in the current config for a
+// ChannelPartner.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -2109,23 +2109,23 @@ func (c *CloudChannelClient) CreateChannelPartnerRepricingConfig(ctx context.Con
//
// When updating a config in the future:
//
-// This config must already exist.
+// This config must already exist.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -2143,18 +2143,18 @@ func (c *CloudChannelClient) UpdateChannelPartnerRepricingConfig(ctx context.Con
//
// Possible error codes:
//
-// PERMISSION_DENIED: The account making the request does not own
-// this customer.
+// PERMISSION_DENIED: The account making the request does not own
+// this customer.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// FAILED_PRECONDITION: The
-// ChannelPartnerRepricingConfig
-// is active or in the past.
+// FAILED_PRECONDITION: The
+// ChannelPartnerRepricingConfig
+// is active or in the past.
//
-// NOT_FOUND: No
-// ChannelPartnerRepricingConfig
-// found for the name in the request.
+// NOT_FOUND: No
+// ChannelPartnerRepricingConfig
+// found for the name in the request.
func (c *CloudChannelClient) DeleteChannelPartnerRepricingConfig(ctx context.Context, req *channelpb.DeleteChannelPartnerRepricingConfigRequest, opts ...gax.CallOption) error {
return c.internalClient.DeleteChannelPartnerRepricingConfig(ctx, req, opts...)
}
@@ -2163,11 +2163,11 @@ func (c *CloudChannelClient) DeleteChannelPartnerRepricingConfig(ctx context.Con
//
// Possible error codes:
//
-// PERMISSION_DENIED: The entitlement doesn’t belong to the reseller.
+// PERMISSION_DENIED: The entitlement doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement or offer was not found.
+// NOT_FOUND: Entitlement or offer was not found.
//
// Return value:
// The Offer resource.
@@ -2179,7 +2179,7 @@ func (c *CloudChannelClient) LookupOffer(ctx context.Context, req *channelpb.Loo
//
// Possible error codes:
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *CloudChannelClient) ListProducts(ctx context.Context, req *channelpb.ListProductsRequest, opts ...gax.CallOption) *ProductIterator {
return c.internalClient.ListProducts(ctx, req, opts...)
}
@@ -2188,7 +2188,7 @@ func (c *CloudChannelClient) ListProducts(ctx context.Context, req *channelpb.Li
//
// Possible error codes:
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *CloudChannelClient) ListSkus(ctx context.Context, req *channelpb.ListSkusRequest, opts ...gax.CallOption) *SkuIterator {
return c.internalClient.ListSkus(ctx, req, opts...)
}
@@ -2197,37 +2197,37 @@ func (c *CloudChannelClient) ListSkus(ctx context.Context, req *channelpb.ListSk
//
// Possible error codes:
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *CloudChannelClient) ListOffers(ctx context.Context, req *channelpb.ListOffersRequest, opts ...gax.CallOption) *OfferIterator {
return c.internalClient.ListOffers(ctx, req, opts...)
}
// ListPurchasableSkus lists the following:
//
-// SKUs that you can purchase for a customer
+// SKUs that you can purchase for a customer
//
-// SKUs that you can upgrade or downgrade for an entitlement.
+// SKUs that you can upgrade or downgrade for an entitlement.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *CloudChannelClient) ListPurchasableSkus(ctx context.Context, req *channelpb.ListPurchasableSkusRequest, opts ...gax.CallOption) *PurchasableSkuIterator {
return c.internalClient.ListPurchasableSkus(ctx, req, opts...)
}
// ListPurchasableOffers lists the following:
//
-// Offers that you can purchase for a customer.
+// Offers that you can purchase for a customer.
//
-// Offers that you can change for an entitlement.
+// Offers that you can change for an entitlement.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *CloudChannelClient) ListPurchasableOffers(ctx context.Context, req *channelpb.ListPurchasableOffersRequest, opts ...gax.CallOption) *PurchasableOfferIterator {
return c.internalClient.ListPurchasableOffers(ctx, req, opts...)
}
@@ -2239,17 +2239,17 @@ func (c *CloudChannelClient) ListPurchasableOffers(ctx context.Context, req *cha
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different, or the impersonated user
-// is not a super admin.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different, or the impersonated user
+// is not a super admin.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The topic name with the registered service email address.
@@ -2264,19 +2264,19 @@ func (c *CloudChannelClient) RegisterSubscriber(ctx context.Context, req *channe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different, or the impersonated user
-// is not a super admin.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different, or the impersonated user
+// is not a super admin.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The topic resource doesn’t exist.
+// NOT_FOUND: The topic resource doesn’t exist.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The topic name that unregistered the service email address.
@@ -2291,19 +2291,19 @@ func (c *CloudChannelClient) UnregisterSubscriber(ctx context.Context, req *chan
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different, or the impersonated user
-// is not a super admin.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different, or the impersonated user
+// is not a super admin.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The topic resource doesn’t exist.
+// NOT_FOUND: The topic resource doesn’t exist.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// A list of service email addresses.
@@ -2315,19 +2315,19 @@ func (c *CloudChannelClient) ListSubscribers(ctx context.Context, req *channelpb
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different.
//
-// INVALID_ARGUMENT: Missing or invalid required fields in the request.
+// INVALID_ARGUMENT: Missing or invalid required fields in the request.
//
-// NOT_FOUND: The parent resource doesn’t exist. Usually the result of an
-// invalid name parameter.
+// NOT_FOUND: The parent resource doesn’t exist. Usually the result of an
+// invalid name parameter.
//
-// INTERNAL: Any non-user error related to a technical issue in the backend.
-// In this case, contact CloudChannel support.
+// INTERNAL: Any non-user error related to a technical issue in the backend.
+// In this case, contact CloudChannel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// In this case, contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// In this case, contact Cloud Channel support.
//
// Return value:
// List of EntitlementChanges.
@@ -2400,16 +2400,16 @@ type cloudChannelGRPCClient struct {
//
// CloudChannelService exposes the following resources:
//
-// Customers: An entity-usually an
-// enterprise-managed by a reseller or distributor.
+// Customers: An entity-usually an
+// enterprise-managed by a reseller or distributor.
//
-// Entitlements: An entity that
-// provides a customer with the means to use a service. Entitlements are created
-// or updated as a result of a successful fulfillment.
+// Entitlements: An entity that
+// provides a customer with the means to use a service. Entitlements are created
+// or updated as a result of a successful fulfillment.
//
-// ChannelPartnerLinks: An
-// entity that identifies links between distributors and their indirect
-// resellers in a channel.
+// ChannelPartnerLinks: An
+// entity that identifies links between distributors and their indirect
+// resellers in a channel.
func NewCloudChannelClient(ctx context.Context, opts ...option.ClientOption) (*CloudChannelClient, error) {
clientOpts := defaultCloudChannelGRPCClientOptions()
if newCloudChannelClientHook != nil {
@@ -2515,16 +2515,16 @@ type cloudChannelRESTClient struct {
//
// CloudChannelService exposes the following resources:
//
-// Customers: An entity-usually an
-// enterprise-managed by a reseller or distributor.
+// Customers: An entity-usually an
+// enterprise-managed by a reseller or distributor.
//
-// Entitlements: An entity that
-// provides a customer with the means to use a service. Entitlements are created
-// or updated as a result of a successful fulfillment.
+// Entitlements: An entity that
+// provides a customer with the means to use a service. Entitlements are created
+// or updated as a result of a successful fulfillment.
//
-// ChannelPartnerLinks: An
-// entity that identifies links between distributors and their indirect
-// resellers in a channel.
+// ChannelPartnerLinks: An
+// entity that identifies links between distributors and their indirect
+// resellers in a channel.
func NewCloudChannelRESTClient(ctx context.Context, opts ...option.ClientOption) (*CloudChannelClient, error) {
clientOpts := append(defaultCloudChannelRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
@@ -4019,10 +4019,10 @@ func (c *cloudChannelGRPCClient) ListOperations(ctx context.Context, req *longru
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// List of Customers, or an empty list if
@@ -4122,13 +4122,13 @@ func (c *cloudChannelRESTClient) ListCustomers(ctx context.Context, req *channel
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer resource doesn’t exist. Usually the result of an
-// invalid name parameter.
+// NOT_FOUND: The customer resource doesn’t exist. Usually the result of an
+// invalid name parameter.
//
// Return value:
// The Customer resource.
@@ -4194,12 +4194,12 @@ func (c *cloudChannelRESTClient) GetCustomer(ctx context.Context, req *channelpb
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// INVALID_VALUE: Invalid domain value in the request.
+// INVALID_VALUE: Invalid domain value in the request.
//
// Return value:
// A list of
@@ -4278,14 +4278,14 @@ func (c *cloudChannelRESTClient) CheckCloudIdentityAccountsExist(ctx context.Con
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT:
+// INVALID_ARGUMENT:
//
-// Required request parameters are missing or invalid.
+// Required request parameters are missing or invalid.
//
-// Domain field value doesn’t match the primary email domain.
+// Domain field value doesn’t match the primary email domain.
//
// Return value:
// The newly created Customer resource.
@@ -4358,13 +4358,13 @@ func (c *cloudChannelRESTClient) CreateCustomer(ctx context.Context, req *channe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: No Customer resource found
-// for the name in the request.
+// NOT_FOUND: No Customer resource found
+// for the name in the request.
//
// Return value:
// The updated Customer resource.
@@ -4443,15 +4443,15 @@ func (c *cloudChannelRESTClient) UpdateCustomer(ctx context.Context, req *channe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The account making the request does not own
-// this customer.
+// PERMISSION_DENIED: The account making the request does not own
+// this customer.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// FAILED_PRECONDITION: The customer has existing entitlements.
+// FAILED_PRECONDITION: The customer has existing entitlements.
//
-// NOT_FOUND: No Customer resource found
-// for the name in the request.
+// NOT_FOUND: No Customer resource found
+// for the name in the request.
func (c *cloudChannelRESTClient) DeleteCustomer(ctx context.Context, req *channelpb.DeleteCustomerRequest, opts ...gax.CallOption) error {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
@@ -4498,16 +4498,16 @@ func (c *cloudChannelRESTClient) DeleteCustomer(ctx context.Context, req *channe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// NOT_FOUND: Cloud Identity doesn’t exist or was deleted.
+// NOT_FOUND: Cloud Identity doesn’t exist or was deleted.
//
-// INVALID_ARGUMENT: Required parameters are missing, or the auth_token is
-// expired or invalid.
+// INVALID_ARGUMENT: Required parameters are missing, or the auth_token is
+// expired or invalid.
//
-// ALREADY_EXISTS: A customer already exists and has conflicting critical
-// fields. Requires an overwrite.
+// ALREADY_EXISTS: A customer already exists and has conflicting critical
+// fields. Requires an overwrite.
//
// Return value:
// The Customer.
@@ -4579,20 +4579,20 @@ func (c *cloudChannelRESTClient) ImportCustomer(ctx context.Context, req *channe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer was not found.
+// NOT_FOUND: The customer was not found.
//
-// ALREADY_EXISTS: The customer’s primary email already exists. Retry
-// after changing the customer’s primary contact email.
+// ALREADY_EXISTS: The customer’s primary email already exists. Retry
+// after changing the customer’s primary contact email.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -4672,9 +4672,9 @@ func (c *cloudChannelRESTClient) ProvisionCloudIdentity(ctx context.Context, req
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// A list of the customer’s
@@ -4775,16 +4775,16 @@ func (c *cloudChannelRESTClient) ListEntitlements(ctx context.Context, req *chan
//
// Possible error codes:
//
-// PERMISSION_DENIED:
+// PERMISSION_DENIED:
//
-// The customer doesn’t belong to the reseller and has no auth token.
+// The customer doesn’t belong to the reseller and has no auth token.
//
-// The supplied auth token is invalid.
+// The supplied auth token is invalid.
//
-// The reseller account making the request is different
-// from the reseller account in the query.
+// The reseller account making the request is different
+// from the reseller account in the query.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// A list of the customer’s
@@ -4885,17 +4885,17 @@ func (c *cloudChannelRESTClient) ListTransferableSkus(ctx context.Context, req *
//
// Possible error codes:
//
-// PERMISSION_DENIED:
+// PERMISSION_DENIED:
//
-// The customer doesn’t belong to the reseller and has no auth token.
+// The customer doesn’t belong to the reseller and has no auth token.
//
-// The customer provided incorrect reseller information when generating
-// auth token.
+// The customer provided incorrect reseller information when generating
+// auth token.
//
-// The reseller account making the request is different
-// from the reseller account in the query.
+// The reseller account making the request is different
+// from the reseller account in the query.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// List of TransferableOffer for
@@ -4992,11 +4992,11 @@ func (c *cloudChannelRESTClient) ListTransferableOffers(ctx context.Context, req
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer entitlement was not found.
+// NOT_FOUND: The customer entitlement was not found.
//
// Return value:
// The requested Entitlement resource.
@@ -5061,47 +5061,47 @@ func (c *cloudChannelRESTClient) GetEntitlement(ctx context.Context, req *channe
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT:
+// INVALID_ARGUMENT:
//
-// Required request parameters are missing or invalid.
+// Required request parameters are missing or invalid.
//
-// There is already a customer entitlement for a SKU from the same
-// product family.
+// There is already a customer entitlement for a SKU from the same
+// product family.
//
-// INVALID_VALUE: Make sure the OfferId is valid. If it is, contact
-// Google Channel support for further troubleshooting.
+// INVALID_VALUE: Make sure the OfferId is valid. If it is, contact
+// Google Channel support for further troubleshooting.
//
-// NOT_FOUND: The customer or offer resource was not found.
+// NOT_FOUND: The customer or offer resource was not found.
//
-// ALREADY_EXISTS:
+// ALREADY_EXISTS:
//
-// The SKU was already purchased for the customer.
+// The SKU was already purchased for the customer.
//
-// The customer’s primary email already exists. Retry
-// after changing the customer’s primary contact email.
+// The customer’s primary email already exists. Retry
+// after changing the customer’s primary contact email.
//
-// CONDITION_NOT_MET or FAILED_PRECONDITION:
+// CONDITION_NOT_MET or FAILED_PRECONDITION:
//
-// The domain required for purchasing a SKU has not been verified.
+// The domain required for purchasing a SKU has not been verified.
//
-// A pre-requisite SKU required to purchase an Add-On SKU is missing.
-// For example, Google Workspace Business Starter is required to purchase
-// Vault or Drive.
+// A pre-requisite SKU required to purchase an Add-On SKU is missing.
+// For example, Google Workspace Business Starter is required to purchase
+// Vault or Drive.
//
-// (Developer accounts only) Reseller and resold domain must meet the
-// following naming requirements:
+// (Developer accounts only) Reseller and resold domain must meet the
+// following naming requirements:
//
-// Domain names must start with goog-test.
+// Domain names must start with goog-test.
//
-// Domain names must include the reseller domain.
+// Domain names must include the reseller domain.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5183,19 +5183,19 @@ func (c *cloudChannelRESTClient) CreateEntitlement(ctx context.Context, req *cha
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
-// For example, the number of seats being changed is greater than the allowed
-// number of max seats, or decreasing seats for a commitment based plan.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// For example, the number of seats being changed is greater than the allowed
+// number of max seats, or decreasing seats for a commitment based plan.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5277,20 +5277,20 @@ func (c *cloudChannelRESTClient) ChangeParameters(ctx context.Context, req *chan
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a
-// commitment plan. Can’t enable or disable renewals for non-commitment plans.
+// NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a
+// commitment plan. Can’t enable or disable renewals for non-commitment plans.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5372,17 +5372,17 @@ func (c *cloudChannelRESTClient) ChangeRenewalSettings(ctx context.Context, req
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Offer or Entitlement resource not found.
+// NOT_FOUND: Offer or Entitlement resource not found.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5465,20 +5465,20 @@ func (c *cloudChannelRESTClient) ChangeOffer(ctx context.Context, req *channelpb
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// FAILED_PRECONDITION/NOT_IN_TRIAL: This method only works for
-// entitlement on trial plans.
+// FAILED_PRECONDITION/NOT_IN_TRIAL: This method only works for
+// entitlement on trial plans.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5559,19 +5559,19 @@ func (c *cloudChannelRESTClient) StartPaidService(ctx context.Context, req *chan
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// NOT_ACTIVE: Entitlement is not active.
+// NOT_ACTIVE: Entitlement is not active.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5652,24 +5652,24 @@ func (c *cloudChannelRESTClient) SuspendEntitlement(ctx context.Context, req *ch
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// FAILED_PRECONDITION: There are Google Cloud projects linked to the
-// Google Cloud entitlement’s Cloud Billing subaccount.
+// FAILED_PRECONDITION: There are Google Cloud projects linked to the
+// Google Cloud entitlement’s Cloud Billing subaccount.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// DELETION_TYPE_NOT_ALLOWED: Cancel is only allowed for Google Workspace
-// add-ons, or entitlements for Google Cloud’s development platform.
+// DELETION_TYPE_NOT_ALLOWED: Cancel is only allowed for Google Workspace
+// add-ons, or entitlements for Google Cloud’s development platform.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5753,24 +5753,24 @@ func (c *cloudChannelRESTClient) CancelEntitlement(ctx context.Context, req *cha
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement resource not found.
+// NOT_FOUND: Entitlement resource not found.
//
-// SUSPENSION_NOT_RESELLER_INITIATED: Can only activate reseller-initiated
-// suspensions and entitlements that have accepted the TOS.
+// SUSPENSION_NOT_RESELLER_INITIATED: Can only activate reseller-initiated
+// suspensions and entitlements that have accepted the TOS.
//
-// NOT_SUSPENDED: Can only activate suspended entitlements not in an ACTIVE
-// state.
+// NOT_SUSPENDED: Can only activate suspended entitlements not in an ACTIVE
+// state.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5849,36 +5849,36 @@ func (c *cloudChannelRESTClient) ActivateEntitlement(ctx context.Context, req *c
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer or offer resource was not found.
+// NOT_FOUND: The customer or offer resource was not found.
//
-// ALREADY_EXISTS: The SKU was already transferred for the customer.
+// ALREADY_EXISTS: The SKU was already transferred for the customer.
//
-// CONDITION_NOT_MET or FAILED_PRECONDITION:
+// CONDITION_NOT_MET or FAILED_PRECONDITION:
//
-// The SKU requires domain verification to transfer, but the domain is
-// not verified.
+// The SKU requires domain verification to transfer, but the domain is
+// not verified.
//
-// An Add-On SKU (example, Vault or Drive) is missing the
-// pre-requisite SKU (example, G Suite Basic).
+// An Add-On SKU (example, Vault or Drive) is missing the
+// pre-requisite SKU (example, G Suite Basic).
//
-// (Developer accounts only) Reseller and resold domain must meet the
-// following naming requirements:
+// (Developer accounts only) Reseller and resold domain must meet the
+// following naming requirements:
//
-// Domain names must start with goog-test.
+// Domain names must start with goog-test.
//
-// Domain names must include the reseller domain.
+// Domain names must include the reseller domain.
//
-// Specify all transferring entitlements.
+// Specify all transferring entitlements.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -5957,34 +5957,34 @@ func (c *cloudChannelRESTClient) TransferEntitlements(ctx context.Context, req *
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The customer or offer resource was not found.
+// NOT_FOUND: The customer or offer resource was not found.
//
-// ALREADY_EXISTS: The SKU was already transferred for the customer.
+// ALREADY_EXISTS: The SKU was already transferred for the customer.
//
-// CONDITION_NOT_MET or FAILED_PRECONDITION:
+// CONDITION_NOT_MET or FAILED_PRECONDITION:
//
-// The SKU requires domain verification to transfer, but the domain is
-// not verified.
+// The SKU requires domain verification to transfer, but the domain is
+// not verified.
//
-// An Add-On SKU (example, Vault or Drive) is missing the
-// pre-requisite SKU (example, G Suite Basic).
+// An Add-On SKU (example, Vault or Drive) is missing the
+// pre-requisite SKU (example, G Suite Basic).
//
-// (Developer accounts only) Reseller and resold domain must meet the
-// following naming requirements:
+// (Developer accounts only) Reseller and resold domain must meet the
+// following naming requirements:
//
-// Domain names must start with goog-test.
+// Domain names must start with goog-test.
//
-// Domain names must include the reseller domain.
+// Domain names must include the reseller domain.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -6065,10 +6065,10 @@ func (c *cloudChannelRESTClient) TransferEntitlementsToGoogle(ctx context.Contex
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
// Return value:
// The list of the distributor account’s
@@ -6169,13 +6169,13 @@ func (c *cloudChannelRESTClient) ListChannelPartnerLinks(ctx context.Context, re
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: ChannelPartnerLink resource not found because of an
-// invalid channel partner link name.
+// NOT_FOUND: ChannelPartnerLink resource not found because of an
+// invalid channel partner link name.
//
// Return value:
// The ChannelPartnerLink
@@ -6249,21 +6249,21 @@ func (c *cloudChannelRESTClient) GetChannelPartnerLink(ctx context.Context, req
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// ALREADY_EXISTS: The ChannelPartnerLink sent in the request already
-// exists.
+// ALREADY_EXISTS: The ChannelPartnerLink sent in the request already
+// exists.
//
-// NOT_FOUND: No Cloud Identity customer exists for provided domain.
+// NOT_FOUND: No Cloud Identity customer exists for provided domain.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The new ChannelPartnerLink
@@ -6338,25 +6338,25 @@ func (c *cloudChannelRESTClient) CreateChannelPartnerLink(ctx context.Context, r
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request is different
-// from the reseller account in the API request.
+// PERMISSION_DENIED: The reseller account making the request is different
+// from the reseller account in the API request.
//
-// INVALID_ARGUMENT:
+// INVALID_ARGUMENT:
//
-// Required request parameters are missing or invalid.
+// Required request parameters are missing or invalid.
//
-// Link state cannot change from invited to active or suspended.
+// Link state cannot change from invited to active or suspended.
//
-// Cannot send reseller_cloud_identity_id, invite_url, or name in update
-// mask.
+// Cannot send reseller_cloud_identity_id, invite_url, or name in update
+// mask.
//
-// NOT_FOUND: ChannelPartnerLink resource not found.
+// NOT_FOUND: ChannelPartnerLink resource not found.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The updated
@@ -6429,15 +6429,15 @@ func (c *cloudChannelRESTClient) UpdateChannelPartnerLink(ctx context.Context, r
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// was not found.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// was not found.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -6505,15 +6505,15 @@ func (c *cloudChannelRESTClient) GetCustomerRepricingConfig(ctx context.Context,
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -6521,13 +6521,13 @@ func (c *cloudChannelRESTClient) GetCustomerRepricingConfig(ctx context.Context,
// resources. The data for each resource is displayed in the ascending order
// of:
//
-// customer ID
+// customer ID
//
-// RepricingConfig.EntitlementGranularity.entitlement
+// RepricingConfig.EntitlementGranularity.entitlement
//
-// RepricingConfig.effective_invoice_month
+// RepricingConfig.effective_invoice_month
//
-// CustomerRepricingConfig.update_time
+// CustomerRepricingConfig.update_time
//
// If unsuccessful, returns an error.
func (c *cloudChannelRESTClient) ListCustomerRepricingConfigs(ctx context.Context, req *channelpb.ListCustomerRepricingConfigsRequest, opts ...gax.CallOption) *CustomerRepricingConfigIterator {
@@ -6632,37 +6632,37 @@ func (c *cloudChannelRESTClient) ListCustomerRepricingConfigs(ctx context.Contex
//
// The following restrictions are for creating configs in the current month.
//
-// This functionality is reserved for recovering from an erroneous config,
-// and should not be used for regular business cases.
+// This functionality is reserved for recovering from an erroneous config,
+// and should not be used for regular business cases.
//
-// The new config will not modify exports used with other configs.
-// Changes to the config may be immediate, but may take up to 24 hours.
+// The new config will not modify exports used with other configs.
+// Changes to the config may be immediate, but may take up to 24 hours.
//
-// There is a limit of ten configs for any
-// RepricingConfig.EntitlementGranularity.entitlement
-// or
-// RepricingConfig.effective_invoice_month.
+// There is a limit of ten configs for any
+// RepricingConfig.EntitlementGranularity.entitlement
+// or
+// RepricingConfig.effective_invoice_month.
//
-// The contained
-// CustomerRepricingConfig.repricing_config
-// vaule must be different from the value used in the current config for a
-// RepricingConfig.EntitlementGranularity.entitlement.
+// The contained
+// CustomerRepricingConfig.repricing_config
+// vaule must be different from the value used in the current config for a
+// RepricingConfig.EntitlementGranularity.entitlement.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -6745,23 +6745,23 @@ func (c *cloudChannelRESTClient) CreateCustomerRepricingConfig(ctx context.Conte
//
// When updating a config in the future:
//
-// This config must already exist.
+// This config must already exist.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// CustomerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// CustomerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -6839,18 +6839,18 @@ func (c *cloudChannelRESTClient) UpdateCustomerRepricingConfig(ctx context.Conte
//
// Possible error codes:
//
-// PERMISSION_DENIED: The account making the request does not own
-// this customer.
+// PERMISSION_DENIED: The account making the request does not own
+// this customer.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// FAILED_PRECONDITION: The
-// CustomerRepricingConfig
-// is active or in the past.
+// FAILED_PRECONDITION: The
+// CustomerRepricingConfig
+// is active or in the past.
//
-// NOT_FOUND: No
-// CustomerRepricingConfig
-// found for the name in the request.
+// NOT_FOUND: No
+// CustomerRepricingConfig
+// found for the name in the request.
func (c *cloudChannelRESTClient) DeleteCustomerRepricingConfig(ctx context.Context, req *channelpb.DeleteCustomerRepricingConfigRequest, opts ...gax.CallOption) error {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
@@ -6895,15 +6895,15 @@ func (c *cloudChannelRESTClient) DeleteCustomerRepricingConfig(ctx context.Conte
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// was not found.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// was not found.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -6971,15 +6971,15 @@ func (c *cloudChannelRESTClient) GetChannelPartnerRepricingConfig(ctx context.Co
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the
@@ -6987,11 +6987,11 @@ func (c *cloudChannelRESTClient) GetChannelPartnerRepricingConfig(ctx context.Co
// resources. The data for each resource is displayed in the ascending order
// of:
//
-// channel partner ID
+// channel partner ID
//
-// RepricingConfig.effective_invoice_month
+// RepricingConfig.effective_invoice_month
//
-// ChannelPartnerRepricingConfig.update_time
+// ChannelPartnerRepricingConfig.update_time
//
// If unsuccessful, returns an error.
func (c *cloudChannelRESTClient) ListChannelPartnerRepricingConfigs(ctx context.Context, req *channelpb.ListChannelPartnerRepricingConfigsRequest, opts ...gax.CallOption) *ChannelPartnerRepricingConfigIterator {
@@ -7097,35 +7097,35 @@ func (c *cloudChannelRESTClient) ListChannelPartnerRepricingConfigs(ctx context.
//
// The following restrictions are for creating configs in the current month.
//
-// This functionality is reserved for recovering from an erroneous config,
-// and should not be used for regular business cases.
+// This functionality is reserved for recovering from an erroneous config,
+// and should not be used for regular business cases.
//
-// The new config will not modify exports used with other configs.
-// Changes to the config may be immediate, but may take up to 24 hours.
+// The new config will not modify exports used with other configs.
+// Changes to the config may be immediate, but may take up to 24 hours.
//
-// There is a limit of ten configs for any ChannelPartner or
-// RepricingConfig.effective_invoice_month.
+// There is a limit of ten configs for any ChannelPartner or
+// RepricingConfig.effective_invoice_month.
//
-// The contained
-// ChannelPartnerRepricingConfig.repricing_config
-// vaule must be different from the value used in the current config for a
-// ChannelPartner.
+// The contained
+// ChannelPartnerRepricingConfig.repricing_config
+// vaule must be different from the value used in the current config for a
+// ChannelPartner.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -7208,23 +7208,23 @@ func (c *cloudChannelRESTClient) CreateChannelPartnerRepricingConfig(ctx context
//
// When updating a config in the future:
//
-// This config must already exist.
+// This config must already exist.
//
// Possible Error Codes:
//
-// PERMISSION_DENIED: If the account making the request and the account
-// being queried are different.
+// PERMISSION_DENIED: If the account making the request and the account
+// being queried are different.
//
-// INVALID_ARGUMENT: Missing or invalid required parameters in the
-// request. Also displays if the updated config is for the current month or
-// past months.
+// INVALID_ARGUMENT: Missing or invalid required parameters in the
+// request. Also displays if the updated config is for the current month or
+// past months.
//
-// NOT_FOUND: The
-// ChannelPartnerRepricingConfig
-// specified does not exist or is not associated with the given account.
+// NOT_FOUND: The
+// ChannelPartnerRepricingConfig
+// specified does not exist or is not associated with the given account.
//
-// INTERNAL: Any non-user error related to technical issues in the
-// backend. In this case, contact Cloud Channel support.
+// INTERNAL: Any non-user error related to technical issues in the
+// backend. In this case, contact Cloud Channel support.
//
// Return Value:
// If successful, the updated
@@ -7302,18 +7302,18 @@ func (c *cloudChannelRESTClient) UpdateChannelPartnerRepricingConfig(ctx context
//
// Possible error codes:
//
-// PERMISSION_DENIED: The account making the request does not own
-// this customer.
+// PERMISSION_DENIED: The account making the request does not own
+// this customer.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// FAILED_PRECONDITION: The
-// ChannelPartnerRepricingConfig
-// is active or in the past.
+// FAILED_PRECONDITION: The
+// ChannelPartnerRepricingConfig
+// is active or in the past.
//
-// NOT_FOUND: No
-// ChannelPartnerRepricingConfig
-// found for the name in the request.
+// NOT_FOUND: No
+// ChannelPartnerRepricingConfig
+// found for the name in the request.
func (c *cloudChannelRESTClient) DeleteChannelPartnerRepricingConfig(ctx context.Context, req *channelpb.DeleteChannelPartnerRepricingConfigRequest, opts ...gax.CallOption) error {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
@@ -7357,11 +7357,11 @@ func (c *cloudChannelRESTClient) DeleteChannelPartnerRepricingConfig(ctx context
//
// Possible error codes:
//
-// PERMISSION_DENIED: The entitlement doesn’t belong to the reseller.
+// PERMISSION_DENIED: The entitlement doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: Entitlement or offer was not found.
+// NOT_FOUND: Entitlement or offer was not found.
//
// Return value:
// The Offer resource.
@@ -7426,7 +7426,7 @@ func (c *cloudChannelRESTClient) LookupOffer(ctx context.Context, req *channelpb
//
// Possible error codes:
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *cloudChannelRESTClient) ListProducts(ctx context.Context, req *channelpb.ListProductsRequest, opts ...gax.CallOption) *ProductIterator {
it := &ProductIterator{}
req = proto.Clone(req).(*channelpb.ListProductsRequest)
@@ -7522,7 +7522,7 @@ func (c *cloudChannelRESTClient) ListProducts(ctx context.Context, req *channelp
//
// Possible error codes:
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *cloudChannelRESTClient) ListSkus(ctx context.Context, req *channelpb.ListSkusRequest, opts ...gax.CallOption) *SkuIterator {
it := &SkuIterator{}
req = proto.Clone(req).(*channelpb.ListSkusRequest)
@@ -7618,7 +7618,7 @@ func (c *cloudChannelRESTClient) ListSkus(ctx context.Context, req *channelpb.Li
//
// Possible error codes:
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *cloudChannelRESTClient) ListOffers(ctx context.Context, req *channelpb.ListOffersRequest, opts ...gax.CallOption) *OfferIterator {
it := &OfferIterator{}
req = proto.Clone(req).(*channelpb.ListOffersRequest)
@@ -7717,15 +7717,15 @@ func (c *cloudChannelRESTClient) ListOffers(ctx context.Context, req *channelpb.
// ListPurchasableSkus lists the following:
//
-// SKUs that you can purchase for a customer
+// SKUs that you can purchase for a customer
//
-// SKUs that you can upgrade or downgrade for an entitlement.
+// SKUs that you can upgrade or downgrade for an entitlement.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *cloudChannelRESTClient) ListPurchasableSkus(ctx context.Context, req *channelpb.ListPurchasableSkusRequest, opts ...gax.CallOption) *PurchasableSkuIterator {
it := &PurchasableSkuIterator{}
req = proto.Clone(req).(*channelpb.ListPurchasableSkusRequest)
@@ -7821,15 +7821,15 @@ func (c *cloudChannelRESTClient) ListPurchasableSkus(ctx context.Context, req *c
// ListPurchasableOffers lists the following:
//
-// Offers that you can purchase for a customer.
+// Offers that you can purchase for a customer.
//
-// Offers that you can change for an entitlement.
+// Offers that you can change for an entitlement.
//
// Possible error codes:
//
-// PERMISSION_DENIED: The customer doesn’t belong to the reseller
+// PERMISSION_DENIED: The customer doesn’t belong to the reseller
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
func (c *cloudChannelRESTClient) ListPurchasableOffers(ctx context.Context, req *channelpb.ListPurchasableOffersRequest, opts ...gax.CallOption) *PurchasableOfferIterator {
it := &PurchasableOfferIterator{}
req = proto.Clone(req).(*channelpb.ListPurchasableOffersRequest)
@@ -7932,17 +7932,17 @@ func (c *cloudChannelRESTClient) ListPurchasableOffers(ctx context.Context, req
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different, or the impersonated user
-// is not a super admin.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different, or the impersonated user
+// is not a super admin.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The topic name with the registered service email address.
@@ -8016,19 +8016,19 @@ func (c *cloudChannelRESTClient) RegisterSubscriber(ctx context.Context, req *ch
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different, or the impersonated user
-// is not a super admin.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different, or the impersonated user
+// is not a super admin.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The topic resource doesn’t exist.
+// NOT_FOUND: The topic resource doesn’t exist.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// The topic name that unregistered the service email address.
@@ -8102,19 +8102,19 @@ func (c *cloudChannelRESTClient) UnregisterSubscriber(ctx context.Context, req *
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different, or the impersonated user
-// is not a super admin.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different, or the impersonated user
+// is not a super admin.
//
-// INVALID_ARGUMENT: Required request parameters are missing or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing or invalid.
//
-// NOT_FOUND: The topic resource doesn’t exist.
+// NOT_FOUND: The topic resource doesn’t exist.
//
-// INTERNAL: Any non-user error related to a technical issue in the
-// backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue in the
+// backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// Contact Cloud Channel support.
//
// Return value:
// A list of service email addresses.
@@ -8209,19 +8209,19 @@ func (c *cloudChannelRESTClient) ListSubscribers(ctx context.Context, req *chann
//
// Possible error codes:
//
-// PERMISSION_DENIED: The reseller account making the request and the
-// provided reseller account are different.
+// PERMISSION_DENIED: The reseller account making the request and the
+// provided reseller account are different.
//
-// INVALID_ARGUMENT: Missing or invalid required fields in the request.
+// INVALID_ARGUMENT: Missing or invalid required fields in the request.
//
-// NOT_FOUND: The parent resource doesn’t exist. Usually the result of an
-// invalid name parameter.
+// NOT_FOUND: The parent resource doesn’t exist. Usually the result of an
+// invalid name parameter.
//
-// INTERNAL: Any non-user error related to a technical issue in the backend.
-// In this case, contact CloudChannel support.
+// INTERNAL: Any non-user error related to a technical issue in the backend.
+// In this case, contact CloudChannel support.
//
-// UNKNOWN: Any non-user error related to a technical issue in the backend.
-// In this case, contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue in the backend.
+// In this case, contact Cloud Channel support.
//
// Return value:
// List of EntitlementChanges.
diff --git a/channel/apiv1/cloud_channel_reports_client.go b/channel/apiv1/cloud_channel_reports_client.go
index fb80c448227d..321328b59ae6 100755
--- a/channel/apiv1/cloud_channel_reports_client.go
+++ b/channel/apiv1/cloud_channel_reports_client.go
@@ -155,18 +155,18 @@ func (c *CloudChannelReportsClient) Connection() *grpc.ClientConn {
//
// Possible error codes:
//
-// PERMISSION_DENIED: The user doesn’t have access to this report.
+// PERMISSION_DENIED: The user doesn’t have access to this report.
//
-// INVALID_ARGUMENT: Required request parameters are missing
-// or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing
+// or invalid.
//
-// NOT_FOUND: The report identifier was not found.
+// NOT_FOUND: The report identifier was not found.
//
-// INTERNAL: Any non-user error related to a technical issue
-// in the backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue
+// in the backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue
-// in the backend. Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue
+// in the backend. Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
@@ -613,18 +613,18 @@ func (c *cloudChannelReportsGRPCClient) ListOperations(ctx context.Context, req
//
// Possible error codes:
//
-// PERMISSION_DENIED: The user doesn’t have access to this report.
+// PERMISSION_DENIED: The user doesn’t have access to this report.
//
-// INVALID_ARGUMENT: Required request parameters are missing
-// or invalid.
+// INVALID_ARGUMENT: Required request parameters are missing
+// or invalid.
//
-// NOT_FOUND: The report identifier was not found.
+// NOT_FOUND: The report identifier was not found.
//
-// INTERNAL: Any non-user error related to a technical issue
-// in the backend. Contact Cloud Channel support.
+// INTERNAL: Any non-user error related to a technical issue
+// in the backend. Contact Cloud Channel support.
//
-// UNKNOWN: Any non-user error related to a technical issue
-// in the backend. Contact Cloud Channel support.
+// UNKNOWN: Any non-user error related to a technical issue
+// in the backend. Contact Cloud Channel support.
//
// Return value:
// The ID of a long-running operation.
diff --git a/channel/apiv1/doc.go b/channel/apiv1/doc.go
index 52ce03b85853..ffbfc366b3d2 100755
--- a/channel/apiv1/doc.go
+++ b/channel/apiv1/doc.go
@@ -21,64 +21,63 @@
// unified resale platform and APIs across all of Google Cloud including GCP,
// Workspace, Maps and Chrome.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := channel.NewCloudChannelReportsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := channel.NewCloudChannelReportsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := channel.NewCloudChannelReportsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &channelpb.RunReportJobRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/channel/apiv1/channelpb#RunReportJobRequest.
-// }
-// op, err := c.RunReportJob(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := channel.NewCloudChannelReportsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &channelpb.RunReportJobRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/channel/apiv1/channelpb#RunReportJobRequest.
+// }
+// op, err := c.RunReportJob(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewCloudChannelReportsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/cloudbuild/apiv2/cloudbuildpb/cloudbuild.pb.go b/cloudbuild/apiv2/cloudbuildpb/cloudbuild.pb.go
index ee28d578c9cb..5d26d832f783 100755
--- a/cloudbuild/apiv2/cloudbuildpb/cloudbuild.pb.go
+++ b/cloudbuild/apiv2/cloudbuildpb/cloudbuild.pb.go
@@ -21,13 +21,12 @@
package cloudbuildpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/cloudbuild/apiv2/cloudbuildpb/repositories.pb.go b/cloudbuild/apiv2/cloudbuildpb/repositories.pb.go
index 135720a8e00b..eec6fbe24427 100755
--- a/cloudbuild/apiv2/cloudbuildpb/repositories.pb.go
+++ b/cloudbuild/apiv2/cloudbuildpb/repositories.pb.go
@@ -21,11 +21,8 @@
package cloudbuildpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
_ "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/cloudbuild/apiv2/doc.go b/cloudbuild/apiv2/doc.go
index f5fd4b0f6ebd..8bd9257db8b1 100755
--- a/cloudbuild/apiv2/doc.go
+++ b/cloudbuild/apiv2/doc.go
@@ -19,64 +19,63 @@
//
// Creates and manages builds on Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := cloudbuild.NewRepositoryManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := cloudbuild.NewRepositoryManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := cloudbuild.NewRepositoryManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &cloudbuildpb.CreateConnectionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/cloudbuild/apiv2/cloudbuildpb#CreateConnectionRequest.
-// }
-// op, err := c.CreateConnection(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := cloudbuild.NewRepositoryManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &cloudbuildpb.CreateConnectionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/cloudbuild/apiv2/cloudbuildpb#CreateConnectionRequest.
+// }
+// op, err := c.CreateConnection(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewRepositoryManagerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/clouddms/apiv1/clouddmspb/clouddms.pb.go b/clouddms/apiv1/clouddmspb/clouddms.pb.go
index 11666354dc45..5e7885074786 100755
--- a/clouddms/apiv1/clouddmspb/clouddms.pb.go
+++ b/clouddms/apiv1/clouddmspb/clouddms.pb.go
@@ -21,11 +21,8 @@
package clouddmspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/clouddms/apiv1/clouddmspb/clouddms_resources.pb.go b/clouddms/apiv1/clouddmspb/clouddms_resources.pb.go
index 6112b0de1f0b..ad60292aa1d8 100755
--- a/clouddms/apiv1/clouddmspb/clouddms_resources.pb.go
+++ b/clouddms/apiv1/clouddmspb/clouddms_resources.pb.go
@@ -21,9 +21,6 @@
package clouddmspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
@@ -31,6 +28,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/clouddms/apiv1/doc.go b/clouddms/apiv1/doc.go
index e8de669bab7e..ab264426d363 100755
--- a/clouddms/apiv1/doc.go
+++ b/clouddms/apiv1/doc.go
@@ -20,65 +20,64 @@
// Manage Cloud Database Migration Service resources on Google Cloud
// Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := clouddms.NewDataMigrationClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := clouddms.NewDataMigrationClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := clouddms.NewDataMigrationClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &clouddmspb.ListMigrationJobsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/clouddms/apiv1/clouddmspb#ListMigrationJobsRequest.
-// }
-// it := c.ListMigrationJobs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := clouddms.NewDataMigrationClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &clouddmspb.ListMigrationJobsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/clouddms/apiv1/clouddmspb#ListMigrationJobsRequest.
+// }
+// it := c.ListMigrationJobs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewDataMigrationClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/contactcenterinsights/apiv1/contactcenterinsightspb/contact_center_insights.pb.go b/contactcenterinsights/apiv1/contactcenterinsightspb/contact_center_insights.pb.go
index 245827332795..ebee9b3b925d 100755
--- a/contactcenterinsights/apiv1/contactcenterinsightspb/contact_center_insights.pb.go
+++ b/contactcenterinsights/apiv1/contactcenterinsightspb/contact_center_insights.pb.go
@@ -21,11 +21,8 @@
package contactcenterinsightspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -37,6 +34,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/contactcenterinsights/apiv1/contactcenterinsightspb/resources.pb.go b/contactcenterinsights/apiv1/contactcenterinsightspb/resources.pb.go
index ada7c6d450e9..e6d3cdc119b5 100755
--- a/contactcenterinsights/apiv1/contactcenterinsightspb/resources.pb.go
+++ b/contactcenterinsights/apiv1/contactcenterinsightspb/resources.pb.go
@@ -21,14 +21,13 @@
package contactcenterinsightspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/contactcenterinsights/apiv1/doc.go b/contactcenterinsights/apiv1/doc.go
index 1f09ed0e4f38..5a0e30e6cbda 100755
--- a/contactcenterinsights/apiv1/doc.go
+++ b/contactcenterinsights/apiv1/doc.go
@@ -17,59 +17,58 @@
// Package contactcenterinsights is an auto-generated package for the
// Contact Center AI Insights API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := contactcenterinsights.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := contactcenterinsights.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := contactcenterinsights.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &contactcenterinsightspb.CreateConversationRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/contactcenterinsights/apiv1/contactcenterinsightspb#CreateConversationRequest.
-// }
-// resp, err := c.CreateConversation(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := contactcenterinsights.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &contactcenterinsightspb.CreateConversationRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/contactcenterinsights/apiv1/contactcenterinsightspb#CreateConversationRequest.
+// }
+// resp, err := c.CreateConversation(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/container/apiv1/containerpb/cluster_service.pb.go b/container/apiv1/containerpb/cluster_service.pb.go
index 0433bc12d7f1..82c578e070ca 100755
--- a/container/apiv1/containerpb/cluster_service.pb.go
+++ b/container/apiv1/containerpb/cluster_service.pb.go
@@ -22,9 +22,6 @@ package containerpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
code "google.golang.org/genproto/googleapis/rpc/code"
status "google.golang.org/genproto/googleapis/rpc/status"
@@ -37,6 +34,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/container/apiv1/doc.go b/container/apiv1/doc.go
index 0f3ff51a1ce2..da75b6ef7503 100755
--- a/container/apiv1/doc.go
+++ b/container/apiv1/doc.go
@@ -20,59 +20,58 @@
// Builds and manages container-based applications, powered by the open
// source Kubernetes technology.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := container.NewClusterManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := container.NewClusterManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := container.NewClusterManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &containerpb.ListClustersRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/container/apiv1/containerpb#ListClustersRequest.
-// }
-// resp, err := c.ListClusters(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := container.NewClusterManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &containerpb.ListClustersRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/container/apiv1/containerpb#ListClustersRequest.
+// }
+// resp, err := c.ListClusters(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClusterManagerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/containeranalysis/apiv1beta1/containeranalysispb/containeranalysis.pb.go b/containeranalysis/apiv1beta1/containeranalysispb/containeranalysis.pb.go
index bed94259d59b..20259d637eb8 100755
--- a/containeranalysis/apiv1beta1/containeranalysispb/containeranalysis.pb.go
+++ b/containeranalysis/apiv1beta1/containeranalysispb/containeranalysis.pb.go
@@ -21,16 +21,15 @@
package containeranalysispb
import (
- context "context"
- reflect "reflect"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/containeranalysis/apiv1beta1/doc.go b/containeranalysis/apiv1beta1/doc.go
index 3d33724b9c98..cc59ddeccbcf 100755
--- a/containeranalysis/apiv1beta1/doc.go
+++ b/containeranalysis/apiv1beta1/doc.go
@@ -20,61 +20,60 @@
// An implementation of the Grafeas API, which stores, and enables querying
// and retrieval of critical metadata about all of your software artifacts.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := containeranalysis.NewContainerAnalysisV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := containeranalysis.NewContainerAnalysisV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := containeranalysis.NewContainerAnalysisV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &iampb.SetIamPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
-// }
-// resp, err := c.SetIamPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := containeranalysis.NewContainerAnalysisV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &iampb.SetIamPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
+// }
+// resp, err := c.SetIamPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewContainerAnalysisV1Beta1Client is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datacatalog/apiv1/data_catalog_client.go b/datacatalog/apiv1/data_catalog_client.go
index d1e4024f51a7..76d0d9ac2a65 100755
--- a/datacatalog/apiv1/data_catalog_client.go
+++ b/datacatalog/apiv1/data_catalog_client.go
@@ -475,11 +475,11 @@ func (c *Client) SearchCatalog(ctx context.Context, req *datacatalogpb.SearchCat
// Data Catalog automatically creates entry groups with names that start with
// the @ symbol for the following resources:
//
-// BigQuery entries (@bigquery)
+// BigQuery entries (@bigquery)
//
-// Pub/Sub topics (@pubsub)
+// Pub/Sub topics (@pubsub)
//
-// Dataproc Metastore services (@dataproc_metastore_{SERVICE_NAME_HASH})
+// Dataproc Metastore services (@dataproc_metastore_{SERVICE_NAME_HASH})
//
// You can create your own entry groups for Cloud Storage fileset entries
// and custom entries together with the corresponding IAM policies.
@@ -692,11 +692,11 @@ func (c *Client) DeleteTagTemplateField(ctx context.Context, req *datacatalogpb.
// CreateTag creates a tag and assigns it to:
//
-// An Entry if the method name is
-// projects.locations.entryGroups.entries.tags.create.
+// An Entry if the method name is
+// projects.locations.entryGroups.entries.tags.create.
//
-// Or EntryGroupif the method
-// name is projects.locations.entryGroups.tags.create.
+// Or EntryGroupif the method
+// name is projects.locations.entryGroups.tags.create.
//
// Note: The project identified by the parent parameter for the [tag]
// (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters (at https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters))
@@ -764,9 +764,9 @@ func (c *Client) UnstarEntry(ctx context.Context, req *datacatalogpb.UnstarEntry
//
// Supported resources are:
//
-// Tag templates
+// Tag templates
//
-// Entry groups
+// Entry groups
//
// Note: This method sets policies only within Data Catalog and can’t be
// used to manage policies in BigQuery, Pub/Sub, Dataproc Metastore, and any
@@ -774,10 +774,10 @@ func (c *Client) UnstarEntry(ctx context.Context, req *datacatalogpb.UnstarEntry
//
// To call this method, you must have the following Google IAM permissions:
//
-// datacatalog.tagTemplates.setIamPolicy to set policies on tag
-// templates.
+// datacatalog.tagTemplates.setIamPolicy to set policies on tag
+// templates.
//
-// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
+// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
func (c *Client) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
return c.internalClient.SetIamPolicy(ctx, req, opts...)
}
@@ -786,26 +786,26 @@ func (c *Client) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyReques
//
// May return:
//
-// ANOT_FOUND error if the resource doesn’t exist or you don’t have the
-// permission to view it.
+// ANOT_FOUND error if the resource doesn’t exist or you don’t have the
+// permission to view it.
//
-// An empty policy if the resource exists but doesn’t have a set policy.
+// An empty policy if the resource exists but doesn’t have a set policy.
//
// Supported resources are:
//
-// Tag templates
+// Tag templates
//
-// Entry groups
+// Entry groups
//
// Note: This method doesn’t get policies from Google Cloud Platform
// resources ingested into Data Catalog.
//
// To call this method, you must have the following Google IAM permissions:
//
-// datacatalog.tagTemplates.getIamPolicy to get policies on tag
-// templates.
+// datacatalog.tagTemplates.getIamPolicy to get policies on tag
+// templates.
//
-// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
+// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
return c.internalClient.GetIamPolicy(ctx, req, opts...)
}
@@ -816,9 +816,9 @@ func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyReques
//
// Supported resources are:
//
-// Tag templates
+// Tag templates
//
-// Entry groups
+// Entry groups
//
// Note: This method gets policies only within Data Catalog and can’t be
// used to get policies from BigQuery, Pub/Sub, Dataproc Metastore, and any
@@ -2077,11 +2077,11 @@ func (c *restClient) SearchCatalog(ctx context.Context, req *datacatalogpb.Searc
// Data Catalog automatically creates entry groups with names that start with
// the @ symbol for the following resources:
//
-// BigQuery entries (@bigquery)
+// BigQuery entries (@bigquery)
//
-// Pub/Sub topics (@pubsub)
+// Pub/Sub topics (@pubsub)
//
-// Dataproc Metastore services (@dataproc_metastore_{SERVICE_NAME_HASH})
+// Dataproc Metastore services (@dataproc_metastore_{SERVICE_NAME_HASH})
//
// You can create your own entry groups for Cloud Storage fileset entries
// and custom entries together with the corresponding IAM policies.
@@ -3536,11 +3536,11 @@ func (c *restClient) DeleteTagTemplateField(ctx context.Context, req *datacatalo
// CreateTag creates a tag and assigns it to:
//
-// An Entry if the method name is
-// projects.locations.entryGroups.entries.tags.create.
+// An Entry if the method name is
+// projects.locations.entryGroups.entries.tags.create.
//
-// Or EntryGroupif the method
-// name is projects.locations.entryGroups.tags.create.
+// Or EntryGroupif the method
+// name is projects.locations.entryGroups.tags.create.
//
// Note: The project identified by the parent parameter for the [tag]
// (https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters (at https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries.tags/create#path-parameters))
@@ -4001,9 +4001,9 @@ func (c *restClient) UnstarEntry(ctx context.Context, req *datacatalogpb.UnstarE
//
// Supported resources are:
//
-// Tag templates
+// Tag templates
//
-// Entry groups
+// Entry groups
//
// Note: This method sets policies only within Data Catalog and can’t be
// used to manage policies in BigQuery, Pub/Sub, Dataproc Metastore, and any
@@ -4011,10 +4011,10 @@ func (c *restClient) UnstarEntry(ctx context.Context, req *datacatalogpb.UnstarE
//
// To call this method, you must have the following Google IAM permissions:
//
-// datacatalog.tagTemplates.setIamPolicy to set policies on tag
-// templates.
+// datacatalog.tagTemplates.setIamPolicy to set policies on tag
+// templates.
//
-// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
+// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
func (c *restClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -4077,26 +4077,26 @@ func (c *restClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRe
//
// May return:
//
-// ANOT_FOUND error if the resource doesn’t exist or you don’t have the
-// permission to view it.
+// ANOT_FOUND error if the resource doesn’t exist or you don’t have the
+// permission to view it.
//
-// An empty policy if the resource exists but doesn’t have a set policy.
+// An empty policy if the resource exists but doesn’t have a set policy.
//
// Supported resources are:
//
-// Tag templates
+// Tag templates
//
-// Entry groups
+// Entry groups
//
// Note: This method doesn’t get policies from Google Cloud Platform
// resources ingested into Data Catalog.
//
// To call this method, you must have the following Google IAM permissions:
//
-// datacatalog.tagTemplates.getIamPolicy to get policies on tag
-// templates.
+// datacatalog.tagTemplates.getIamPolicy to get policies on tag
+// templates.
//
-// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
+// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
func (c *restClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -4161,9 +4161,9 @@ func (c *restClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRe
//
// Supported resources are:
//
-// Tag templates
+// Tag templates
//
-// Entry groups
+// Entry groups
//
// Note: This method gets policies only within Data Catalog and can’t be
// used to get policies from BigQuery, Pub/Sub, Dataproc Metastore, and any
diff --git a/datacatalog/apiv1/datacatalogpb/bigquery.pb.go b/datacatalog/apiv1/datacatalogpb/bigquery.pb.go
index 52cfa7f85c2f..380b54b2f9a5 100755
--- a/datacatalog/apiv1/datacatalogpb/bigquery.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/bigquery.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/common.pb.go b/datacatalog/apiv1/datacatalogpb/common.pb.go
index 856055d92548..a245f0b1c007 100755
--- a/datacatalog/apiv1/datacatalogpb/common.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/common.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/data_source.pb.go b/datacatalog/apiv1/datacatalogpb/data_source.pb.go
index 306863bc33ba..db8e8f9e7747 100755
--- a/datacatalog/apiv1/datacatalogpb/data_source.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/data_source.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/datacatalog.pb.go b/datacatalog/apiv1/datacatalogpb/datacatalog.pb.go
index 50798082ff94..44dd187de5c3 100755
--- a/datacatalog/apiv1/datacatalogpb/datacatalog.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/datacatalog.pb.go
@@ -21,12 +21,9 @@
package datacatalogpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/dataplex_spec.pb.go b/datacatalog/apiv1/datacatalogpb/dataplex_spec.pb.go
index 7c446fb065f5..1353384a1858 100755
--- a/datacatalog/apiv1/datacatalogpb/dataplex_spec.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/dataplex_spec.pb.go
@@ -21,11 +21,10 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/dump_content.pb.go b/datacatalog/apiv1/datacatalogpb/dump_content.pb.go
index 42c31712c16e..c20dfe5bb98a 100755
--- a/datacatalog/apiv1/datacatalogpb/dump_content.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/dump_content.pb.go
@@ -21,11 +21,10 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/gcs_fileset_spec.pb.go b/datacatalog/apiv1/datacatalogpb/gcs_fileset_spec.pb.go
index 1c42f60059d8..c1bb7809f8c7 100755
--- a/datacatalog/apiv1/datacatalogpb/gcs_fileset_spec.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/gcs_fileset_spec.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/physical_schema.pb.go b/datacatalog/apiv1/datacatalogpb/physical_schema.pb.go
index 8b62a73a9927..a43de2f44a53 100755
--- a/datacatalog/apiv1/datacatalogpb/physical_schema.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/physical_schema.pb.go
@@ -21,11 +21,10 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/policytagmanager.pb.go b/datacatalog/apiv1/datacatalogpb/policytagmanager.pb.go
index 6acfc9fd8a3a..78bfd69c9159 100755
--- a/datacatalog/apiv1/datacatalogpb/policytagmanager.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/policytagmanager.pb.go
@@ -21,11 +21,8 @@
package datacatalogpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -101,14 +100,12 @@ func (Taxonomy_PolicyType) EnumDescriptor() ([]byte, []int) {
//
// ```
// + PII
-// - Account number
-// - Age
-// - SSN
-// - Zipcode
-//
+// + Account number
+// + Age
+// + SSN
+// + Zipcode
// + Financials
-// - Revenue
-//
+// + Revenue
// ```
//
// A "data origin" taxonomy might contain the following policy tags:
@@ -242,10 +239,9 @@ func (x *Taxonomy) GetService() *Taxonomy_Service {
//
// ```
// + Geolocation
-// - LatLong
-// - City
-// - ZipCode
-//
+// + LatLong
+// + City
+// + ZipCode
// ```
//
// Where the "Geolocation" policy tag contains three children.
diff --git a/datacatalog/apiv1/datacatalogpb/policytagmanagerserialization.pb.go b/datacatalog/apiv1/datacatalogpb/policytagmanagerserialization.pb.go
index 66ef96fef9ce..7bcfd8f35f12 100755
--- a/datacatalog/apiv1/datacatalogpb/policytagmanagerserialization.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/policytagmanagerserialization.pb.go
@@ -22,15 +22,14 @@ package datacatalogpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/schema.pb.go b/datacatalog/apiv1/datacatalogpb/schema.pb.go
index a4cc88c2d79e..0bc585553456 100755
--- a/datacatalog/apiv1/datacatalogpb/schema.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/schema.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/search.pb.go b/datacatalog/apiv1/datacatalogpb/search.pb.go
index 7dae9f148c16..d41da88449c1 100755
--- a/datacatalog/apiv1/datacatalogpb/search.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/search.pb.go
@@ -21,13 +21,12 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/table_spec.pb.go b/datacatalog/apiv1/datacatalogpb/table_spec.pb.go
index 546f875bd665..ac8b41ee354e 100755
--- a/datacatalog/apiv1/datacatalogpb/table_spec.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/table_spec.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/tags.pb.go b/datacatalog/apiv1/datacatalogpb/tags.pb.go
index 4f3746a085b7..506826606170 100755
--- a/datacatalog/apiv1/datacatalogpb/tags.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/tags.pb.go
@@ -21,13 +21,12 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -415,9 +414,7 @@ func (*TagField_RichtextValue) isTagField_Kind() {}
// A tag template defines a tag that can have one or more typed fields.
//
// The template is used to create tags that are attached to Google Cloud
-//
-// resources. [Tag template roles]
-//
+// resources. [Tag template roles]
// (https://cloud.google.com/iam/docs/understanding-roles#data-catalog-roles)
// provide permissions to create, edit, and use the template. For example,
// see the [TagTemplate User]
diff --git a/datacatalog/apiv1/datacatalogpb/timestamps.pb.go b/datacatalog/apiv1/datacatalogpb/timestamps.pb.go
index 6c3be7d5c1ed..851b755d7058 100755
--- a/datacatalog/apiv1/datacatalogpb/timestamps.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/timestamps.pb.go
@@ -21,13 +21,12 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1/datacatalogpb/usage.pb.go b/datacatalog/apiv1/datacatalogpb/usage.pb.go
index 1cc0b940ad99..ef46174070e1 100755
--- a/datacatalog/apiv1/datacatalogpb/usage.pb.go
+++ b/datacatalog/apiv1/datacatalogpb/usage.pb.go
@@ -21,13 +21,12 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -41,12 +40,12 @@ const (
//
// Usage statistics have the following limitations:
//
-// - Only BigQuery tables have them.
-// - They only include BigQuery query jobs.
-// - They might be underestimated because wildcard table references
-// are not yet counted. For more information, see
-// [Querying multiple tables using a wildcard table]
-// (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
+// - Only BigQuery tables have them.
+// - They only include BigQuery query jobs.
+// - They might be underestimated because wildcard table references
+// are not yet counted. For more information, see
+// [Querying multiple tables using a wildcard table]
+// (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
type UsageStats struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/datacatalog/apiv1/doc.go b/datacatalog/apiv1/doc.go
index 19b9c8920d43..807e736ec552 100755
--- a/datacatalog/apiv1/doc.go
+++ b/datacatalog/apiv1/doc.go
@@ -20,59 +20,58 @@
// A fully managed and highly scalable data discovery and metadata management
// service.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datacatalog.NewIamPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datacatalog.NewIamPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datacatalog.NewIamPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &iampb.SetIamPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
-// }
-// resp, err := c.SetIamPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datacatalog.NewIamPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &iampb.SetIamPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
+// }
+// resp, err := c.SetIamPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewIamPolicyClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datacatalog/apiv1/iam_policy_client.go b/datacatalog/apiv1/iam_policy_client.go
index daf80681af06..3329acc26877 100755
--- a/datacatalog/apiv1/iam_policy_client.go
+++ b/datacatalog/apiv1/iam_policy_client.go
@@ -106,7 +106,7 @@ type internalIamPolicyClient interface {
// IamPolicyClient is a client for interacting with Google Cloud Data Catalog API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -122,7 +122,7 @@ type internalIamPolicyClient interface {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -229,7 +229,7 @@ type iamPolicyGRPCClient struct {
// NewIamPolicyClient creates a new iam policy client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -245,7 +245,7 @@ type iamPolicyGRPCClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -325,7 +325,7 @@ type iamPolicyRESTClient struct {
// NewIamPolicyRESTClient creates a new iam policy rest client.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -341,7 +341,7 @@ type iamPolicyRESTClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
diff --git a/datacatalog/apiv1/policy_tag_manager_client.go b/datacatalog/apiv1/policy_tag_manager_client.go
index bcb45c480ed2..1672f8e188dc 100755
--- a/datacatalog/apiv1/policy_tag_manager_client.go
+++ b/datacatalog/apiv1/policy_tag_manager_client.go
@@ -223,12 +223,12 @@ func (c *PolicyTagManagerClient) CreatePolicyTag(ctx context.Context, req *datac
// DeletePolicyTag deletes a policy tag together with the following:
//
-// All of its descendant policy tags, if any
+// All of its descendant policy tags, if any
//
-// Policies associated with the policy tag and its descendants
+// Policies associated with the policy tag and its descendants
//
-// References from BigQuery table schema of the policy tag and its
-// descendants
+// References from BigQuery table schema of the policy tag and its
+// descendants
func (c *PolicyTagManagerClient) DeletePolicyTag(ctx context.Context, req *datacatalogpb.DeletePolicyTagRequest, opts ...gax.CallOption) error {
return c.internalClient.DeletePolicyTag(ctx, req, opts...)
}
@@ -1236,12 +1236,12 @@ func (c *policyTagManagerRESTClient) CreatePolicyTag(ctx context.Context, req *d
// DeletePolicyTag deletes a policy tag together with the following:
//
-// All of its descendant policy tags, if any
+// All of its descendant policy tags, if any
//
-// Policies associated with the policy tag and its descendants
+// Policies associated with the policy tag and its descendants
//
-// References from BigQuery table schema of the policy tag and its
-// descendants
+// References from BigQuery table schema of the policy tag and its
+// descendants
func (c *policyTagManagerRESTClient) DeletePolicyTag(ctx context.Context, req *datacatalogpb.DeletePolicyTagRequest, opts ...gax.CallOption) error {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
diff --git a/datacatalog/apiv1/policy_tag_manager_serialization_client.go b/datacatalog/apiv1/policy_tag_manager_serialization_client.go
index 8f6fa6f02962..9c1bb8e10046 100755
--- a/datacatalog/apiv1/policy_tag_manager_serialization_client.go
+++ b/datacatalog/apiv1/policy_tag_manager_serialization_client.go
@@ -150,13 +150,13 @@ func (c *PolicyTagManagerSerializationClient) Connection() *grpc.ClientConn {
//
// This operation automatically does the following:
//
-// Deletes the existing policy tags that are missing from the
-// SerializedPolicyTag.
+// Deletes the existing policy tags that are missing from the
+// SerializedPolicyTag.
//
-// Creates policy tags that don’t have resource names. They are considered
-// new.
+// Creates policy tags that don’t have resource names. They are considered
+// new.
//
-// Updates policy tags with valid resources names accordingly.
+// Updates policy tags with valid resources names accordingly.
func (c *PolicyTagManagerSerializationClient) ReplaceTaxonomy(ctx context.Context, req *datacatalogpb.ReplaceTaxonomyRequest, opts ...gax.CallOption) (*datacatalogpb.Taxonomy, error) {
return c.internalClient.ReplaceTaxonomy(ctx, req, opts...)
}
@@ -523,13 +523,13 @@ func (c *policyTagManagerSerializationGRPCClient) ListOperations(ctx context.Con
//
// This operation automatically does the following:
//
-// Deletes the existing policy tags that are missing from the
-// SerializedPolicyTag.
+// Deletes the existing policy tags that are missing from the
+// SerializedPolicyTag.
//
-// Creates policy tags that don’t have resource names. They are considered
-// new.
+// Creates policy tags that don’t have resource names. They are considered
+// new.
//
-// Updates policy tags with valid resources names accordingly.
+// Updates policy tags with valid resources names accordingly.
func (c *policyTagManagerSerializationRESTClient) ReplaceTaxonomy(ctx context.Context, req *datacatalogpb.ReplaceTaxonomyRequest, opts ...gax.CallOption) (*datacatalogpb.Taxonomy, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/datacatalog/apiv1beta1/data_catalog_client.go b/datacatalog/apiv1beta1/data_catalog_client.go
index f539ee71d6c8..24fe03e378e5 100755
--- a/datacatalog/apiv1beta1/data_catalog_client.go
+++ b/datacatalog/apiv1beta1/data_catalog_client.go
@@ -640,22 +640,22 @@ func (c *Client) ListTags(ctx context.Context, req *datacatalogpb.ListTagsReques
// policy.
// Supported resources are:
//
-// Tag templates.
+// Tag templates.
//
-// Entries.
+// Entries.
//
-// Entry groups.
-// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
-// and any external Google Cloud Platform resources synced to Data Catalog.
+// Entry groups.
+// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
+// and any external Google Cloud Platform resources synced to Data Catalog.
//
// Callers must have following Google IAM permission
//
-// datacatalog.tagTemplates.setIamPolicy to set policies on tag
-// templates.
+// datacatalog.tagTemplates.setIamPolicy to set policies on tag
+// templates.
//
-// datacatalog.entries.setIamPolicy to set policies on entries.
+// datacatalog.entries.setIamPolicy to set policies on entries.
//
-// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
+// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
func (c *Client) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
return c.internalClient.SetIamPolicy(ctx, req, opts...)
}
@@ -666,22 +666,22 @@ func (c *Client) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyReques
//
// Supported resources are:
//
-// Tag templates.
+// Tag templates.
//
-// Entries.
+// Entries.
//
-// Entry groups.
-// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
-// and any external Google Cloud Platform resources synced to Data Catalog.
+// Entry groups.
+// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
+// and any external Google Cloud Platform resources synced to Data Catalog.
//
// Callers must have following Google IAM permission
//
-// datacatalog.tagTemplates.getIamPolicy to get policies on tag
-// templates.
+// datacatalog.tagTemplates.getIamPolicy to get policies on tag
+// templates.
//
-// datacatalog.entries.getIamPolicy to get policies on entries.
+// datacatalog.entries.getIamPolicy to get policies on entries.
//
-// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
+// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
return c.internalClient.GetIamPolicy(ctx, req, opts...)
}
@@ -692,13 +692,13 @@ func (c *Client) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyReques
//
// Supported resources are:
//
-// Tag templates.
+// Tag templates.
//
-// Entries.
+// Entries.
//
-// Entry groups.
-// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
-// and any external Google Cloud Platform resources synced to Data Catalog.
+// Entry groups.
+// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
+// and any external Google Cloud Platform resources synced to Data Catalog.
//
// A caller is not required to have Google IAM permission to make this
// request.
@@ -3116,22 +3116,22 @@ func (c *restClient) ListTags(ctx context.Context, req *datacatalogpb.ListTagsRe
// policy.
// Supported resources are:
//
-// Tag templates.
+// Tag templates.
//
-// Entries.
+// Entries.
//
-// Entry groups.
-// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
-// and any external Google Cloud Platform resources synced to Data Catalog.
+// Entry groups.
+// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
+// and any external Google Cloud Platform resources synced to Data Catalog.
//
// Callers must have following Google IAM permission
//
-// datacatalog.tagTemplates.setIamPolicy to set policies on tag
-// templates.
+// datacatalog.tagTemplates.setIamPolicy to set policies on tag
+// templates.
//
-// datacatalog.entries.setIamPolicy to set policies on entries.
+// datacatalog.entries.setIamPolicy to set policies on entries.
//
-// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
+// datacatalog.entryGroups.setIamPolicy to set policies on entry groups.
func (c *restClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -3196,22 +3196,22 @@ func (c *restClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRe
//
// Supported resources are:
//
-// Tag templates.
+// Tag templates.
//
-// Entries.
+// Entries.
//
-// Entry groups.
-// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
-// and any external Google Cloud Platform resources synced to Data Catalog.
+// Entry groups.
+// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
+// and any external Google Cloud Platform resources synced to Data Catalog.
//
// Callers must have following Google IAM permission
//
-// datacatalog.tagTemplates.getIamPolicy to get policies on tag
-// templates.
+// datacatalog.tagTemplates.getIamPolicy to get policies on tag
+// templates.
//
-// datacatalog.entries.getIamPolicy to get policies on entries.
+// datacatalog.entries.getIamPolicy to get policies on entries.
//
-// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
+// datacatalog.entryGroups.getIamPolicy to get policies on entry groups.
func (c *restClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -3276,13 +3276,13 @@ func (c *restClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPolicyRe
//
// Supported resources are:
//
-// Tag templates.
+// Tag templates.
//
-// Entries.
+// Entries.
//
-// Entry groups.
-// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
-// and any external Google Cloud Platform resources synced to Data Catalog.
+// Entry groups.
+// Note, this method cannot be used to manage policies for BigQuery, Pub/Sub
+// and any external Google Cloud Platform resources synced to Data Catalog.
//
// A caller is not required to have Google IAM permission to make this
// request.
diff --git a/datacatalog/apiv1beta1/datacatalogpb/common.pb.go b/datacatalog/apiv1beta1/datacatalogpb/common.pb.go
index e28aa9661fb8..dd53eecb8338 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/common.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/common.pb.go
@@ -21,11 +21,10 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/datacatalog.pb.go b/datacatalog/apiv1beta1/datacatalogpb/datacatalog.pb.go
index 8045ffc032fc..3f7be7cf7e3f 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/datacatalog.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/datacatalog.pb.go
@@ -21,11 +21,8 @@
package datacatalogpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/gcs_fileset_spec.pb.go b/datacatalog/apiv1beta1/datacatalogpb/gcs_fileset_spec.pb.go
index a26473ae582b..5e63de290e49 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/gcs_fileset_spec.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/gcs_fileset_spec.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/policytagmanager.pb.go b/datacatalog/apiv1beta1/datacatalogpb/policytagmanager.pb.go
index 800959f6b8b8..e8764202b1b5 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/policytagmanager.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/policytagmanager.pb.go
@@ -21,11 +21,8 @@
package datacatalogpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/policytagmanagerserialization.pb.go b/datacatalog/apiv1beta1/datacatalogpb/policytagmanagerserialization.pb.go
index 11ff478ffdd0..97fd9e946194 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/policytagmanagerserialization.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/policytagmanagerserialization.pb.go
@@ -21,17 +21,16 @@
package datacatalogpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
_ "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/schema.pb.go b/datacatalog/apiv1beta1/datacatalogpb/schema.pb.go
index 77845d051667..bf49e28a030d 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/schema.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/schema.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/search.pb.go b/datacatalog/apiv1beta1/datacatalogpb/search.pb.go
index 8c059b78399d..464e65bd5731 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/search.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/search.pb.go
@@ -21,11 +21,10 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/table_spec.pb.go b/datacatalog/apiv1beta1/datacatalogpb/table_spec.pb.go
index 1821c208c7db..2b704bd4d1bf 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/table_spec.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/table_spec.pb.go
@@ -21,12 +21,11 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/tags.pb.go b/datacatalog/apiv1beta1/datacatalogpb/tags.pb.go
index 2f9427988c33..224ccff73b3a 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/tags.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/tags.pb.go
@@ -21,13 +21,12 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/datacatalogpb/timestamps.pb.go b/datacatalog/apiv1beta1/datacatalogpb/timestamps.pb.go
index edfc16861e2c..cf3e5171ec02 100755
--- a/datacatalog/apiv1beta1/datacatalogpb/timestamps.pb.go
+++ b/datacatalog/apiv1beta1/datacatalogpb/timestamps.pb.go
@@ -21,13 +21,12 @@
package datacatalogpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datacatalog/apiv1beta1/doc.go b/datacatalog/apiv1beta1/doc.go
index ae6cdb21af31..cd64f895cf8b 100755
--- a/datacatalog/apiv1beta1/doc.go
+++ b/datacatalog/apiv1beta1/doc.go
@@ -20,67 +20,66 @@
// A fully managed and highly scalable data discovery and metadata management
// service.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datacatalog.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datacatalog.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datacatalog.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datacatalogpb.SearchCatalogRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/datacatalog/apiv1beta1/datacatalogpb#SearchCatalogRequest.
-// }
-// it := c.SearchCatalog(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datacatalog.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datacatalogpb.SearchCatalogRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/datacatalog/apiv1beta1/datacatalogpb#SearchCatalogRequest.
+// }
+// it := c.SearchCatalog(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datacatalog/lineage/apiv1/doc.go b/datacatalog/lineage/apiv1/doc.go
index c6608de97817..c22b9dfaf8f6 100755
--- a/datacatalog/lineage/apiv1/doc.go
+++ b/datacatalog/lineage/apiv1/doc.go
@@ -17,61 +17,60 @@
// Package lineage is an auto-generated package for the
// Data Lineage API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := lineage.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := lineage.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := lineage.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &lineagepb.CreateProcessRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/datacatalog/lineage/apiv1/lineagepb#CreateProcessRequest.
-// }
-// resp, err := c.CreateProcess(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := lineage.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &lineagepb.CreateProcessRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/datacatalog/lineage/apiv1/lineagepb#CreateProcessRequest.
+// }
+// resp, err := c.CreateProcess(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datacatalog/lineage/apiv1/lineagepb/lineage.pb.go b/datacatalog/lineage/apiv1/lineagepb/lineage.pb.go
index d64e2c301c1f..c9cda233e36b 100755
--- a/datacatalog/lineage/apiv1/lineagepb/lineage.pb.go
+++ b/datacatalog/lineage/apiv1/lineagepb/lineage.pb.go
@@ -21,11 +21,8 @@
package lineagepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataflow/apiv1beta3/dataflowpb/environment.pb.go b/dataflow/apiv1beta3/dataflowpb/environment.pb.go
index 58e37d5f0e7e..8e0f67f29931 100755
--- a/dataflow/apiv1beta3/dataflowpb/environment.pb.go
+++ b/dataflow/apiv1beta3/dataflowpb/environment.pb.go
@@ -21,14 +21,13 @@
package dataflowpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataflow/apiv1beta3/dataflowpb/jobs.pb.go b/dataflow/apiv1beta3/dataflowpb/jobs.pb.go
index c6de2521d314..c0c9fcf6f549 100755
--- a/dataflow/apiv1beta3/dataflowpb/jobs.pb.go
+++ b/dataflow/apiv1beta3/dataflowpb/jobs.pb.go
@@ -22,9 +22,6 @@ package dataflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1890,19 +1889,19 @@ func (*DisplayData_BoolValue) isDisplayData_Value() {}
// Here's an example of a sequence of steps which together implement a
// Map-Reduce job:
//
-// - Read a collection of data from some source, parsing the
+// * Read a collection of data from some source, parsing the
// collection's elements.
//
-// - Validate the elements.
+// * Validate the elements.
//
-// - Apply a user-defined function to map each element to some value
+// * Apply a user-defined function to map each element to some value
// and extract an element-specific key value.
//
-// - Group elements with the same key into a single element with
+// * Group elements with the same key into a single element with
// that key, transforming a multiply-keyed collection into a
// uniquely-keyed collection.
//
-// - Write the elements out to some data sink.
+// * Write the elements out to some data sink.
//
// Note that the Cloud Dataflow service may be used to run many different
// types of jobs, not just Map-Reduce.
diff --git a/dataflow/apiv1beta3/dataflowpb/messages.pb.go b/dataflow/apiv1beta3/dataflowpb/messages.pb.go
index 91a48aabef53..4272e7fd8dfa 100755
--- a/dataflow/apiv1beta3/dataflowpb/messages.pb.go
+++ b/dataflow/apiv1beta3/dataflowpb/messages.pb.go
@@ -22,9 +22,6 @@ package dataflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataflow/apiv1beta3/dataflowpb/metrics.pb.go b/dataflow/apiv1beta3/dataflowpb/metrics.pb.go
index 05662af3ecff..2685e5fb382d 100755
--- a/dataflow/apiv1beta3/dataflowpb/metrics.pb.go
+++ b/dataflow/apiv1beta3/dataflowpb/metrics.pb.go
@@ -22,9 +22,6 @@ package dataflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataflow/apiv1beta3/dataflowpb/snapshots.pb.go b/dataflow/apiv1beta3/dataflowpb/snapshots.pb.go
index d42ddc8190d2..9bc009d38f89 100755
--- a/dataflow/apiv1beta3/dataflowpb/snapshots.pb.go
+++ b/dataflow/apiv1beta3/dataflowpb/snapshots.pb.go
@@ -22,9 +22,6 @@ package dataflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataflow/apiv1beta3/dataflowpb/streaming.pb.go b/dataflow/apiv1beta3/dataflowpb/streaming.pb.go
index 37bf751510ba..6131a390886a 100755
--- a/dataflow/apiv1beta3/dataflowpb/streaming.pb.go
+++ b/dataflow/apiv1beta3/dataflowpb/streaming.pb.go
@@ -21,11 +21,10 @@
package dataflowpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataflow/apiv1beta3/dataflowpb/templates.pb.go b/dataflow/apiv1beta3/dataflowpb/templates.pb.go
index f92c2f212f00..a330980a96ca 100755
--- a/dataflow/apiv1beta3/dataflowpb/templates.pb.go
+++ b/dataflow/apiv1beta3/dataflowpb/templates.pb.go
@@ -22,9 +22,6 @@ package dataflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -32,6 +29,8 @@ import (
status1 "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataflow/apiv1beta3/doc.go b/dataflow/apiv1beta3/doc.go
index ca8bfb992853..85fc54c381f5 100755
--- a/dataflow/apiv1beta3/doc.go
+++ b/dataflow/apiv1beta3/doc.go
@@ -19,61 +19,60 @@
//
// Manages Google Cloud Dataflow projects on Google Cloud Platform.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataflow.NewSnapshotsV1Beta3Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataflow.NewSnapshotsV1Beta3Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataflow.NewSnapshotsV1Beta3Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dataflowpb.GetSnapshotRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dataflow/apiv1beta3/dataflowpb#GetSnapshotRequest.
-// }
-// resp, err := c.GetSnapshot(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataflow.NewSnapshotsV1Beta3Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dataflowpb.GetSnapshotRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dataflow/apiv1beta3/dataflowpb#GetSnapshotRequest.
+// }
+// resp, err := c.GetSnapshot(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewSnapshotsV1Beta3Client is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dataform/apiv1alpha2/dataformpb/dataform.pb.go b/dataform/apiv1alpha2/dataformpb/dataform.pb.go
index 0a704c58692e..f467d0791714 100755
--- a/dataform/apiv1alpha2/dataformpb/dataform.pb.go
+++ b/dataform/apiv1alpha2/dataformpb/dataform.pb.go
@@ -22,9 +22,6 @@ package dataformpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
interval "google.golang.org/genproto/googleapis/type/interval"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataform/apiv1alpha2/doc.go b/dataform/apiv1alpha2/doc.go
index 6c0f3b99c6ca..420a64dd166e 100755
--- a/dataform/apiv1alpha2/doc.go
+++ b/dataform/apiv1alpha2/doc.go
@@ -17,67 +17,66 @@
// Package dataform is an auto-generated package for the
// Dataform API.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataform.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataform.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataform.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dataformpb.ListRepositoriesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dataform/apiv1alpha2/dataformpb#ListRepositoriesRequest.
-// }
-// it := c.ListRepositories(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataform.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dataformpb.ListRepositoriesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dataform/apiv1alpha2/dataformpb#ListRepositoriesRequest.
+// }
+// it := c.ListRepositories(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dataform/apiv1beta1/dataformpb/dataform.pb.go b/dataform/apiv1beta1/dataformpb/dataform.pb.go
index ca548d701118..a1e52745dad7 100755
--- a/dataform/apiv1beta1/dataformpb/dataform.pb.go
+++ b/dataform/apiv1beta1/dataformpb/dataform.pb.go
@@ -22,9 +22,6 @@ package dataformpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
interval "google.golang.org/genproto/googleapis/type/interval"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataform/apiv1beta1/doc.go b/dataform/apiv1beta1/doc.go
index 987c46637ec4..a8423853778f 100755
--- a/dataform/apiv1beta1/doc.go
+++ b/dataform/apiv1beta1/doc.go
@@ -17,67 +17,66 @@
// Package dataform is an auto-generated package for the
// Dataform API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataform.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataform.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataform.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dataformpb.ListRepositoriesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dataform/apiv1beta1/dataformpb#ListRepositoriesRequest.
-// }
-// it := c.ListRepositories(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataform.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dataformpb.ListRepositoriesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dataform/apiv1beta1/dataformpb#ListRepositoriesRequest.
+// }
+// it := c.ListRepositories(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dataform/apiv1beta1/iam_policy_client.go b/dataform/apiv1beta1/iam_policy_client.go
index 7966f3a4ff39..59ed84ca5719 100755
--- a/dataform/apiv1beta1/iam_policy_client.go
+++ b/dataform/apiv1beta1/iam_policy_client.go
@@ -98,7 +98,7 @@ type internalIamPolicyClient interface {
// IamPolicyClient is a client for interacting with Dataform API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -114,7 +114,7 @@ type internalIamPolicyClient interface {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -211,7 +211,7 @@ type iamPolicyGRPCClient struct {
// NewIamPolicyClient creates a new iam policy client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -227,7 +227,7 @@ type iamPolicyGRPCClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -307,7 +307,7 @@ type iamPolicyRESTClient struct {
// NewIamPolicyRESTClient creates a new iam policy rest client.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -323,7 +323,7 @@ type iamPolicyRESTClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
diff --git a/datafusion/apiv1/datafusionpb/datafusion.pb.go b/datafusion/apiv1/datafusionpb/datafusion.pb.go
index 84a34c636ee2..70f6be1d8a30 100755
--- a/datafusion/apiv1/datafusionpb/datafusion.pb.go
+++ b/datafusion/apiv1/datafusionpb/datafusion.pb.go
@@ -21,11 +21,8 @@
package datafusionpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datafusion/apiv1/doc.go b/datafusion/apiv1/doc.go
index d793ebb09fc6..cc8a2b1a6289 100755
--- a/datafusion/apiv1/doc.go
+++ b/datafusion/apiv1/doc.go
@@ -25,65 +25,64 @@
// prepare, blend, transfer and transform data without having to wrestle with
// infrastructure.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datafusion.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datafusion.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datafusion.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datafusionpb.ListAvailableVersionsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/datafusion/apiv1/datafusionpb#ListAvailableVersionsRequest.
-// }
-// it := c.ListAvailableVersions(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datafusion.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datafusionpb.ListAvailableVersionsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/datafusion/apiv1/datafusionpb#ListAvailableVersionsRequest.
+// }
+// it := c.ListAvailableVersions(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datalabeling/apiv1beta1/datalabelingpb/annotation.pb.go b/datalabeling/apiv1beta1/datalabelingpb/annotation.pb.go
index 3e9224d4594d..7e93374eec82 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/annotation.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/annotation.pb.go
@@ -22,12 +22,11 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/annotation_spec_set.pb.go b/datalabeling/apiv1beta1/datalabelingpb/annotation_spec_set.pb.go
index 023fe4b05d59..149ebd232693 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/annotation_spec_set.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/annotation_spec_set.pb.go
@@ -22,12 +22,11 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/data_labeling_service.pb.go b/datalabeling/apiv1beta1/datalabelingpb/data_labeling_service.pb.go
index 459c4c16d816..1fda28dec049 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/data_labeling_service.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/data_labeling_service.pb.go
@@ -22,11 +22,8 @@
package datalabelingpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/data_payloads.pb.go b/datalabeling/apiv1beta1/datalabelingpb/data_payloads.pb.go
index 01d8129cf8e9..69112c1f324a 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/data_payloads.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/data_payloads.pb.go
@@ -22,12 +22,11 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/dataset.pb.go b/datalabeling/apiv1beta1/datalabelingpb/dataset.pb.go
index 2c26e7a37882..0a69723a7ceb 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/dataset.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/dataset.pb.go
@@ -22,13 +22,12 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/evaluation.pb.go b/datalabeling/apiv1beta1/datalabelingpb/evaluation.pb.go
index 866c63bfff1a..aecb0179ee4c 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/evaluation.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/evaluation.pb.go
@@ -22,13 +22,12 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/evaluation_job.pb.go b/datalabeling/apiv1beta1/datalabelingpb/evaluation_job.pb.go
index d18fa6a5aec5..ca348a29c8d1 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/evaluation_job.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/evaluation_job.pb.go
@@ -22,14 +22,13 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/human_annotation_config.pb.go b/datalabeling/apiv1beta1/datalabelingpb/human_annotation_config.pb.go
index cbe36dd0a45b..b1f47a49eff4 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/human_annotation_config.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/human_annotation_config.pb.go
@@ -22,13 +22,12 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/instruction.pb.go b/datalabeling/apiv1beta1/datalabelingpb/instruction.pb.go
index 192548ec5dd6..f41ab5613202 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/instruction.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/instruction.pb.go
@@ -22,13 +22,12 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/datalabelingpb/operations.pb.go b/datalabeling/apiv1beta1/datalabelingpb/operations.pb.go
index 17bccb09ed9e..385649aeace6 100755
--- a/datalabeling/apiv1beta1/datalabelingpb/operations.pb.go
+++ b/datalabeling/apiv1beta1/datalabelingpb/operations.pb.go
@@ -22,13 +22,12 @@
package datalabelingpb
import (
- reflect "reflect"
- sync "sync"
-
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datalabeling/apiv1beta1/doc.go b/datalabeling/apiv1beta1/doc.go
index 61dc62b07ae4..348797b596ac 100755
--- a/datalabeling/apiv1beta1/doc.go
+++ b/datalabeling/apiv1beta1/doc.go
@@ -19,61 +19,60 @@
//
// Public API for Google Cloud AI Data Labeling Service.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datalabeling.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datalabeling.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datalabeling.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datalabelingpb.CreateDatasetRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/datalabeling/apiv1beta1/datalabelingpb#CreateDatasetRequest.
-// }
-// resp, err := c.CreateDataset(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datalabeling.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datalabelingpb.CreateDatasetRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/datalabeling/apiv1beta1/datalabelingpb#CreateDatasetRequest.
+// }
+// resp, err := c.CreateDataset(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dataplex/apiv1/dataplexpb/analyze.pb.go b/dataplex/apiv1/dataplexpb/analyze.pb.go
index 40d25a2ef444..a06c0e735db2 100755
--- a/dataplex/apiv1/dataplexpb/analyze.pb.go
+++ b/dataplex/apiv1/dataplexpb/analyze.pb.go
@@ -21,14 +21,13 @@
package dataplexpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/content.pb.go b/dataplex/apiv1/dataplexpb/content.pb.go
index 31246c5d7bca..818801e08af0 100755
--- a/dataplex/apiv1/dataplexpb/content.pb.go
+++ b/dataplex/apiv1/dataplexpb/content.pb.go
@@ -21,11 +21,8 @@
package dataplexpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/data_profile.pb.go b/dataplex/apiv1/dataplexpb/data_profile.pb.go
index 215c6e6d68ad..2efba6a03f8b 100755
--- a/dataplex/apiv1/dataplexpb/data_profile.pb.go
+++ b/dataplex/apiv1/dataplexpb/data_profile.pb.go
@@ -21,11 +21,10 @@
package dataplexpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/data_quality.pb.go b/dataplex/apiv1/dataplexpb/data_quality.pb.go
index a01c88a67e9f..0e8d18cb7d5e 100755
--- a/dataplex/apiv1/dataplexpb/data_quality.pb.go
+++ b/dataplex/apiv1/dataplexpb/data_quality.pb.go
@@ -21,12 +21,11 @@
package dataplexpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/datascans.pb.go b/dataplex/apiv1/dataplexpb/datascans.pb.go
index b9d2b4cbab58..1da68861126f 100755
--- a/dataplex/apiv1/dataplexpb/datascans.pb.go
+++ b/dataplex/apiv1/dataplexpb/datascans.pb.go
@@ -21,11 +21,8 @@
package dataplexpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -986,11 +985,11 @@ func (x *ListDataScanJobsResponse) GetNextPageToken() string {
//
// For example:
//
-// - Data Quality: generates queries based on the rules and runs against the
-// data to get data quality check results.
-// - Data Profile: analyzes the data in table(s) and generates insights about
-// the structure, content and relationships (such as null percent,
-// cardinality, min/max/mean, etc).
+// * Data Quality: generates queries based on the rules and runs against the
+// data to get data quality check results.
+// * Data Profile: analyzes the data in table(s) and generates insights about
+// the structure, content and relationships (such as null percent,
+// cardinality, min/max/mean, etc).
type DataScan struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/dataplex/apiv1/dataplexpb/logs.pb.go b/dataplex/apiv1/dataplexpb/logs.pb.go
index c420a7c585cc..ba4192fc5c6b 100755
--- a/dataplex/apiv1/dataplexpb/logs.pb.go
+++ b/dataplex/apiv1/dataplexpb/logs.pb.go
@@ -21,14 +21,13 @@
package dataplexpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/metadata.pb.go b/dataplex/apiv1/dataplexpb/metadata.pb.go
index 9eae385717fa..71d6ad8009cd 100755
--- a/dataplex/apiv1/dataplexpb/metadata.pb.go
+++ b/dataplex/apiv1/dataplexpb/metadata.pb.go
@@ -22,9 +22,6 @@ package dataplexpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/processing.pb.go b/dataplex/apiv1/dataplexpb/processing.pb.go
index d3c6a43108db..18c43898d4ea 100755
--- a/dataplex/apiv1/dataplexpb/processing.pb.go
+++ b/dataplex/apiv1/dataplexpb/processing.pb.go
@@ -21,12 +21,11 @@
package dataplexpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/resources.pb.go b/dataplex/apiv1/dataplexpb/resources.pb.go
index 1dd248a3fe1c..a1f63f5e9081 100755
--- a/dataplex/apiv1/dataplexpb/resources.pb.go
+++ b/dataplex/apiv1/dataplexpb/resources.pb.go
@@ -21,14 +21,13 @@
package dataplexpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/service.pb.go b/dataplex/apiv1/dataplexpb/service.pb.go
index 10eb489a45ac..cbbb9d21190c 100755
--- a/dataplex/apiv1/dataplexpb/service.pb.go
+++ b/dataplex/apiv1/dataplexpb/service.pb.go
@@ -21,11 +21,8 @@
package dataplexpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/dataplexpb/tasks.pb.go b/dataplex/apiv1/dataplexpb/tasks.pb.go
index dc176a521e2b..efb244a316af 100755
--- a/dataplex/apiv1/dataplexpb/tasks.pb.go
+++ b/dataplex/apiv1/dataplexpb/tasks.pb.go
@@ -21,14 +21,13 @@
package dataplexpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataplex/apiv1/doc.go b/dataplex/apiv1/doc.go
index d9220f43ce21..c7a6583b02be 100755
--- a/dataplex/apiv1/doc.go
+++ b/dataplex/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Dataplex API is used to manage the lifecycle of data lakes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataplex.NewContentClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataplex.NewContentClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataplex.NewContentClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dataplexpb.CreateContentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dataplex/apiv1/dataplexpb#CreateContentRequest.
-// }
-// resp, err := c.CreateContent(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataplex.NewContentClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dataplexpb.CreateContentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dataplex/apiv1/dataplexpb#CreateContentRequest.
+// }
+// resp, err := c.CreateContent(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewContentClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dataproc/apiv1/dataprocpb/autoscaling_policies.pb.go b/dataproc/apiv1/dataprocpb/autoscaling_policies.pb.go
index 6e8eb67877fd..cc345e7924ac 100755
--- a/dataproc/apiv1/dataprocpb/autoscaling_policies.pb.go
+++ b/dataproc/apiv1/dataprocpb/autoscaling_policies.pb.go
@@ -22,9 +22,6 @@ package dataprocpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/dataprocpb/batches.pb.go b/dataproc/apiv1/dataprocpb/batches.pb.go
index 8762d4bc38be..5fc9022a590a 100755
--- a/dataproc/apiv1/dataprocpb/batches.pb.go
+++ b/dataproc/apiv1/dataprocpb/batches.pb.go
@@ -21,11 +21,8 @@
package dataprocpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/dataprocpb/clusters.pb.go b/dataproc/apiv1/dataprocpb/clusters.pb.go
index d25db41d32c7..568d7cec7a6d 100755
--- a/dataproc/apiv1/dataprocpb/clusters.pb.go
+++ b/dataproc/apiv1/dataprocpb/clusters.pb.go
@@ -21,11 +21,8 @@
package dataprocpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/dataprocpb/jobs.pb.go b/dataproc/apiv1/dataprocpb/jobs.pb.go
index cf14838636f8..64361974e989 100755
--- a/dataproc/apiv1/dataprocpb/jobs.pb.go
+++ b/dataproc/apiv1/dataprocpb/jobs.pb.go
@@ -21,11 +21,8 @@
package dataprocpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/dataprocpb/node_groups.pb.go b/dataproc/apiv1/dataprocpb/node_groups.pb.go
index f197024b9192..0a9ebe8d946d 100755
--- a/dataproc/apiv1/dataprocpb/node_groups.pb.go
+++ b/dataproc/apiv1/dataprocpb/node_groups.pb.go
@@ -21,11 +21,8 @@
package dataprocpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/dataprocpb/operations.pb.go b/dataproc/apiv1/dataprocpb/operations.pb.go
index f53479865dd7..94e214fc3295 100755
--- a/dataproc/apiv1/dataprocpb/operations.pb.go
+++ b/dataproc/apiv1/dataprocpb/operations.pb.go
@@ -21,13 +21,12 @@
package dataprocpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/dataprocpb/shared.pb.go b/dataproc/apiv1/dataprocpb/shared.pb.go
index c5a8ab44103d..d59219dda91f 100755
--- a/dataproc/apiv1/dataprocpb/shared.pb.go
+++ b/dataproc/apiv1/dataprocpb/shared.pb.go
@@ -21,14 +21,13 @@
package dataprocpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/dataprocpb/workflow_templates.pb.go b/dataproc/apiv1/dataprocpb/workflow_templates.pb.go
index 29e395aa252b..ea391a5b7247 100755
--- a/dataproc/apiv1/dataprocpb/workflow_templates.pb.go
+++ b/dataproc/apiv1/dataprocpb/workflow_templates.pb.go
@@ -21,11 +21,8 @@
package dataprocpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataproc/apiv1/doc.go b/dataproc/apiv1/doc.go
index 7577a1c2eab6..fd25dddbf728 100755
--- a/dataproc/apiv1/doc.go
+++ b/dataproc/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Manages Hadoop-based clusters and jobs on Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataproc.NewAutoscalingPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataproc.NewAutoscalingPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataproc.NewAutoscalingPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dataprocpb.CreateAutoscalingPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dataproc/apiv1/dataprocpb#CreateAutoscalingPolicyRequest.
-// }
-// resp, err := c.CreateAutoscalingPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataproc.NewAutoscalingPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dataprocpb.CreateAutoscalingPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dataproc/apiv1/dataprocpb#CreateAutoscalingPolicyRequest.
+// }
+// resp, err := c.CreateAutoscalingPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewAutoscalingPolicyClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dataqna/apiv1alpha/dataqnapb/annotated_string.pb.go b/dataqna/apiv1alpha/dataqnapb/annotated_string.pb.go
index ac3c533b50d2..a4c0f1b26059 100755
--- a/dataqna/apiv1alpha/dataqnapb/annotated_string.pb.go
+++ b/dataqna/apiv1alpha/dataqnapb/annotated_string.pb.go
@@ -21,11 +21,10 @@
package dataqnapb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -109,9 +108,9 @@ func (AnnotatedString_SemanticMarkupType) EnumDescriptor() ([]byte, []int) {
//
// User Query:
//
-// top countries by population in Africa
+// top countries by population in Africa
//
-// 0 4 14 17 28 31 37
+// 0 4 14 17 28 31 37
//
// Table Data:
//
@@ -122,16 +121,13 @@ func (AnnotatedString_SemanticMarkupType) EnumDescriptor() ([]byte, []int) {
// text_formatted = `"top countries by population in Africa"`
//
// html_formatted =
-//
-// `"top countries by population in Africa"`
+// `"top countries by population in Africa"`
//
// ```
// markups = [
-//
-// {DIMENSION, 4, 12}, // 'countries'
-// {METRIC, 17, 26}, // 'population'
-// {FILTER, 31, 36} // 'Africa'
-//
+// {DIMENSION, 4, 12}, // 'countries'
+// {METRIC, 17, 26}, // 'population'
+// {FILTER, 31, 36} // 'Africa'
// ]
// ```
//
diff --git a/dataqna/apiv1alpha/dataqnapb/auto_suggestion_service.pb.go b/dataqna/apiv1alpha/dataqnapb/auto_suggestion_service.pb.go
index bbef0ef6bee3..a9c3c42a69ce 100755
--- a/dataqna/apiv1alpha/dataqnapb/auto_suggestion_service.pb.go
+++ b/dataqna/apiv1alpha/dataqnapb/auto_suggestion_service.pb.go
@@ -22,15 +22,14 @@ package dataqnapb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -366,21 +365,19 @@ func (x *SuggestQueriesResponse) GetSuggestions() []*Suggestion {
// user query: `top products`
//
// ```
+// annotated_suggestion {
+// text_formatted = "top product_group"
+// html_formatted = "top product_group"
+// markups {
+// {type: TEXT, start_char_index: 0, length: 3}
+// {type: DIMENSION, start_char_index: 4, length: 13}
+// }
+// }
//
-// annotated_suggestion {
-// text_formatted = "top product_group"
-// html_formatted = "top product_group"
-// markups {
-// {type: TEXT, start_char_index: 0, length: 3}
-// {type: DIMENSION, start_char_index: 4, length: 13}
-// }
-// }
-//
-// query_matches {
-// { start_char_index: 0, length: 3 }
-// { start_char_index: 4, length: 7}
-// }
-//
+// query_matches {
+// { start_char_index: 0, length: 3 }
+// { start_char_index: 4, length: 7}
+// }
// ```
type SuggestionInfo_MatchInfo struct {
state protoimpl.MessageState
diff --git a/dataqna/apiv1alpha/dataqnapb/question.pb.go b/dataqna/apiv1alpha/dataqnapb/question.pb.go
index bfc6a2ff5c25..8eb57bef963c 100755
--- a/dataqna/apiv1alpha/dataqnapb/question.pb.go
+++ b/dataqna/apiv1alpha/dataqnapb/question.pb.go
@@ -21,15 +21,14 @@
package dataqnapb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataqna/apiv1alpha/dataqnapb/question_service.pb.go b/dataqna/apiv1alpha/dataqnapb/question_service.pb.go
index 76bde4cce98d..3c099a54d551 100755
--- a/dataqna/apiv1alpha/dataqnapb/question_service.pb.go
+++ b/dataqna/apiv1alpha/dataqnapb/question_service.pb.go
@@ -22,9 +22,6 @@ package dataqnapb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataqna/apiv1alpha/dataqnapb/user_feedback.pb.go b/dataqna/apiv1alpha/dataqnapb/user_feedback.pb.go
index d42ed5a3718c..27005de5fca1 100755
--- a/dataqna/apiv1alpha/dataqnapb/user_feedback.pb.go
+++ b/dataqna/apiv1alpha/dataqnapb/user_feedback.pb.go
@@ -21,12 +21,11 @@
package dataqnapb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dataqna/apiv1alpha/doc.go b/dataqna/apiv1alpha/doc.go
index ad75cd409380..cf40eba21dd6 100755
--- a/dataqna/apiv1alpha/doc.go
+++ b/dataqna/apiv1alpha/doc.go
@@ -20,61 +20,60 @@
// Data QnA is a natural language question and answer service for BigQuery
// data.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataqna.NewAutoSuggestionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataqna.NewAutoSuggestionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dataqna.NewAutoSuggestionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dataqnapb.SuggestQueriesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dataqna/apiv1alpha/dataqnapb#SuggestQueriesRequest.
-// }
-// resp, err := c.SuggestQueries(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dataqna.NewAutoSuggestionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dataqnapb.SuggestQueriesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dataqna/apiv1alpha/dataqnapb#SuggestQueriesRequest.
+// }
+// resp, err := c.SuggestQueries(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewAutoSuggestionClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datastore/admin/apiv1/adminpb/datastore_admin.pb.go b/datastore/admin/apiv1/adminpb/datastore_admin.pb.go
index c34f44ff603b..ef9353847218 100755
--- a/datastore/admin/apiv1/adminpb/datastore_admin.pb.go
+++ b/datastore/admin/apiv1/adminpb/datastore_admin.pb.go
@@ -21,11 +21,8 @@
package adminpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -745,24 +744,19 @@ func (x *ImportEntitiesMetadata) GetInputUrl() string {
// Example usage:
//
// Entire project:
-//
-// kinds=[], namespace_ids=[]
+// kinds=[], namespace_ids=[]
//
// Kinds Foo and Bar in all namespaces:
-//
-// kinds=['Foo', 'Bar'], namespace_ids=[]
+// kinds=['Foo', 'Bar'], namespace_ids=[]
//
// Kinds Foo and Bar only in the default namespace:
-//
-// kinds=['Foo', 'Bar'], namespace_ids=['']
+// kinds=['Foo', 'Bar'], namespace_ids=['']
//
// Kinds Foo and Bar in both the default and Baz namespaces:
-//
-// kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz']
+// kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz']
//
// The entire Baz namespace:
-//
-// kinds=[], namespace_ids=['Baz']
+// kinds=[], namespace_ids=['Baz']
type EntityFilter struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/datastore/admin/apiv1/adminpb/index.pb.go b/datastore/admin/apiv1/adminpb/index.pb.go
index 2b4363b14d92..3f0020766d1a 100755
--- a/datastore/admin/apiv1/adminpb/index.pb.go
+++ b/datastore/admin/apiv1/adminpb/index.pb.go
@@ -21,12 +21,11 @@
package adminpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datastore/admin/apiv1/adminpb/migration.pb.go b/datastore/admin/apiv1/adminpb/migration.pb.go
index 7c83144abb49..1588990901d5 100755
--- a/datastore/admin/apiv1/adminpb/migration.pb.go
+++ b/datastore/admin/apiv1/adminpb/migration.pb.go
@@ -21,11 +21,10 @@
package adminpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datastore/admin/apiv1/datastore_admin_client.go b/datastore/admin/apiv1/datastore_admin_client.go
index fb74c5247adc..487fd6a6ee05 100755
--- a/datastore/admin/apiv1/datastore_admin_client.go
+++ b/datastore/admin/apiv1/datastore_admin_client.go
@@ -168,7 +168,7 @@ type internalDatastoreAdminClient interface {
// DatastoreAdminClient is a client for interacting with Cloud Datastore API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Google Cloud Datastore Admin API
+// Google Cloud Datastore Admin API
//
// The Datastore Admin API provides several admin services for Cloud Datastore.
//
@@ -391,7 +391,7 @@ type datastoreAdminGRPCClient struct {
// NewDatastoreAdminClient creates a new datastore admin client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Google Cloud Datastore Admin API
+// Google Cloud Datastore Admin API
//
// The Datastore Admin API provides several admin services for Cloud Datastore.
//
@@ -530,7 +530,7 @@ type datastoreAdminRESTClient struct {
// NewDatastoreAdminRESTClient creates a new datastore admin rest client.
//
-// # Google Cloud Datastore Admin API
+// Google Cloud Datastore Admin API
//
// The Datastore Admin API provides several admin services for Cloud Datastore.
//
diff --git a/datastore/admin/apiv1/doc.go b/datastore/admin/apiv1/doc.go
index e3eafd14872d..c813afb59b6e 100755
--- a/datastore/admin/apiv1/doc.go
+++ b/datastore/admin/apiv1/doc.go
@@ -20,64 +20,63 @@
// Accesses the schemaless NoSQL database to provide fully managed, robust,
// scalable storage for your application.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := admin.NewDatastoreAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := admin.NewDatastoreAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := admin.NewDatastoreAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &adminpb.ExportEntitiesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/datastore/admin/apiv1/adminpb#ExportEntitiesRequest.
-// }
-// op, err := c.ExportEntities(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := admin.NewDatastoreAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &adminpb.ExportEntitiesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/datastore/admin/apiv1/adminpb#ExportEntitiesRequest.
+// }
+// op, err := c.ExportEntities(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDatastoreAdminClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datastream/apiv1/datastreampb/datastream.pb.go b/datastream/apiv1/datastreampb/datastream.pb.go
index 149f16cd4789..e5f5062595ca 100755
--- a/datastream/apiv1/datastreampb/datastream.pb.go
+++ b/datastream/apiv1/datastreampb/datastream.pb.go
@@ -21,11 +21,8 @@
package datastreampb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datastream/apiv1/datastreampb/datastream_resources.pb.go b/datastream/apiv1/datastreampb/datastream_resources.pb.go
index b4ecfaa2fbe3..98678de37ddc 100755
--- a/datastream/apiv1/datastreampb/datastream_resources.pb.go
+++ b/datastream/apiv1/datastreampb/datastream_resources.pb.go
@@ -21,14 +21,13 @@
package datastreampb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datastream/apiv1/doc.go b/datastream/apiv1/doc.go
index 041c5fa97bcf..eb8713202555 100755
--- a/datastream/apiv1/doc.go
+++ b/datastream/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package datastream is an auto-generated package for the
// Datastream API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datastream.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datastream.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datastream.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datastreampb.ListConnectionProfilesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/datastream/apiv1/datastreampb#ListConnectionProfilesRequest.
-// }
-// it := c.ListConnectionProfiles(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datastream.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datastreampb.ListConnectionProfilesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/datastream/apiv1/datastreampb#ListConnectionProfilesRequest.
+// }
+// it := c.ListConnectionProfiles(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/datastream/apiv1/iam_policy_client.go b/datastream/apiv1/iam_policy_client.go
index bacb8fa429d5..d5eae2b23769 100755
--- a/datastream/apiv1/iam_policy_client.go
+++ b/datastream/apiv1/iam_policy_client.go
@@ -115,7 +115,7 @@ type internalIamPolicyClient interface {
// IamPolicyClient is a client for interacting with Datastream API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -131,7 +131,7 @@ type internalIamPolicyClient interface {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -250,7 +250,7 @@ type iamPolicyGRPCClient struct {
// NewIamPolicyClient creates a new iam policy client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -266,7 +266,7 @@ type iamPolicyGRPCClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -347,7 +347,7 @@ type iamPolicyRESTClient struct {
// NewIamPolicyRESTClient creates a new iam policy rest client.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -363,7 +363,7 @@ type iamPolicyRESTClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
diff --git a/datastream/apiv1alpha1/datastreampb/datastream.pb.go b/datastream/apiv1alpha1/datastreampb/datastream.pb.go
index 09ee710a7e81..c400ebc70c17 100755
--- a/datastream/apiv1alpha1/datastreampb/datastream.pb.go
+++ b/datastream/apiv1alpha1/datastreampb/datastream.pb.go
@@ -21,11 +21,8 @@
package datastreampb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datastream/apiv1alpha1/datastreampb/datastream_resources.pb.go b/datastream/apiv1alpha1/datastreampb/datastream_resources.pb.go
index 98cf8248a379..a9ccf35961e6 100755
--- a/datastream/apiv1alpha1/datastreampb/datastream_resources.pb.go
+++ b/datastream/apiv1alpha1/datastreampb/datastream_resources.pb.go
@@ -21,14 +21,13 @@
package datastreampb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/datastream/apiv1alpha1/doc.go b/datastream/apiv1alpha1/doc.go
index 8440de363c02..ddc7b732f9c8 100755
--- a/datastream/apiv1alpha1/doc.go
+++ b/datastream/apiv1alpha1/doc.go
@@ -17,67 +17,66 @@
// Package datastream is an auto-generated package for the
// Datastream API.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datastream.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datastream.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := datastream.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &datastreampb.ListConnectionProfilesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/datastream/apiv1alpha1/datastreampb#ListConnectionProfilesRequest.
-// }
-// it := c.ListConnectionProfiles(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := datastream.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &datastreampb.ListConnectionProfilesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/datastream/apiv1alpha1/datastreampb#ListConnectionProfilesRequest.
+// }
+// it := c.ListConnectionProfiles(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/deploy/apiv1/deploypb/cloud_deploy.pb.go b/deploy/apiv1/deploypb/cloud_deploy.pb.go
index eb1f71248f89..3cb15bbab75c 100755
--- a/deploy/apiv1/deploypb/cloud_deploy.pb.go
+++ b/deploy/apiv1/deploypb/cloud_deploy.pb.go
@@ -21,11 +21,8 @@
package deploypb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
grpc "google.golang.org/grpc"
@@ -37,6 +34,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/deploypb/deliverypipeline_notification_payload.pb.go b/deploy/apiv1/deploypb/deliverypipeline_notification_payload.pb.go
index d07b2ef50545..f2049520d930 100755
--- a/deploy/apiv1/deploypb/deliverypipeline_notification_payload.pb.go
+++ b/deploy/apiv1/deploypb/deliverypipeline_notification_payload.pb.go
@@ -21,11 +21,10 @@
package deploypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/deploypb/jobrun_notification_payload.pb.go b/deploy/apiv1/deploypb/jobrun_notification_payload.pb.go
index 314d5624bb3d..cc74df5245fa 100755
--- a/deploy/apiv1/deploypb/jobrun_notification_payload.pb.go
+++ b/deploy/apiv1/deploypb/jobrun_notification_payload.pb.go
@@ -21,11 +21,10 @@
package deploypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/deploypb/log_enums.pb.go b/deploy/apiv1/deploypb/log_enums.pb.go
index 20b51bb95d6b..9fc963363b00 100755
--- a/deploy/apiv1/deploypb/log_enums.pb.go
+++ b/deploy/apiv1/deploypb/log_enums.pb.go
@@ -21,11 +21,10 @@
package deploypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/deploypb/release_notification_payload.pb.go b/deploy/apiv1/deploypb/release_notification_payload.pb.go
index 74a2d33a1747..fa2a1619b7a1 100755
--- a/deploy/apiv1/deploypb/release_notification_payload.pb.go
+++ b/deploy/apiv1/deploypb/release_notification_payload.pb.go
@@ -21,11 +21,10 @@
package deploypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/deploypb/release_render_payload.pb.go b/deploy/apiv1/deploypb/release_render_payload.pb.go
index 2ac837420ea2..3b395332f8f7 100755
--- a/deploy/apiv1/deploypb/release_render_payload.pb.go
+++ b/deploy/apiv1/deploypb/release_render_payload.pb.go
@@ -21,11 +21,10 @@
package deploypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/deploypb/rollout_notification_payload.pb.go b/deploy/apiv1/deploypb/rollout_notification_payload.pb.go
index 3e78ba4e74bb..d2008ea7ec9b 100755
--- a/deploy/apiv1/deploypb/rollout_notification_payload.pb.go
+++ b/deploy/apiv1/deploypb/rollout_notification_payload.pb.go
@@ -21,11 +21,10 @@
package deploypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/deploypb/target_notification_payload.pb.go b/deploy/apiv1/deploypb/target_notification_payload.pb.go
index 07c8175b942d..8ce01a554487 100755
--- a/deploy/apiv1/deploypb/target_notification_payload.pb.go
+++ b/deploy/apiv1/deploypb/target_notification_payload.pb.go
@@ -21,11 +21,10 @@
package deploypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/deploy/apiv1/doc.go b/deploy/apiv1/doc.go
index d81ac10889af..f074fbdea377 100755
--- a/deploy/apiv1/doc.go
+++ b/deploy/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package deploy is an auto-generated package for the
// Google Cloud Deploy API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := deploy.NewCloudDeployClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := deploy.NewCloudDeployClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := deploy.NewCloudDeployClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &deploypb.ListDeliveryPipelinesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/deploy/apiv1/deploypb#ListDeliveryPipelinesRequest.
-// }
-// it := c.ListDeliveryPipelines(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := deploy.NewCloudDeployClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &deploypb.ListDeliveryPipelinesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/deploy/apiv1/deploypb#ListDeliveryPipelinesRequest.
+// }
+// it := c.ListDeliveryPipelines(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudDeployClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dialogflow/apiv2/agents_client.go b/dialogflow/apiv2/agents_client.go
index 642c6cd475ad..527572819af1 100755
--- a/dialogflow/apiv2/agents_client.go
+++ b/dialogflow/apiv2/agents_client.go
@@ -388,11 +388,11 @@ func (c *AgentsClient) SearchAgents(ctx context.Context, req *dialogflowpb.Searc
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -413,11 +413,11 @@ func (c *AgentsClient) TrainAgentOperation(name string) *TrainAgentOperation {
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportAgentResponse
+// response:
+// ExportAgentResponse
func (c *AgentsClient) ExportAgent(ctx context.Context, req *dialogflowpb.ExportAgentRequest, opts ...gax.CallOption) (*ExportAgentOperation, error) {
return c.internalClient.ExportAgent(ctx, req, opts...)
}
@@ -444,11 +444,11 @@ func (c *AgentsClient) ExportAgentOperation(name string) *ExportAgentOperation {
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// The operation only tracks when importing is complete, not when it is done
// training.
@@ -480,11 +480,11 @@ func (c *AgentsClient) ImportAgentOperation(name string) *ImportAgentOperation {
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// The operation only tracks when restoring is complete, not when it is done
// training.
@@ -1356,11 +1356,11 @@ func (c *agentsRESTClient) SearchAgents(ctx context.Context, req *dialogflowpb.S
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1438,11 +1438,11 @@ func (c *agentsRESTClient) TrainAgent(ctx context.Context, req *dialogflowpb.Tra
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportAgentResponse
+// response:
+// ExportAgentResponse
func (c *agentsRESTClient) ExportAgent(ctx context.Context, req *dialogflowpb.ExportAgentRequest, opts ...gax.CallOption) (*ExportAgentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1526,11 +1526,11 @@ func (c *agentsRESTClient) ExportAgent(ctx context.Context, req *dialogflowpb.Ex
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// The operation only tracks when importing is complete, not when it is done
// training.
@@ -1619,11 +1619,11 @@ func (c *agentsRESTClient) ImportAgent(ctx context.Context, req *dialogflowpb.Im
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// The operation only tracks when restoring is complete, not when it is done
// training.
diff --git a/dialogflow/apiv2/conversation_datasets_client.go b/dialogflow/apiv2/conversation_datasets_client.go
index 04d649adf07e..471e734161e8 100755
--- a/dialogflow/apiv2/conversation_datasets_client.go
+++ b/dialogflow/apiv2/conversation_datasets_client.go
@@ -267,11 +267,11 @@ func (c *ConversationDatasetsClient) Connection() *grpc.ClientConn {
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateConversationDatasetOperationMetadata
+// metadata:
+// CreateConversationDatasetOperationMetadata
//
-// response:
-// ConversationDataset
+// response:
+// ConversationDataset
func (c *ConversationDatasetsClient) CreateConversationDataset(ctx context.Context, req *dialogflowpb.CreateConversationDatasetRequest, opts ...gax.CallOption) (*CreateConversationDatasetOperation, error) {
return c.internalClient.CreateConversationDataset(ctx, req, opts...)
}
@@ -299,11 +299,11 @@ func (c *ConversationDatasetsClient) ListConversationDatasets(ctx context.Contex
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeleteConversationDatasetOperationMetadata
+// metadata:
+// DeleteConversationDatasetOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *ConversationDatasetsClient) DeleteConversationDataset(ctx context.Context, req *dialogflowpb.DeleteConversationDatasetRequest, opts ...gax.CallOption) (*DeleteConversationDatasetOperation, error) {
return c.internalClient.DeleteConversationDataset(ctx, req, opts...)
}
@@ -322,11 +322,11 @@ func (c *ConversationDatasetsClient) DeleteConversationDatasetOperation(name str
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ImportConversationDataOperationMetadata
+// metadata:
+// ImportConversationDataOperationMetadata
//
-// response:
-// ImportConversationDataOperationResponse
+// response:
+// ImportConversationDataOperationResponse
func (c *ConversationDatasetsClient) ImportConversationData(ctx context.Context, req *dialogflowpb.ImportConversationDataRequest, opts ...gax.CallOption) (*ImportConversationDataOperation, error) {
return c.internalClient.ImportConversationData(ctx, req, opts...)
}
@@ -837,11 +837,11 @@ func (c *conversationDatasetsGRPCClient) ListOperations(ctx context.Context, req
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateConversationDatasetOperationMetadata
+// metadata:
+// CreateConversationDatasetOperationMetadata
//
-// response:
-// ConversationDataset
+// response:
+// ConversationDataset
func (c *conversationDatasetsRESTClient) CreateConversationDataset(ctx context.Context, req *dialogflowpb.CreateConversationDatasetRequest, opts ...gax.CallOption) (*CreateConversationDatasetOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetConversationDataset()
@@ -1063,11 +1063,11 @@ func (c *conversationDatasetsRESTClient) ListConversationDatasets(ctx context.Co
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeleteConversationDatasetOperationMetadata
+// metadata:
+// DeleteConversationDatasetOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *conversationDatasetsRESTClient) DeleteConversationDataset(ctx context.Context, req *dialogflowpb.DeleteConversationDatasetRequest, opts ...gax.CallOption) (*DeleteConversationDatasetOperation, error) {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
@@ -1137,11 +1137,11 @@ func (c *conversationDatasetsRESTClient) DeleteConversationDataset(ctx context.C
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ImportConversationDataOperationMetadata
+// metadata:
+// ImportConversationDataOperationMetadata
//
-// response:
-// ImportConversationDataOperationResponse
+// response:
+// ImportConversationDataOperationResponse
func (c *conversationDatasetsRESTClient) ImportConversationData(ctx context.Context, req *dialogflowpb.ImportConversationDataRequest, opts ...gax.CallOption) (*ImportConversationDataOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/apiv2/conversation_models_client.go b/dialogflow/apiv2/conversation_models_client.go
index 4628fce09c60..7b9d3a18c52a 100755
--- a/dialogflow/apiv2/conversation_models_client.go
+++ b/dialogflow/apiv2/conversation_models_client.go
@@ -358,11 +358,11 @@ func (c *ConversationModelsClient) Connection() *grpc.ClientConn {
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateConversationModelOperationMetadata
+// metadata:
+// CreateConversationModelOperationMetadata
//
-// response:
-// ConversationModel
+// response:
+// ConversationModel
func (c *ConversationModelsClient) CreateConversationModel(ctx context.Context, req *dialogflowpb.CreateConversationModelRequest, opts ...gax.CallOption) (*CreateConversationModelOperation, error) {
return c.internalClient.CreateConversationModel(ctx, req, opts...)
}
@@ -389,11 +389,11 @@ func (c *ConversationModelsClient) ListConversationModels(ctx context.Context, r
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeleteConversationModelOperationMetadata
+// metadata:
+// DeleteConversationModelOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *ConversationModelsClient) DeleteConversationModel(ctx context.Context, req *dialogflowpb.DeleteConversationModelRequest, opts ...gax.CallOption) (*DeleteConversationModelOperation, error) {
return c.internalClient.DeleteConversationModel(ctx, req, opts...)
}
@@ -413,11 +413,11 @@ func (c *ConversationModelsClient) DeleteConversationModelOperation(name string)
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeployConversationModelOperationMetadata
+// metadata:
+// DeployConversationModelOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *ConversationModelsClient) DeployConversationModel(ctx context.Context, req *dialogflowpb.DeployConversationModelRequest, opts ...gax.CallOption) (*DeployConversationModelOperation, error) {
return c.internalClient.DeployConversationModel(ctx, req, opts...)
}
@@ -431,18 +431,18 @@ func (c *ConversationModelsClient) DeployConversationModelOperation(name string)
// UndeployConversationModel undeploys a model. If the model is not deployed this method has no effect.
// If the model is currently being used:
//
-// For article suggestion, article suggestion will fallback to the default
-// model if model is undeployed.
+// For article suggestion, article suggestion will fallback to the default
+// model if model is undeployed.
//
// This method is a long-running
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// UndeployConversationModelOperationMetadata
+// metadata:
+// UndeployConversationModelOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *ConversationModelsClient) UndeployConversationModel(ctx context.Context, req *dialogflowpb.UndeployConversationModelRequest, opts ...gax.CallOption) (*UndeployConversationModelOperation, error) {
return c.internalClient.UndeployConversationModel(ctx, req, opts...)
}
@@ -1083,11 +1083,11 @@ func (c *conversationModelsGRPCClient) ListOperations(ctx context.Context, req *
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateConversationModelOperationMetadata
+// metadata:
+// CreateConversationModelOperationMetadata
//
-// response:
-// ConversationModel
+// response:
+// ConversationModel
func (c *conversationModelsRESTClient) CreateConversationModel(ctx context.Context, req *dialogflowpb.CreateConversationModelRequest, opts ...gax.CallOption) (*CreateConversationModelOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetConversationModel()
@@ -1308,11 +1308,11 @@ func (c *conversationModelsRESTClient) ListConversationModels(ctx context.Contex
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeleteConversationModelOperationMetadata
+// metadata:
+// DeleteConversationModelOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *conversationModelsRESTClient) DeleteConversationModel(ctx context.Context, req *dialogflowpb.DeleteConversationModelRequest, opts ...gax.CallOption) (*DeleteConversationModelOperation, error) {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
@@ -1383,11 +1383,11 @@ func (c *conversationModelsRESTClient) DeleteConversationModel(ctx context.Conte
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeployConversationModelOperationMetadata
+// metadata:
+// DeployConversationModelOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *conversationModelsRESTClient) DeployConversationModel(ctx context.Context, req *dialogflowpb.DeployConversationModelRequest, opts ...gax.CallOption) (*DeployConversationModelOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1458,18 +1458,18 @@ func (c *conversationModelsRESTClient) DeployConversationModel(ctx context.Conte
// UndeployConversationModel undeploys a model. If the model is not deployed this method has no effect.
// If the model is currently being used:
//
-// For article suggestion, article suggestion will fallback to the default
-// model if model is undeployed.
+// For article suggestion, article suggestion will fallback to the default
+// model if model is undeployed.
//
// This method is a long-running
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// UndeployConversationModelOperationMetadata
+// metadata:
+// UndeployConversationModelOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *conversationModelsRESTClient) UndeployConversationModel(ctx context.Context, req *dialogflowpb.UndeployConversationModelRequest, opts ...gax.CallOption) (*UndeployConversationModelOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/apiv2/conversation_profiles_client.go b/dialogflow/apiv2/conversation_profiles_client.go
index bf8df2543cb6..ad8d31386eee 100755
--- a/dialogflow/apiv2/conversation_profiles_client.go
+++ b/dialogflow/apiv2/conversation_profiles_client.go
@@ -348,11 +348,11 @@ func (c *ConversationProfilesClient) DeleteConversationProfile(ctx context.Conte
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// SetSuggestionFeatureConfigOperationMetadata
+// metadata:
+// SetSuggestionFeatureConfigOperationMetadata
//
-// response:
-// ConversationProfile
+// response:
+// ConversationProfile
//
// If a long running operation to add or update suggestion feature
// config for the same conversation profile, participant role and suggestion
@@ -375,11 +375,11 @@ func (c *ConversationProfilesClient) SetSuggestionFeatureConfigOperation(name st
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ClearSuggestionFeatureConfigOperationMetadata
+// metadata:
+// ClearSuggestionFeatureConfigOperationMetadata
//
-// response:
-// ConversationProfile
+// response:
+// ConversationProfile
func (c *ConversationProfilesClient) ClearSuggestionFeatureConfig(ctx context.Context, req *dialogflowpb.ClearSuggestionFeatureConfigRequest, opts ...gax.CallOption) (*ClearSuggestionFeatureConfigOperation, error) {
return c.internalClient.ClearSuggestionFeatureConfig(ctx, req, opts...)
}
@@ -1260,11 +1260,11 @@ func (c *conversationProfilesRESTClient) DeleteConversationProfile(ctx context.C
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// SetSuggestionFeatureConfigOperationMetadata
+// metadata:
+// SetSuggestionFeatureConfigOperationMetadata
//
-// response:
-// ConversationProfile
+// response:
+// ConversationProfile
//
// If a long running operation to add or update suggestion feature
// config for the same conversation profile, participant role and suggestion
@@ -1344,11 +1344,11 @@ func (c *conversationProfilesRESTClient) SetSuggestionFeatureConfig(ctx context.
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ClearSuggestionFeatureConfigOperationMetadata
+// metadata:
+// ClearSuggestionFeatureConfigOperationMetadata
//
-// response:
-// ConversationProfile
+// response:
+// ConversationProfile
func (c *conversationProfilesRESTClient) ClearSuggestionFeatureConfig(ctx context.Context, req *dialogflowpb.ClearSuggestionFeatureConfigRequest, opts ...gax.CallOption) (*ClearSuggestionFeatureConfigOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/apiv2/dialogflowpb/agent.pb.go b/dialogflow/apiv2/dialogflowpb/agent.pb.go
index fbefee1bb064..8da1f0ee5012 100755
--- a/dialogflow/apiv2/dialogflowpb/agent.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/agent.pb.go
@@ -21,11 +21,8 @@
package dialogflowpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -225,6 +224,7 @@ func (Agent_Tier) EnumDescriptor() ([]byte, []int) {
//
// For more information about agents, see the
// [Agent guide](https://cloud.google.com/dialogflow/docs/agents-overview).
+//
type Agent struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/dialogflow/apiv2/dialogflowpb/answer_record.pb.go b/dialogflow/apiv2/dialogflowpb/answer_record.pb.go
index 882c1bab9d9b..884e673aca27 100755
--- a/dialogflow/apiv2/dialogflowpb/answer_record.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/answer_record.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -278,16 +277,14 @@ func (AgentAssistantFeedback_DocumentEfficiency) EnumDescriptor() ([]byte, []int
//
// A typical workflow for customers provide feedback to an answer is:
//
-// 1. For human agent assistant, customers get suggestion via ListSuggestions
-// API. Together with the answers,
-// [AnswerRecord.name][google.cloud.dialogflow.v2.AnswerRecord.name] are
-// returned to the customers.
-// 2. The customer uses the
-//
+// 1. For human agent assistant, customers get suggestion via ListSuggestions
+// API. Together with the answers,
+// [AnswerRecord.name][google.cloud.dialogflow.v2.AnswerRecord.name] are
+// returned to the customers.
+// 2. The customer uses the
// [AnswerRecord.name][google.cloud.dialogflow.v2.AnswerRecord.name] to call the
-//
-// [UpdateAnswerRecord][] method to send feedback about a specific answer
-// that they believe is wrong.
+// [UpdateAnswerRecord][] method to send feedback about a specific answer
+// that they believe is wrong.
type AnswerRecord struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/dialogflow/apiv2/dialogflowpb/audio_config.pb.go b/dialogflow/apiv2/dialogflowpb/audio_config.pb.go
index cd82757bf61b..bb1b489b7ab8 100755
--- a/dialogflow/apiv2/dialogflowpb/audio_config.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/audio_config.pb.go
@@ -21,13 +21,12 @@
package dialogflowpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/context.pb.go b/dialogflow/apiv2/dialogflowpb/context.pb.go
index e447230ab61a..da6f0ce407a8 100755
--- a/dialogflow/apiv2/dialogflowpb/context.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/context.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/conversation.pb.go b/dialogflow/apiv2/dialogflowpb/conversation.pb.go
index 293f40470f73..24eeb9615ae1 100755
--- a/dialogflow/apiv2/dialogflowpb/conversation.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/conversation.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/conversation_dataset.pb.go b/dialogflow/apiv2/dialogflowpb/conversation_dataset.pb.go
index 55b58fd899ab..83d001046638 100755
--- a/dialogflow/apiv2/dialogflowpb/conversation_dataset.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/conversation_dataset.pb.go
@@ -21,11 +21,8 @@
package dialogflowpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/conversation_event.pb.go b/dialogflow/apiv2/dialogflowpb/conversation_event.pb.go
index 67ff7af3535d..32906348f028 100755
--- a/dialogflow/apiv2/dialogflowpb/conversation_event.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/conversation_event.pb.go
@@ -21,12 +21,11 @@
package dialogflowpb
import (
- reflect "reflect"
- sync "sync"
-
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/conversation_model.pb.go b/dialogflow/apiv2/dialogflowpb/conversation_model.pb.go
index 42e7d739e401..14cb7021a6ab 100755
--- a/dialogflow/apiv2/dialogflowpb/conversation_model.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/conversation_model.pb.go
@@ -21,11 +21,8 @@
package dialogflowpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/conversation_profile.pb.go b/dialogflow/apiv2/dialogflowpb/conversation_profile.pb.go
index 7a2a387ca93e..61dd54f8997f 100755
--- a/dialogflow/apiv2/dialogflowpb/conversation_profile.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/conversation_profile.pb.go
@@ -21,11 +21,8 @@
package dialogflowpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/document.pb.go b/dialogflow/apiv2/dialogflowpb/document.pb.go
index 32e125688663..3a84ec06c36c 100755
--- a/dialogflow/apiv2/dialogflowpb/document.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/document.pb.go
@@ -21,11 +21,8 @@
package dialogflowpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/entity_type.pb.go b/dialogflow/apiv2/dialogflowpb/entity_type.pb.go
index 13970c682cbc..d5dfadbcab6c 100755
--- a/dialogflow/apiv2/dialogflowpb/entity_type.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/entity_type.pb.go
@@ -21,11 +21,8 @@
package dialogflowpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/environment.pb.go b/dialogflow/apiv2/dialogflowpb/environment.pb.go
index 10cd76e9bb49..ad8985917a9f 100755
--- a/dialogflow/apiv2/dialogflowpb/environment.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/environment.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/fulfillment.pb.go b/dialogflow/apiv2/dialogflowpb/fulfillment.pb.go
index f8451e940bf5..39396f1a2239 100755
--- a/dialogflow/apiv2/dialogflowpb/fulfillment.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/fulfillment.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/gcs.pb.go b/dialogflow/apiv2/dialogflowpb/gcs.pb.go
index ab9d610c7b34..3c08b6a529f0 100755
--- a/dialogflow/apiv2/dialogflowpb/gcs.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/gcs.pb.go
@@ -21,12 +21,11 @@
package dialogflowpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/human_agent_assistant_event.pb.go b/dialogflow/apiv2/dialogflowpb/human_agent_assistant_event.pb.go
index 00f0eb9cf476..d0740ef78c9b 100755
--- a/dialogflow/apiv2/dialogflowpb/human_agent_assistant_event.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/human_agent_assistant_event.pb.go
@@ -21,11 +21,10 @@
package dialogflowpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/intent.pb.go b/dialogflow/apiv2/dialogflowpb/intent.pb.go
index d7036059e957..2b459a2ef897 100755
--- a/dialogflow/apiv2/dialogflowpb/intent.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/intent.pb.go
@@ -21,11 +21,8 @@
package dialogflowpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/knowledge_base.pb.go b/dialogflow/apiv2/dialogflowpb/knowledge_base.pb.go
index 968bd9554f22..b0904f93ebb3 100755
--- a/dialogflow/apiv2/dialogflowpb/knowledge_base.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/knowledge_base.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/participant.pb.go b/dialogflow/apiv2/dialogflowpb/participant.pb.go
index b2355032e53d..a3de874593c0 100755
--- a/dialogflow/apiv2/dialogflowpb/participant.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/participant.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1069,7 +1068,7 @@ func (x *AnalyzeContentResponse) GetDtmfParameters() *DtmfParameters {
//
// Multiple request messages should be sent in order:
//
-// 1. The first message must contain
+// 1. The first message must contain
// [participant][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.participant],
// [config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.config]
// and optionally
@@ -1082,27 +1081,26 @@ func (x *AnalyzeContentResponse) GetDtmfParameters() *DtmfParameters {
// 2. If
// [config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.config] in
// the first message
+// was set to
+// [audio_config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.audio_config],
+// all subsequent messages must contain
+// [input_audio][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_audio]
+// to continue with Speech recognition. However, note that:
//
-// was set to
-// [audio_config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.audio_config],
-// all subsequent messages must contain
-// [input_audio][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_audio]
-// to continue with Speech recognition. However, note that:
-//
-// * Dialogflow will bill you for the audio so far.
-// * Dialogflow discards all Speech recognition results in favor of the
-// text input.
+// * Dialogflow will bill you for the audio so far.
+// * Dialogflow discards all Speech recognition results in favor of the
+// text input.
//
-// 3. If
-// [StreamingAnalyzeContentRequest.config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.config]
-// in the first message was set
-// to
-// [StreamingAnalyzeContentRequest.text_config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.text_config],
-// then the second message must contain only
-// [input_text][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_text].
-// Moreover, you must not send more than two messages.
+// 3. If
+// [StreamingAnalyzeContentRequest.config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.config]
+// in the first message was set
+// to
+// [StreamingAnalyzeContentRequest.text_config][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.text_config],
+// then the second message must contain only
+// [input_text][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_text].
+// Moreover, you must not send more than two messages.
//
-// After you sent all input, you must half-close or abort the request stream.
+// After you sent all input, you must half-close or abort the request stream.
type StreamingAnalyzeContentRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1327,12 +1325,12 @@ func (*StreamingAnalyzeContentRequest_InputDtmf) isStreamingAnalyzeContentReques
//
// Multiple response messages can be returned in order:
//
-// 1. If the input was set to streaming audio, the first one or more messages
+// 1. If the input was set to streaming audio, the first one or more messages
// contain `recognition_result`. Each `recognition_result` represents a more
// complete transcript of what the user said. The last `recognition_result`
// has `is_final` set to `true`.
//
-// 2. In virtual agent stage: if `enable_partial_automated_agent_reply` is
+// 2. In virtual agent stage: if `enable_partial_automated_agent_reply` is
// true, the following N (currently 1 <= N <= 4) messages
// contain `automated_agent_reply` and optionally `reply_audio`
// returned by the virtual agent. The first (N-1)
diff --git a/dialogflow/apiv2/dialogflowpb/session.pb.go b/dialogflow/apiv2/dialogflowpb/session.pb.go
index baa7c18b128f..b1948d50ff06 100755
--- a/dialogflow/apiv2/dialogflowpb/session.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/session.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
latlng "google.golang.org/genproto/googleapis/type/latlng"
@@ -36,6 +33,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -463,7 +462,7 @@ func (x *QueryParameters) GetWebhookHeaders() map[string]string {
// Represents the query input. It can contain either:
//
-// 1. An audio config which
+// 1. An audio config which
// instructs the speech recognizer how to process the speech audio.
//
// 2. A conversational query in the form of text,.
@@ -824,33 +823,30 @@ func (x *QueryResult) GetSentimentAnalysisResult() *SentimentAnalysisResult {
//
// 1. The first message must contain
// [session][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.session],
-//
-// [query_input][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input]
-// plus optionally
-// [query_params][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_params].
-// If the client wants to receive an audio response, it should also contain
-// [output_audio_config][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.output_audio_config].
-// The message must not contain
-// [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio].
-//
+// [query_input][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input]
+// plus optionally
+// [query_params][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_params].
+// If the client wants to receive an audio response, it should also contain
+// [output_audio_config][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.output_audio_config].
+// The message must not contain
+// [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio].
// 2. If
// [query_input][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input]
// was set to
+// [query_input.audio_config][google.cloud.dialogflow.v2.InputAudioConfig],
+// all subsequent messages must contain
+// [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio]
+// to continue with Speech recognition. If you decide to rather detect an
+// intent from text input after you already started Speech recognition,
+// please send a message with
+// [query_input.text][google.cloud.dialogflow.v2.QueryInput.text].
//
-// [query_input.audio_config][google.cloud.dialogflow.v2.InputAudioConfig],
-// all subsequent messages must contain
-// [input_audio][google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio]
-// to continue with Speech recognition. If you decide to rather detect an
-// intent from text input after you already started Speech recognition,
-// please send a message with
-// [query_input.text][google.cloud.dialogflow.v2.QueryInput.text].
-//
-// However, note that:
+// However, note that:
//
-// * Dialogflow will bill you for the audio duration so far.
-// * Dialogflow discards all Speech recognition results in favor of the
-// input text.
-// * Dialogflow will use the language code from the first message.
+// * Dialogflow will bill you for the audio duration so far.
+// * Dialogflow discards all Speech recognition results in favor of the
+// input text.
+// * Dialogflow will use the language code from the first message.
//
// After you sent all input, you must half-close or abort the request stream.
type StreamingDetectIntentRequest struct {
@@ -1005,14 +1001,14 @@ func (x *StreamingDetectIntentRequest) GetInputAudio() []byte {
//
// Multiple response messages can be returned in order:
//
-// 1. If the `StreamingDetectIntentRequest.input_audio` field was
+// 1. If the `StreamingDetectIntentRequest.input_audio` field was
// set, the `recognition_result` field is populated for one
// or more messages.
// See the
// [StreamingRecognitionResult][google.cloud.dialogflow.v2.StreamingRecognitionResult]
// message for details about the result message sequence.
//
-// 2. The next message contains `response_id`, `query_result`
+// 2. The next message contains `response_id`, `query_result`
// and optionally `webhook_status` if a WebHook was called.
type StreamingDetectIntentResponse struct {
state protoimpl.MessageState
diff --git a/dialogflow/apiv2/dialogflowpb/session_entity_type.pb.go b/dialogflow/apiv2/dialogflowpb/session_entity_type.pb.go
index 98fa95a8d4ed..add34d8df370 100755
--- a/dialogflow/apiv2/dialogflowpb/session_entity_type.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/session_entity_type.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/validation_result.pb.go b/dialogflow/apiv2/dialogflowpb/validation_result.pb.go
index f6c0650b348f..7ba736488663 100755
--- a/dialogflow/apiv2/dialogflowpb/validation_result.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/validation_result.pb.go
@@ -21,11 +21,10 @@
package dialogflowpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/version.pb.go b/dialogflow/apiv2/dialogflowpb/version.pb.go
index 78f7f81a535b..700d82f2690b 100755
--- a/dialogflow/apiv2/dialogflowpb/version.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/version.pb.go
@@ -22,9 +22,6 @@ package dialogflowpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/dialogflowpb/webhook.pb.go b/dialogflow/apiv2/dialogflowpb/webhook.pb.go
index ca34015864da..292e675fe80f 100755
--- a/dialogflow/apiv2/dialogflowpb/webhook.pb.go
+++ b/dialogflow/apiv2/dialogflowpb/webhook.pb.go
@@ -21,12 +21,11 @@
package dialogflowpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/apiv2/doc.go b/dialogflow/apiv2/doc.go
index 58024929eb32..39396034fa0b 100755
--- a/dialogflow/apiv2/doc.go
+++ b/dialogflow/apiv2/doc.go
@@ -20,59 +20,58 @@
// Builds conversational interfaces (for example, chatbots, and voice-powered
// apps and devices).
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dialogflow.NewAgentsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dialogflow.NewAgentsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dialogflow.NewAgentsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dialogflowpb.GetAgentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dialogflow/apiv2/dialogflowpb#GetAgentRequest.
-// }
-// resp, err := c.GetAgent(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dialogflow.NewAgentsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dialogflowpb.GetAgentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dialogflow/apiv2/dialogflowpb#GetAgentRequest.
+// }
+// resp, err := c.GetAgent(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewAgentsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dialogflow/apiv2/documents_client.go b/dialogflow/apiv2/documents_client.go
index 6ca877df9e5e..1a0477072f86 100755
--- a/dialogflow/apiv2/documents_client.go
+++ b/dialogflow/apiv2/documents_client.go
@@ -347,10 +347,10 @@ func (c *DocumentsClient) GetDocument(ctx context.Context, req *dialogflowpb.Get
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
func (c *DocumentsClient) CreateDocument(ctx context.Context, req *dialogflowpb.CreateDocumentRequest, opts ...gax.CallOption) (*CreateDocumentOperation, error) {
return c.internalClient.CreateDocument(ctx, req, opts...)
}
@@ -369,11 +369,11 @@ func (c *DocumentsClient) CreateDocumentOperation(name string) *CreateDocumentOp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response:
-// ImportDocumentsResponse
+// response:
+// ImportDocumentsResponse
func (c *DocumentsClient) ImportDocuments(ctx context.Context, req *dialogflowpb.ImportDocumentsRequest, opts ...gax.CallOption) (*ImportDocumentsOperation, error) {
return c.internalClient.ImportDocuments(ctx, req, opts...)
}
@@ -390,11 +390,11 @@ func (c *DocumentsClient) ImportDocumentsOperation(name string) *ImportDocuments
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *DocumentsClient) DeleteDocument(ctx context.Context, req *dialogflowpb.DeleteDocumentRequest, opts ...gax.CallOption) (*DeleteDocumentOperation, error) {
return c.internalClient.DeleteDocument(ctx, req, opts...)
}
@@ -411,10 +411,10 @@ func (c *DocumentsClient) DeleteDocumentOperation(name string) *DeleteDocumentOp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
func (c *DocumentsClient) UpdateDocument(ctx context.Context, req *dialogflowpb.UpdateDocumentRequest, opts ...gax.CallOption) (*UpdateDocumentOperation, error) {
return c.internalClient.UpdateDocument(ctx, req, opts...)
}
@@ -434,10 +434,10 @@ func (c *DocumentsClient) UpdateDocumentOperation(name string) *UpdateDocumentOp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
//
// Note: The projects.agent.knowledgeBases.documents resource is deprecated;
// only use projects.knowledgeBases.documents.
@@ -458,10 +458,10 @@ func (c *DocumentsClient) ReloadDocumentOperation(name string) *ReloadDocumentOp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
func (c *DocumentsClient) ExportDocument(ctx context.Context, req *dialogflowpb.ExportDocumentRequest, opts ...gax.CallOption) (*ExportDocumentOperation, error) {
return c.internalClient.ExportDocument(ctx, req, opts...)
}
@@ -1189,10 +1189,10 @@ func (c *documentsRESTClient) GetDocument(ctx context.Context, req *dialogflowpb
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
func (c *documentsRESTClient) CreateDocument(ctx context.Context, req *dialogflowpb.CreateDocumentRequest, opts ...gax.CallOption) (*CreateDocumentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetDocument()
@@ -1269,11 +1269,11 @@ func (c *documentsRESTClient) CreateDocument(ctx context.Context, req *dialogflo
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response:
-// ImportDocumentsResponse
+// response:
+// ImportDocumentsResponse
func (c *documentsRESTClient) ImportDocuments(ctx context.Context, req *dialogflowpb.ImportDocumentsRequest, opts ...gax.CallOption) (*ImportDocumentsOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1347,11 +1347,11 @@ func (c *documentsRESTClient) ImportDocuments(ctx context.Context, req *dialogfl
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *documentsRESTClient) DeleteDocument(ctx context.Context, req *dialogflowpb.DeleteDocumentRequest, opts ...gax.CallOption) (*DeleteDocumentOperation, error) {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
@@ -1419,10 +1419,10 @@ func (c *documentsRESTClient) DeleteDocument(ctx context.Context, req *dialogflo
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
func (c *documentsRESTClient) UpdateDocument(ctx context.Context, req *dialogflowpb.UpdateDocumentRequest, opts ...gax.CallOption) (*UpdateDocumentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetDocument()
@@ -1507,10 +1507,10 @@ func (c *documentsRESTClient) UpdateDocument(ctx context.Context, req *dialogflo
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
//
// Note: The projects.agent.knowledgeBases.documents resource is deprecated;
// only use projects.knowledgeBases.documents.
@@ -1588,10 +1588,10 @@ func (c *documentsRESTClient) ReloadDocument(ctx context.Context, req *dialogflo
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// KnowledgeOperationMetadata
+// metadata:
+// KnowledgeOperationMetadata
//
-// response: Document
+// response: Document
func (c *documentsRESTClient) ExportDocument(ctx context.Context, req *dialogflowpb.ExportDocumentRequest, opts ...gax.CallOption) (*ExportDocumentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/apiv2/entity_types_client.go b/dialogflow/apiv2/entity_types_client.go
index 9880ebfdfdac..261b34629b12 100755
--- a/dialogflow/apiv2/entity_types_client.go
+++ b/dialogflow/apiv2/entity_types_client.go
@@ -419,11 +419,11 @@ func (c *EntityTypesClient) DeleteEntityType(ctx context.Context, req *dialogflo
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// BatchUpdateEntityTypesResponse
+// response:
+// BatchUpdateEntityTypesResponse
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -444,11 +444,11 @@ func (c *EntityTypesClient) BatchUpdateEntityTypesOperation(name string) *BatchU
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -469,11 +469,11 @@ func (c *EntityTypesClient) BatchDeleteEntityTypesOperation(name string) *BatchD
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -496,11 +496,11 @@ func (c *EntityTypesClient) BatchCreateEntitiesOperation(name string) *BatchCrea
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -521,11 +521,11 @@ func (c *EntityTypesClient) BatchUpdateEntitiesOperation(name string) *BatchUpda
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1491,11 +1491,11 @@ func (c *entityTypesRESTClient) DeleteEntityType(ctx context.Context, req *dialo
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// BatchUpdateEntityTypesResponse
+// response:
+// BatchUpdateEntityTypesResponse
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1573,11 +1573,11 @@ func (c *entityTypesRESTClient) BatchUpdateEntityTypes(ctx context.Context, req
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1655,11 +1655,11 @@ func (c *entityTypesRESTClient) BatchDeleteEntityTypes(ctx context.Context, req
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1739,11 +1739,11 @@ func (c *entityTypesRESTClient) BatchCreateEntities(ctx context.Context, req *di
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1821,11 +1821,11 @@ func (c *entityTypesRESTClient) BatchUpdateEntities(ctx context.Context, req *di
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
diff --git a/dialogflow/apiv2/intents_client.go b/dialogflow/apiv2/intents_client.go
index 6a79c407d704..0656fb4e4e90 100755
--- a/dialogflow/apiv2/intents_client.go
+++ b/dialogflow/apiv2/intents_client.go
@@ -347,11 +347,11 @@ func (c *IntentsClient) DeleteIntent(ctx context.Context, req *dialogflowpb.Dele
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// BatchUpdateIntentsResponse
+// response:
+// BatchUpdateIntentsResponse
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -372,11 +372,11 @@ func (c *IntentsClient) BatchUpdateIntentsOperation(name string) *BatchUpdateInt
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1282,11 +1282,11 @@ func (c *intentsRESTClient) DeleteIntent(ctx context.Context, req *dialogflowpb.
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// BatchUpdateIntentsResponse
+// response:
+// BatchUpdateIntentsResponse
//
// Note: You should always train an agent prior to sending it queries. See the
// training
@@ -1364,11 +1364,11 @@ func (c *intentsRESTClient) BatchUpdateIntents(ctx context.Context, req *dialogf
// operation (at https://cloud.google.com/dialogflow/es/docs/how/long-running-operations).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train an agent prior to sending it queries. See the
// training
diff --git a/dialogflow/cx/apiv3/agents_client.go b/dialogflow/cx/apiv3/agents_client.go
index d03766fc66bc..f961f4515051 100755
--- a/dialogflow/cx/apiv3/agents_client.go
+++ b/dialogflow/cx/apiv3/agents_client.go
@@ -389,11 +389,11 @@ func (c *AgentsClient) DeleteAgent(ctx context.Context, req *cxpb.DeleteAgentReq
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportAgentResponse
+// response:
+// ExportAgentResponse
func (c *AgentsClient) ExportAgent(ctx context.Context, req *cxpb.ExportAgentRequest, opts ...gax.CallOption) (*ExportAgentOperation, error) {
return c.internalClient.ExportAgent(ctx, req, opts...)
}
@@ -413,11 +413,11 @@ func (c *AgentsClient) ExportAgentOperation(name string) *ExportAgentOperation {
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train flows prior to sending them queries. See the
// training
@@ -1351,11 +1351,11 @@ func (c *agentsRESTClient) DeleteAgent(ctx context.Context, req *cxpb.DeleteAgen
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportAgentResponse
+// response:
+// ExportAgentResponse
func (c *agentsRESTClient) ExportAgent(ctx context.Context, req *cxpb.ExportAgentRequest, opts ...gax.CallOption) (*ExportAgentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1432,11 +1432,11 @@ func (c *agentsRESTClient) ExportAgent(ctx context.Context, req *cxpb.ExportAgen
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train flows prior to sending them queries. See the
// training
diff --git a/dialogflow/cx/apiv3/cxpb/advanced_settings.pb.go b/dialogflow/cx/apiv3/cxpb/advanced_settings.pb.go
index da86b59d6a32..e29ca76556ed 100755
--- a/dialogflow/cx/apiv3/cxpb/advanced_settings.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/advanced_settings.pb.go
@@ -21,12 +21,11 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/agent.pb.go b/dialogflow/cx/apiv3/cxpb/agent.pb.go
index 514a4699ae10..737374509b5e 100755
--- a/dialogflow/cx/apiv3/cxpb/agent.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/agent.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/audio_config.pb.go b/dialogflow/cx/apiv3/cxpb/audio_config.pb.go
index 4d013a09c8a6..d580526e7f2b 100755
--- a/dialogflow/cx/apiv3/cxpb/audio_config.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/audio_config.pb.go
@@ -21,13 +21,12 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/changelog.pb.go b/dialogflow/cx/apiv3/cxpb/changelog.pb.go
index 0c233f944a81..efe84b76ee7f 100755
--- a/dialogflow/cx/apiv3/cxpb/changelog.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/changelog.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/deployment.pb.go b/dialogflow/cx/apiv3/cxpb/deployment.pb.go
index 80e3f177ae7c..e456060dad59 100755
--- a/dialogflow/cx/apiv3/cxpb/deployment.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/deployment.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/entity_type.pb.go b/dialogflow/cx/apiv3/cxpb/entity_type.pb.go
index 7fcbbeef18a8..f8697d03b6a8 100755
--- a/dialogflow/cx/apiv3/cxpb/entity_type.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/entity_type.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -165,18 +164,18 @@ func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int) {
//
// There are three types of entities:
//
-// - **System** - entities that are defined by the Dialogflow API for common
+// * **System** - entities that are defined by the Dialogflow API for common
// data types such as date, time, currency, and so on. A system entity is
// represented by the `EntityType` type.
//
-// - **Custom** - entities that are defined by you that represent
+// * **Custom** - entities that are defined by you that represent
// actionable data that is meaningful to your application. For example,
// you could define a `pizza.sauce` entity for red or white pizza sauce,
// a `pizza.cheese` entity for the different types of cheese on a pizza,
// a `pizza.topping` entity for different toppings, and so on. A custom
// entity is represented by the `EntityType` type.
//
-// - **User** - entities that are built for an individual user such as
+// * **User** - entities that are built for an individual user such as
// favorites, preferences, playlists, and so on. A user entity is
// represented by the
// [SessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityType]
diff --git a/dialogflow/cx/apiv3/cxpb/environment.pb.go b/dialogflow/cx/apiv3/cxpb/environment.pb.go
index 252b625b9b79..0e3a5bcd9461 100755
--- a/dialogflow/cx/apiv3/cxpb/environment.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/environment.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/experiment.pb.go b/dialogflow/cx/apiv3/cxpb/experiment.pb.go
index 3be127f76bf2..7e3bd9b989c9 100755
--- a/dialogflow/cx/apiv3/cxpb/experiment.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/experiment.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/flow.pb.go b/dialogflow/cx/apiv3/cxpb/flow.pb.go
index 425b77dd9ee9..590335644017 100755
--- a/dialogflow/cx/apiv3/cxpb/flow.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/flow.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/fulfillment.pb.go b/dialogflow/cx/apiv3/cxpb/fulfillment.pb.go
index 61ab3c262294..290e2f6dae83 100755
--- a/dialogflow/cx/apiv3/cxpb/fulfillment.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/fulfillment.pb.go
@@ -21,13 +21,12 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -39,9 +38,9 @@ const (
// A fulfillment can do one or more of the following actions at the same time:
//
-// - Generate rich message responses.
-// - Set parameter values.
-// - Call the webhook.
+// * Generate rich message responses.
+// * Set parameter values.
+// * Call the webhook.
//
// Fulfillments can be called at various stages in the
// [Page][google.cloud.dialogflow.cx.v3.Page] or
diff --git a/dialogflow/cx/apiv3/cxpb/gcs.pb.go b/dialogflow/cx/apiv3/cxpb/gcs.pb.go
index ffa5049d97e4..ce09de08b936 100755
--- a/dialogflow/cx/apiv3/cxpb/gcs.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/gcs.pb.go
@@ -21,12 +21,11 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/intent.pb.go b/dialogflow/cx/apiv3/cxpb/intent.pb.go
index e04eb0d0f124..3d5c4e8cd53d 100755
--- a/dialogflow/cx/apiv3/cxpb/intent.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/intent.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/page.pb.go b/dialogflow/cx/apiv3/cxpb/page.pb.go
index bf4870b8eef2..3d772ba709a5 100755
--- a/dialogflow/cx/apiv3/cxpb/page.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/page.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/response_message.pb.go b/dialogflow/cx/apiv3/cxpb/response_message.pb.go
index 2414596110ac..4e5ec545012e 100755
--- a/dialogflow/cx/apiv3/cxpb/response_message.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/response_message.pb.go
@@ -21,13 +21,12 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -42,15 +41,15 @@ const (
// Response messages are also used for output audio synthesis. The approach is
// as follows:
//
-// - If at least one OutputAudioText response is present, then all
-// OutputAudioText responses are linearly concatenated, and the result is used
-// for output audio synthesis.
-// - If the OutputAudioText responses are a mixture of text and SSML, then the
-// concatenated result is treated as SSML; otherwise, the result is treated as
-// either text or SSML as appropriate. The agent designer should ideally use
-// either text or SSML consistently throughout the bot design.
-// - Otherwise, all Text responses are linearly concatenated, and the result is
-// used for output audio synthesis.
+// * If at least one OutputAudioText response is present, then all
+// OutputAudioText responses are linearly concatenated, and the result is used
+// for output audio synthesis.
+// * If the OutputAudioText responses are a mixture of text and SSML, then the
+// concatenated result is treated as SSML; otherwise, the result is treated as
+// either text or SSML as appropriate. The agent designer should ideally use
+// either text or SSML consistently throughout the bot design.
+// * Otherwise, all Text responses are linearly concatenated, and the result is
+// used for output audio synthesis.
//
// This approach allows for more sophisticated user experience scenarios, where
// the text displayed to the user may differ from what is heard.
@@ -340,11 +339,10 @@ func (x *ResponseMessage_Text) GetAllowPlaybackInterruption() bool {
// * In the
// [entry_fulfillment][google.cloud.dialogflow.cx.v3.Page.entry_fulfillment]
// of a [Page][google.cloud.dialogflow.cx.v3.Page] if
-//
-// entering the page indicates something went extremely wrong in the
-// conversation.
-// - In a webhook response when you determine that the customer issue can only
-// be handled by a human.
+// entering the page indicates something went extremely wrong in the
+// conversation.
+// * In a webhook response when you determine that the customer issue can only
+// be handled by a human.
type ResponseMessage_LiveAgentHandoff struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -407,10 +405,9 @@ func (x *ResponseMessage_LiveAgentHandoff) GetMetadata() *structpb.Struct {
// * In the
// [entry_fulfillment][google.cloud.dialogflow.cx.v3.Page.entry_fulfillment]
// of a [Page][google.cloud.dialogflow.cx.v3.Page] if
-//
-// entering the page indicates that the conversation succeeded.
-// - In a webhook response when you determine that you handled the customer
-// issue.
+// entering the page indicates that the conversation succeeded.
+// * In a webhook response when you determine that you handled the customer
+// issue.
type ResponseMessage_ConversationSuccess struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/dialogflow/cx/apiv3/cxpb/security_settings.pb.go b/dialogflow/cx/apiv3/cxpb/security_settings.pb.go
index 0eecac4062cc..bb480d3c9c71 100755
--- a/dialogflow/cx/apiv3/cxpb/security_settings.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/security_settings.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/session.pb.go b/dialogflow/cx/apiv3/cxpb/session.pb.go
index 6d6487e3619a..451e7c63df76 100755
--- a/dialogflow/cx/apiv3/cxpb/session.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/session.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
latlng "google.golang.org/genproto/googleapis/type/latlng"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -432,7 +431,7 @@ func (x *DetectIntentResponse) GetAllowCancellation() bool {
//
// Multiple request messages should be sent in order:
//
-// 1. The first message must contain
+// 1. The first message must contain
// [session][google.cloud.dialogflow.cx.v3.StreamingDetectIntentRequest.session],
// [query_input][google.cloud.dialogflow.cx.v3.StreamingDetectIntentRequest.query_input]
// plus optionally
@@ -443,21 +442,20 @@ func (x *DetectIntentResponse) GetAllowCancellation() bool {
// 2. If
// [query_input][google.cloud.dialogflow.cx.v3.StreamingDetectIntentRequest.query_input]
// was set to
+// [query_input.audio.config][google.cloud.dialogflow.cx.v3.AudioInput.config],
+// all subsequent messages must contain
+// [query_input.audio.audio][google.cloud.dialogflow.cx.v3.AudioInput.audio]
+// to continue with Speech recognition. If you decide to rather detect an
+// intent from text input after you already started Speech recognition,
+// please send a message with
+// [query_input.text][google.cloud.dialogflow.cx.v3.QueryInput.text].
//
-// [query_input.audio.config][google.cloud.dialogflow.cx.v3.AudioInput.config],
-// all subsequent messages must contain
-// [query_input.audio.audio][google.cloud.dialogflow.cx.v3.AudioInput.audio]
-// to continue with Speech recognition. If you decide to rather detect an
-// intent from text input after you already started Speech recognition,
-// please send a message with
-// [query_input.text][google.cloud.dialogflow.cx.v3.QueryInput.text].
-//
-// However, note that:
+// However, note that:
//
-// * Dialogflow will bill you for the audio duration so far.
-// * Dialogflow discards all Speech recognition results in favor of the
-// input text.
-// * Dialogflow will use the language code from the first message.
+// * Dialogflow will bill you for the audio duration so far.
+// * Dialogflow discards all Speech recognition results in favor of the
+// input text.
+// * Dialogflow will use the language code from the first message.
//
// After you sent all input, you must half-close or abort the request stream.
type StreamingDetectIntentRequest struct {
@@ -572,7 +570,7 @@ func (x *StreamingDetectIntentRequest) GetEnablePartialResponse() bool {
// The first (N-1) responses set either the `recognition_result` or
// `detect_intent_response` field, depending on the request:
//
-// - If the `StreamingDetectIntentRequest.query_input.audio` field was
+// * If the `StreamingDetectIntentRequest.query_input.audio` field was
// set, and the `StreamingDetectIntentRequest.enable_partial_response`
// field was false, the `recognition_result` field is populated for each
// of the (N-1) responses.
@@ -580,7 +578,7 @@ func (x *StreamingDetectIntentRequest) GetEnablePartialResponse() bool {
// [StreamingRecognitionResult][google.cloud.dialogflow.cx.v3.StreamingRecognitionResult]
// message for details about the result message sequence.
//
-// - If the `StreamingDetectIntentRequest.enable_partial_response` field was
+// * If the `StreamingDetectIntentRequest.enable_partial_response` field was
// true, the `detect_intent_response` field is populated for each
// of the (N-1) responses, where 1 <= N <= 4.
// These responses set the
@@ -1068,6 +1066,7 @@ func (x *QueryParameters) GetChannel() string {
// 3. Natural language speech audio to be processed.
//
// 4. An event to be triggered.
+//
type QueryInput struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/dialogflow/cx/apiv3/cxpb/session_entity_type.pb.go b/dialogflow/cx/apiv3/cxpb/session_entity_type.pb.go
index 4b9d982be0cd..1d290201f0c0 100755
--- a/dialogflow/cx/apiv3/cxpb/session_entity_type.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/session_entity_type.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/test_case.pb.go b/dialogflow/cx/apiv3/cxpb/test_case.pb.go
index 3f522c037118..50a196f0175c 100755
--- a/dialogflow/cx/apiv3/cxpb/test_case.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/test_case.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -37,6 +34,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/transition_route_group.pb.go b/dialogflow/cx/apiv3/cxpb/transition_route_group.pb.go
index d27fb673900e..c2f624f4d109 100755
--- a/dialogflow/cx/apiv3/cxpb/transition_route_group.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/transition_route_group.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/validation_message.pb.go b/dialogflow/cx/apiv3/cxpb/validation_message.pb.go
index a9fb6e35abb3..0424dd0903cb 100755
--- a/dialogflow/cx/apiv3/cxpb/validation_message.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/validation_message.pb.go
@@ -21,11 +21,10 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/version.pb.go b/dialogflow/cx/apiv3/cxpb/version.pb.go
index 8a12c6a170c6..c849ecec498c 100755
--- a/dialogflow/cx/apiv3/cxpb/version.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/version.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/cxpb/webhook.pb.go b/dialogflow/cx/apiv3/cxpb/webhook.pb.go
index ab4a10ff122f..f81cd1591ce8 100755
--- a/dialogflow/cx/apiv3/cxpb/webhook.pb.go
+++ b/dialogflow/cx/apiv3/cxpb/webhook.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3/doc.go b/dialogflow/cx/apiv3/doc.go
index 60e2e767f0ed..3033c0ba3706 100755
--- a/dialogflow/cx/apiv3/doc.go
+++ b/dialogflow/cx/apiv3/doc.go
@@ -20,65 +20,64 @@
// Builds conversational interfaces (for example, chatbots, and voice-powered
// apps and devices).
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := cx.NewPagesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := cx.NewPagesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := cx.NewPagesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &cxpb.ListPagesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dialogflow/cx/apiv3/cxpb#ListPagesRequest.
-// }
-// it := c.ListPages(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := cx.NewPagesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &cxpb.ListPagesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dialogflow/cx/apiv3/cxpb#ListPagesRequest.
+// }
+// it := c.ListPages(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewPagesClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dialogflow/cx/apiv3/environments_client.go b/dialogflow/cx/apiv3/environments_client.go
index 67df2bab2ca5..f1b8d76dae41 100755
--- a/dialogflow/cx/apiv3/environments_client.go
+++ b/dialogflow/cx/apiv3/environments_client.go
@@ -372,10 +372,10 @@ func (c *EnvironmentsClient) GetEnvironment(ctx context.Context, req *cxpb.GetEn
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *EnvironmentsClient) CreateEnvironment(ctx context.Context, req *cxpb.CreateEnvironmentRequest, opts ...gax.CallOption) (*CreateEnvironmentOperation, error) {
return c.internalClient.CreateEnvironment(ctx, req, opts...)
}
@@ -393,10 +393,10 @@ func (c *EnvironmentsClient) CreateEnvironmentOperation(name string) *CreateEnvi
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *EnvironmentsClient) UpdateEnvironment(ctx context.Context, req *cxpb.UpdateEnvironmentRequest, opts ...gax.CallOption) (*UpdateEnvironmentOperation, error) {
return c.internalClient.UpdateEnvironment(ctx, req, opts...)
}
@@ -426,11 +426,11 @@ func (c *EnvironmentsClient) LookupEnvironmentHistory(ctx context.Context, req *
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunContinuousTestMetadata
+// metadata:
+// RunContinuousTestMetadata
//
-// response:
-// RunContinuousTestResponse
+// response:
+// RunContinuousTestResponse
func (c *EnvironmentsClient) RunContinuousTest(ctx context.Context, req *cxpb.RunContinuousTestRequest, opts ...gax.CallOption) (*RunContinuousTestOperation, error) {
return c.internalClient.RunContinuousTest(ctx, req, opts...)
}
@@ -453,11 +453,11 @@ func (c *EnvironmentsClient) ListContinuousTestResults(ctx context.Context, req
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeployFlowMetadata
+// metadata:
+// DeployFlowMetadata
//
-// response:
-// DeployFlowResponse
+// response:
+// DeployFlowResponse
func (c *EnvironmentsClient) DeployFlow(ctx context.Context, req *cxpb.DeployFlowRequest, opts ...gax.CallOption) (*DeployFlowOperation, error) {
return c.internalClient.DeployFlow(ctx, req, opts...)
}
@@ -1244,10 +1244,10 @@ func (c *environmentsRESTClient) GetEnvironment(ctx context.Context, req *cxpb.G
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *environmentsRESTClient) CreateEnvironment(ctx context.Context, req *cxpb.CreateEnvironmentRequest, opts ...gax.CallOption) (*CreateEnvironmentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetEnvironment()
@@ -1323,10 +1323,10 @@ func (c *environmentsRESTClient) CreateEnvironment(ctx context.Context, req *cxp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *environmentsRESTClient) UpdateEnvironment(ctx context.Context, req *cxpb.UpdateEnvironmentRequest, opts ...gax.CallOption) (*UpdateEnvironmentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetEnvironment()
@@ -1539,11 +1539,11 @@ func (c *environmentsRESTClient) LookupEnvironmentHistory(ctx context.Context, r
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunContinuousTestMetadata
+// metadata:
+// RunContinuousTestMetadata
//
-// response:
-// RunContinuousTestResponse
+// response:
+// RunContinuousTestResponse
func (c *environmentsRESTClient) RunContinuousTest(ctx context.Context, req *cxpb.RunContinuousTestRequest, opts ...gax.CallOption) (*RunContinuousTestOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1706,11 +1706,11 @@ func (c *environmentsRESTClient) ListContinuousTestResults(ctx context.Context,
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeployFlowMetadata
+// metadata:
+// DeployFlowMetadata
//
-// response:
-// DeployFlowResponse
+// response:
+// DeployFlowResponse
func (c *environmentsRESTClient) DeployFlow(ctx context.Context, req *cxpb.DeployFlowRequest, opts ...gax.CallOption) (*DeployFlowOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/cx/apiv3/flows_client.go b/dialogflow/cx/apiv3/flows_client.go
index 7cda1d78fca9..9dd5dfe64305 100755
--- a/dialogflow/cx/apiv3/flows_client.go
+++ b/dialogflow/cx/apiv3/flows_client.go
@@ -414,11 +414,11 @@ func (c *FlowsClient) UpdateFlow(ctx context.Context, req *cxpb.UpdateFlowReques
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -452,11 +452,11 @@ func (c *FlowsClient) GetFlowValidationResult(ctx context.Context, req *cxpb.Get
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ImportFlowResponse
+// response:
+// ImportFlowResponse
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -477,11 +477,11 @@ func (c *FlowsClient) ImportFlowOperation(name string) *ImportFlowOperation {
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportFlowResponse
+// response:
+// ExportFlowResponse
//
// Note that resources (e.g. intents, entities, webhooks) that the flow
// references will also be exported.
@@ -1441,11 +1441,11 @@ func (c *flowsRESTClient) UpdateFlow(ctx context.Context, req *cxpb.UpdateFlowRe
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -1651,11 +1651,11 @@ func (c *flowsRESTClient) GetFlowValidationResult(ctx context.Context, req *cxpb
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ImportFlowResponse
+// response:
+// ImportFlowResponse
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -1733,11 +1733,11 @@ func (c *flowsRESTClient) ImportFlow(ctx context.Context, req *cxpb.ImportFlowRe
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportFlowResponse
+// response:
+// ExportFlowResponse
//
// Note that resources (e.g. intents, entities, webhooks) that the flow
// references will also be exported.
diff --git a/dialogflow/cx/apiv3/test_cases_client.go b/dialogflow/cx/apiv3/test_cases_client.go
index 5e710f980728..519b15f6f48b 100755
--- a/dialogflow/cx/apiv3/test_cases_client.go
+++ b/dialogflow/cx/apiv3/test_cases_client.go
@@ -452,11 +452,11 @@ func (c *TestCasesClient) UpdateTestCase(ctx context.Context, req *cxpb.UpdateTe
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunTestCaseMetadata
+// metadata:
+// RunTestCaseMetadata
//
-// response:
-// RunTestCaseResponse
+// response:
+// RunTestCaseResponse
func (c *TestCasesClient) RunTestCase(ctx context.Context, req *cxpb.RunTestCaseRequest, opts ...gax.CallOption) (*RunTestCaseOperation, error) {
return c.internalClient.RunTestCase(ctx, req, opts...)
}
@@ -473,11 +473,11 @@ func (c *TestCasesClient) RunTestCaseOperation(name string) *RunTestCaseOperatio
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// BatchRunTestCasesMetadata
+// metadata:
+// BatchRunTestCasesMetadata
//
-// response:
-// BatchRunTestCasesResponse
+// response:
+// BatchRunTestCasesResponse
func (c *TestCasesClient) BatchRunTestCases(ctx context.Context, req *cxpb.BatchRunTestCasesRequest, opts ...gax.CallOption) (*BatchRunTestCasesOperation, error) {
return c.internalClient.BatchRunTestCases(ctx, req, opts...)
}
@@ -501,11 +501,11 @@ func (c *TestCasesClient) CalculateCoverage(ctx context.Context, req *cxpb.Calcu
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ImportTestCasesMetadata
+// metadata:
+// ImportTestCasesMetadata
//
-// response:
-// ImportTestCasesResponse
+// response:
+// ImportTestCasesResponse
func (c *TestCasesClient) ImportTestCases(ctx context.Context, req *cxpb.ImportTestCasesRequest, opts ...gax.CallOption) (*ImportTestCasesOperation, error) {
return c.internalClient.ImportTestCases(ctx, req, opts...)
}
@@ -523,11 +523,11 @@ func (c *TestCasesClient) ImportTestCasesOperation(name string) *ImportTestCases
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ExportTestCasesMetadata
+// metadata:
+// ExportTestCasesMetadata
//
-// response:
-// ExportTestCasesResponse
+// response:
+// ExportTestCasesResponse
func (c *TestCasesClient) ExportTestCases(ctx context.Context, req *cxpb.ExportTestCasesRequest, opts ...gax.CallOption) (*ExportTestCasesOperation, error) {
return c.internalClient.ExportTestCases(ctx, req, opts...)
}
@@ -1550,11 +1550,11 @@ func (c *testCasesRESTClient) UpdateTestCase(ctx context.Context, req *cxpb.Upda
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunTestCaseMetadata
+// metadata:
+// RunTestCaseMetadata
//
-// response:
-// RunTestCaseResponse
+// response:
+// RunTestCaseResponse
func (c *testCasesRESTClient) RunTestCase(ctx context.Context, req *cxpb.RunTestCaseRequest, opts ...gax.CallOption) (*RunTestCaseOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1628,11 +1628,11 @@ func (c *testCasesRESTClient) RunTestCase(ctx context.Context, req *cxpb.RunTest
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// BatchRunTestCasesMetadata
+// metadata:
+// BatchRunTestCasesMetadata
//
-// response:
-// BatchRunTestCasesResponse
+// response:
+// BatchRunTestCasesResponse
func (c *testCasesRESTClient) BatchRunTestCases(ctx context.Context, req *cxpb.BatchRunTestCasesRequest, opts ...gax.CallOption) (*BatchRunTestCasesOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1767,11 +1767,11 @@ func (c *testCasesRESTClient) CalculateCoverage(ctx context.Context, req *cxpb.C
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ImportTestCasesMetadata
+// metadata:
+// ImportTestCasesMetadata
//
-// response:
-// ImportTestCasesResponse
+// response:
+// ImportTestCasesResponse
func (c *testCasesRESTClient) ImportTestCases(ctx context.Context, req *cxpb.ImportTestCasesRequest, opts ...gax.CallOption) (*ImportTestCasesOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1846,11 +1846,11 @@ func (c *testCasesRESTClient) ImportTestCases(ctx context.Context, req *cxpb.Imp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ExportTestCasesMetadata
+// metadata:
+// ExportTestCasesMetadata
//
-// response:
-// ExportTestCasesResponse
+// response:
+// ExportTestCasesResponse
func (c *testCasesRESTClient) ExportTestCases(ctx context.Context, req *cxpb.ExportTestCasesRequest, opts ...gax.CallOption) (*ExportTestCasesOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/cx/apiv3/versions_client.go b/dialogflow/cx/apiv3/versions_client.go
index fd4bbf08c62d..4a068924643c 100755
--- a/dialogflow/cx/apiv3/versions_client.go
+++ b/dialogflow/cx/apiv3/versions_client.go
@@ -322,10 +322,10 @@ func (c *VersionsClient) GetVersion(ctx context.Context, req *cxpb.GetVersionReq
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateVersionOperationMetadata
+// metadata:
+// CreateVersionOperationMetadata
//
-// response: Version
+// response: Version
func (c *VersionsClient) CreateVersion(ctx context.Context, req *cxpb.CreateVersionRequest, opts ...gax.CallOption) (*CreateVersionOperation, error) {
return c.internalClient.CreateVersion(ctx, req, opts...)
}
@@ -352,11 +352,11 @@ func (c *VersionsClient) DeleteVersion(ctx context.Context, req *cxpb.DeleteVers
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *VersionsClient) LoadVersion(ctx context.Context, req *cxpb.LoadVersionRequest, opts ...gax.CallOption) (*LoadVersionOperation, error) {
return c.internalClient.LoadVersion(ctx, req, opts...)
}
@@ -1051,10 +1051,10 @@ func (c *versionsRESTClient) GetVersion(ctx context.Context, req *cxpb.GetVersio
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateVersionOperationMetadata
+// metadata:
+// CreateVersionOperationMetadata
//
-// response: Version
+// response: Version
func (c *versionsRESTClient) CreateVersion(ctx context.Context, req *cxpb.CreateVersionRequest, opts ...gax.CallOption) (*CreateVersionOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetVersion()
@@ -1241,11 +1241,11 @@ func (c *versionsRESTClient) DeleteVersion(ctx context.Context, req *cxpb.Delete
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *versionsRESTClient) LoadVersion(ctx context.Context, req *cxpb.LoadVersionRequest, opts ...gax.CallOption) (*LoadVersionOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/cx/apiv3beta1/agents_client.go b/dialogflow/cx/apiv3beta1/agents_client.go
index 7cb166c1daaf..639374f6d406 100755
--- a/dialogflow/cx/apiv3beta1/agents_client.go
+++ b/dialogflow/cx/apiv3beta1/agents_client.go
@@ -389,11 +389,11 @@ func (c *AgentsClient) DeleteAgent(ctx context.Context, req *cxpb.DeleteAgentReq
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportAgentResponse
+// response:
+// ExportAgentResponse
func (c *AgentsClient) ExportAgent(ctx context.Context, req *cxpb.ExportAgentRequest, opts ...gax.CallOption) (*ExportAgentOperation, error) {
return c.internalClient.ExportAgent(ctx, req, opts...)
}
@@ -413,11 +413,11 @@ func (c *AgentsClient) ExportAgentOperation(name string) *ExportAgentOperation {
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -1352,11 +1352,11 @@ func (c *agentsRESTClient) DeleteAgent(ctx context.Context, req *cxpb.DeleteAgen
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportAgentResponse
+// response:
+// ExportAgentResponse
func (c *agentsRESTClient) ExportAgent(ctx context.Context, req *cxpb.ExportAgentRequest, opts ...gax.CallOption) (*ExportAgentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1433,11 +1433,11 @@ func (c *agentsRESTClient) ExportAgent(ctx context.Context, req *cxpb.ExportAgen
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train a flow prior to sending it queries. See the
// training
diff --git a/dialogflow/cx/apiv3beta1/cxpb/advanced_settings.pb.go b/dialogflow/cx/apiv3beta1/cxpb/advanced_settings.pb.go
index de0bc8589e40..93d33be119d7 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/advanced_settings.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/advanced_settings.pb.go
@@ -21,12 +21,11 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/agent.pb.go b/dialogflow/cx/apiv3beta1/cxpb/agent.pb.go
index 7ab1ba69fc32..f913be874585 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/agent.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/agent.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/audio_config.pb.go b/dialogflow/cx/apiv3beta1/cxpb/audio_config.pb.go
index 7dbdd77db6b3..044ca0072740 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/audio_config.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/audio_config.pb.go
@@ -21,13 +21,12 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/changelog.pb.go b/dialogflow/cx/apiv3beta1/cxpb/changelog.pb.go
index dc9345b89cd1..a173efecf550 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/changelog.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/changelog.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/deployment.pb.go b/dialogflow/cx/apiv3beta1/cxpb/deployment.pb.go
index b0c51cb86821..8638b8cf1601 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/deployment.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/deployment.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/entity_type.pb.go b/dialogflow/cx/apiv3beta1/cxpb/entity_type.pb.go
index 7fd11d21339c..d85f2e8abca8 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/entity_type.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/entity_type.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -165,18 +164,18 @@ func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int) {
//
// There are three types of entities:
//
-// - **System** - entities that are defined by the Dialogflow API for common
+// * **System** - entities that are defined by the Dialogflow API for common
// data types such as date, time, currency, and so on. A system entity is
// represented by the `EntityType` type.
//
-// - **Custom** - entities that are defined by you that represent
+// * **Custom** - entities that are defined by you that represent
// actionable data that is meaningful to your application. For example,
// you could define a `pizza.sauce` entity for red or white pizza sauce,
// a `pizza.cheese` entity for the different types of cheese on a pizza,
// a `pizza.topping` entity for different toppings, and so on. A custom
// entity is represented by the `EntityType` type.
//
-// - **User** - entities that are built for an individual user such as
+// * **User** - entities that are built for an individual user such as
// favorites, preferences, playlists, and so on. A user entity is
// represented by the
// [SessionEntityType][google.cloud.dialogflow.cx.v3beta1.SessionEntityType]
diff --git a/dialogflow/cx/apiv3beta1/cxpb/environment.pb.go b/dialogflow/cx/apiv3beta1/cxpb/environment.pb.go
index 0703aefc3ebd..09b0bfcd8d45 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/environment.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/environment.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/experiment.pb.go b/dialogflow/cx/apiv3beta1/cxpb/experiment.pb.go
index b6974761c209..fb4250649e40 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/experiment.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/experiment.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/flow.pb.go b/dialogflow/cx/apiv3beta1/cxpb/flow.pb.go
index 00bc48525bf7..5fcb36c5c72b 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/flow.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/flow.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/fulfillment.pb.go b/dialogflow/cx/apiv3beta1/cxpb/fulfillment.pb.go
index d638da52d244..cf9e36944268 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/fulfillment.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/fulfillment.pb.go
@@ -21,13 +21,12 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -39,9 +38,9 @@ const (
// A fulfillment can do one or more of the following actions at the same time:
//
-// - Generate rich message responses.
-// - Set parameter values.
-// - Call the webhook.
+// * Generate rich message responses.
+// * Set parameter values.
+// * Call the webhook.
//
// Fulfillments can be called at various stages in the
// [Page][google.cloud.dialogflow.cx.v3beta1.Page] or
diff --git a/dialogflow/cx/apiv3beta1/cxpb/gcs.pb.go b/dialogflow/cx/apiv3beta1/cxpb/gcs.pb.go
index 5eb1c7b3f925..971878b8d9cd 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/gcs.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/gcs.pb.go
@@ -21,12 +21,11 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/intent.pb.go b/dialogflow/cx/apiv3beta1/cxpb/intent.pb.go
index 1f0208f89320..9d00a5fa8f7d 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/intent.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/intent.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/page.pb.go b/dialogflow/cx/apiv3beta1/cxpb/page.pb.go
index 35c9d115b729..34c2d00d1817 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/page.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/page.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/response_message.pb.go b/dialogflow/cx/apiv3beta1/cxpb/response_message.pb.go
index 776217454938..3cba854654e4 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/response_message.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/response_message.pb.go
@@ -21,13 +21,12 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -42,15 +41,15 @@ const (
// Response messages are also used for output audio synthesis. The approach is
// as follows:
//
-// - If at least one OutputAudioText response is present, then all
-// OutputAudioText responses are linearly concatenated, and the result is used
-// for output audio synthesis.
-// - If the OutputAudioText responses are a mixture of text and SSML, then the
-// concatenated result is treated as SSML; otherwise, the result is treated as
-// either text or SSML as appropriate. The agent designer should ideally use
-// either text or SSML consistently throughout the bot design.
-// - Otherwise, all Text responses are linearly concatenated, and the result is
-// used for output audio synthesis.
+// * If at least one OutputAudioText response is present, then all
+// OutputAudioText responses are linearly concatenated, and the result is used
+// for output audio synthesis.
+// * If the OutputAudioText responses are a mixture of text and SSML, then the
+// concatenated result is treated as SSML; otherwise, the result is treated as
+// either text or SSML as appropriate. The agent designer should ideally use
+// either text or SSML consistently throughout the bot design.
+// * Otherwise, all Text responses are linearly concatenated, and the result is
+// used for output audio synthesis.
//
// This approach allows for more sophisticated user experience scenarios, where
// the text displayed to the user may differ from what is heard.
@@ -340,11 +339,10 @@ func (x *ResponseMessage_Text) GetAllowPlaybackInterruption() bool {
// * In the
// [entry_fulfillment][google.cloud.dialogflow.cx.v3beta1.Page.entry_fulfillment]
// of a [Page][google.cloud.dialogflow.cx.v3beta1.Page] if
-//
-// entering the page indicates something went extremely wrong in the
-// conversation.
-// - In a webhook response when you determine that the customer issue can only
-// be handled by a human.
+// entering the page indicates something went extremely wrong in the
+// conversation.
+// * In a webhook response when you determine that the customer issue can only
+// be handled by a human.
type ResponseMessage_LiveAgentHandoff struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -407,10 +405,9 @@ func (x *ResponseMessage_LiveAgentHandoff) GetMetadata() *structpb.Struct {
// * In the
// [entry_fulfillment][google.cloud.dialogflow.cx.v3beta1.Page.entry_fulfillment]
// of a [Page][google.cloud.dialogflow.cx.v3beta1.Page] if
-//
-// entering the page indicates that the conversation succeeded.
-// - In a webhook response when you determine that you handled the customer
-// issue.
+// entering the page indicates that the conversation succeeded.
+// * In a webhook response when you determine that you handled the customer
+// issue.
type ResponseMessage_ConversationSuccess struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/dialogflow/cx/apiv3beta1/cxpb/security_settings.pb.go b/dialogflow/cx/apiv3beta1/cxpb/security_settings.pb.go
index 8a449a13736f..f52cbab223a0 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/security_settings.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/security_settings.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/session.pb.go b/dialogflow/cx/apiv3beta1/cxpb/session.pb.go
index 30cbc106ad2d..8958bccf81ab 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/session.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/session.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
latlng "google.golang.org/genproto/googleapis/type/latlng"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -432,7 +431,7 @@ func (x *DetectIntentResponse) GetAllowCancellation() bool {
//
// Multiple request messages should be sent in order:
//
-// 1. The first message must contain
+// 1. The first message must contain
// [session][google.cloud.dialogflow.cx.v3beta1.StreamingDetectIntentRequest.session],
// [query_input][google.cloud.dialogflow.cx.v3beta1.StreamingDetectIntentRequest.query_input]
// plus optionally
@@ -443,21 +442,20 @@ func (x *DetectIntentResponse) GetAllowCancellation() bool {
// 2. If
// [query_input][google.cloud.dialogflow.cx.v3beta1.StreamingDetectIntentRequest.query_input]
// was set to
+// [query_input.audio.config][google.cloud.dialogflow.cx.v3beta1.AudioInput.config],
+// all subsequent messages must contain
+// [query_input.audio.audio][google.cloud.dialogflow.cx.v3beta1.AudioInput.audio]
+// to continue with Speech recognition. If you decide to rather detect an
+// intent from text input after you already started Speech recognition,
+// please send a message with
+// [query_input.text][google.cloud.dialogflow.cx.v3beta1.QueryInput.text].
//
-// [query_input.audio.config][google.cloud.dialogflow.cx.v3beta1.AudioInput.config],
-// all subsequent messages must contain
-// [query_input.audio.audio][google.cloud.dialogflow.cx.v3beta1.AudioInput.audio]
-// to continue with Speech recognition. If you decide to rather detect an
-// intent from text input after you already started Speech recognition,
-// please send a message with
-// [query_input.text][google.cloud.dialogflow.cx.v3beta1.QueryInput.text].
-//
-// However, note that:
+// However, note that:
//
-// * Dialogflow will bill you for the audio duration so far.
-// * Dialogflow discards all Speech recognition results in favor of the
-// input text.
-// * Dialogflow will use the language code from the first message.
+// * Dialogflow will bill you for the audio duration so far.
+// * Dialogflow discards all Speech recognition results in favor of the
+// input text.
+// * Dialogflow will use the language code from the first message.
//
// After you sent all input, you must half-close or abort the request stream.
type StreamingDetectIntentRequest struct {
@@ -572,7 +570,7 @@ func (x *StreamingDetectIntentRequest) GetEnablePartialResponse() bool {
// The first (N-1) responses set either the `recognition_result` or
// `detect_intent_response` field, depending on the request:
//
-// - If the `StreamingDetectIntentRequest.query_input.audio` field was
+// * If the `StreamingDetectIntentRequest.query_input.audio` field was
// set, and the `StreamingDetectIntentRequest.enable_partial_response`
// field was false, the `recognition_result` field is populated for each
// of the (N-1) responses.
@@ -580,7 +578,7 @@ func (x *StreamingDetectIntentRequest) GetEnablePartialResponse() bool {
// [StreamingRecognitionResult][google.cloud.dialogflow.cx.v3beta1.StreamingRecognitionResult]
// message for details about the result message sequence.
//
-// - If the `StreamingDetectIntentRequest.enable_partial_response` field was
+// * If the `StreamingDetectIntentRequest.enable_partial_response` field was
// true, the `detect_intent_response` field is populated for each
// of the (N-1) responses, where 1 <= N <= 4.
// These responses set the
@@ -1070,6 +1068,7 @@ func (x *QueryParameters) GetChannel() string {
// 3. Natural language speech audio to be processed.
//
// 4. An event to be triggered.
+//
type QueryInput struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/dialogflow/cx/apiv3beta1/cxpb/session_entity_type.pb.go b/dialogflow/cx/apiv3beta1/cxpb/session_entity_type.pb.go
index 8b2b69f47d1f..6e9f26d5c310 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/session_entity_type.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/session_entity_type.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/test_case.pb.go b/dialogflow/cx/apiv3beta1/cxpb/test_case.pb.go
index 44b667345686..004cc5d8fa9f 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/test_case.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/test_case.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -37,6 +34,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/transition_route_group.pb.go b/dialogflow/cx/apiv3beta1/cxpb/transition_route_group.pb.go
index 11d86dcf2361..7e33f09db358 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/transition_route_group.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/transition_route_group.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/validation_message.pb.go b/dialogflow/cx/apiv3beta1/cxpb/validation_message.pb.go
index 51926325f20e..0189087b55e5 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/validation_message.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/validation_message.pb.go
@@ -21,11 +21,10 @@
package cxpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/version.pb.go b/dialogflow/cx/apiv3beta1/cxpb/version.pb.go
index 30effe2854f4..7f2e03a4ac58 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/version.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/version.pb.go
@@ -21,11 +21,8 @@
package cxpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
_ "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/cxpb/webhook.pb.go b/dialogflow/cx/apiv3beta1/cxpb/webhook.pb.go
index a316557a5aee..821e472887e1 100755
--- a/dialogflow/cx/apiv3beta1/cxpb/webhook.pb.go
+++ b/dialogflow/cx/apiv3beta1/cxpb/webhook.pb.go
@@ -22,9 +22,6 @@ package cxpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dialogflow/cx/apiv3beta1/doc.go b/dialogflow/cx/apiv3beta1/doc.go
index 0a4071656d43..aaed77b39863 100755
--- a/dialogflow/cx/apiv3beta1/doc.go
+++ b/dialogflow/cx/apiv3beta1/doc.go
@@ -20,67 +20,66 @@
// Builds conversational interfaces (for example, chatbots, and voice-powered
// apps and devices).
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := cx.NewPagesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := cx.NewPagesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := cx.NewPagesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &cxpb.ListPagesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dialogflow/cx/apiv3beta1/cxpb#ListPagesRequest.
-// }
-// it := c.ListPages(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := cx.NewPagesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &cxpb.ListPagesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dialogflow/cx/apiv3beta1/cxpb#ListPagesRequest.
+// }
+// it := c.ListPages(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewPagesClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dialogflow/cx/apiv3beta1/environments_client.go b/dialogflow/cx/apiv3beta1/environments_client.go
index 149f1ba279d4..90d6b1a70d7c 100755
--- a/dialogflow/cx/apiv3beta1/environments_client.go
+++ b/dialogflow/cx/apiv3beta1/environments_client.go
@@ -372,10 +372,10 @@ func (c *EnvironmentsClient) GetEnvironment(ctx context.Context, req *cxpb.GetEn
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *EnvironmentsClient) CreateEnvironment(ctx context.Context, req *cxpb.CreateEnvironmentRequest, opts ...gax.CallOption) (*CreateEnvironmentOperation, error) {
return c.internalClient.CreateEnvironment(ctx, req, opts...)
}
@@ -393,10 +393,10 @@ func (c *EnvironmentsClient) CreateEnvironmentOperation(name string) *CreateEnvi
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *EnvironmentsClient) UpdateEnvironment(ctx context.Context, req *cxpb.UpdateEnvironmentRequest, opts ...gax.CallOption) (*UpdateEnvironmentOperation, error) {
return c.internalClient.UpdateEnvironment(ctx, req, opts...)
}
@@ -426,11 +426,11 @@ func (c *EnvironmentsClient) LookupEnvironmentHistory(ctx context.Context, req *
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunContinuousTestMetadata
+// metadata:
+// RunContinuousTestMetadata
//
-// response:
-// RunContinuousTestResponse
+// response:
+// RunContinuousTestResponse
func (c *EnvironmentsClient) RunContinuousTest(ctx context.Context, req *cxpb.RunContinuousTestRequest, opts ...gax.CallOption) (*RunContinuousTestOperation, error) {
return c.internalClient.RunContinuousTest(ctx, req, opts...)
}
@@ -453,11 +453,11 @@ func (c *EnvironmentsClient) ListContinuousTestResults(ctx context.Context, req
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeployFlowMetadata
+// metadata:
+// DeployFlowMetadata
//
-// response:
-// DeployFlowResponse
+// response:
+// DeployFlowResponse
func (c *EnvironmentsClient) DeployFlow(ctx context.Context, req *cxpb.DeployFlowRequest, opts ...gax.CallOption) (*DeployFlowOperation, error) {
return c.internalClient.DeployFlow(ctx, req, opts...)
}
@@ -1245,10 +1245,10 @@ func (c *environmentsRESTClient) GetEnvironment(ctx context.Context, req *cxpb.G
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *environmentsRESTClient) CreateEnvironment(ctx context.Context, req *cxpb.CreateEnvironmentRequest, opts ...gax.CallOption) (*CreateEnvironmentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetEnvironment()
@@ -1324,10 +1324,10 @@ func (c *environmentsRESTClient) CreateEnvironment(ctx context.Context, req *cxp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: Environment
+// response: Environment
func (c *environmentsRESTClient) UpdateEnvironment(ctx context.Context, req *cxpb.UpdateEnvironmentRequest, opts ...gax.CallOption) (*UpdateEnvironmentOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetEnvironment()
@@ -1540,11 +1540,11 @@ func (c *environmentsRESTClient) LookupEnvironmentHistory(ctx context.Context, r
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunContinuousTestMetadata
+// metadata:
+// RunContinuousTestMetadata
//
-// response:
-// RunContinuousTestResponse
+// response:
+// RunContinuousTestResponse
func (c *environmentsRESTClient) RunContinuousTest(ctx context.Context, req *cxpb.RunContinuousTestRequest, opts ...gax.CallOption) (*RunContinuousTestOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1707,11 +1707,11 @@ func (c *environmentsRESTClient) ListContinuousTestResults(ctx context.Context,
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// DeployFlowMetadata
+// metadata:
+// DeployFlowMetadata
//
-// response:
-// DeployFlowResponse
+// response:
+// DeployFlowResponse
func (c *environmentsRESTClient) DeployFlow(ctx context.Context, req *cxpb.DeployFlowRequest, opts ...gax.CallOption) (*DeployFlowOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/cx/apiv3beta1/flows_client.go b/dialogflow/cx/apiv3beta1/flows_client.go
index 8aa88cc1801c..e443afc9df46 100755
--- a/dialogflow/cx/apiv3beta1/flows_client.go
+++ b/dialogflow/cx/apiv3beta1/flows_client.go
@@ -414,11 +414,11 @@ func (c *FlowsClient) UpdateFlow(ctx context.Context, req *cxpb.UpdateFlowReques
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -452,11 +452,11 @@ func (c *FlowsClient) GetFlowValidationResult(ctx context.Context, req *cxpb.Get
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ImportFlowResponse
+// response:
+// ImportFlowResponse
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -477,11 +477,11 @@ func (c *FlowsClient) ImportFlowOperation(name string) *ImportFlowOperation {
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportFlowResponse
+// response:
+// ExportFlowResponse
//
// Note that resources (e.g. intents, entities, webhooks) that the flow
// references will also be exported.
@@ -1442,11 +1442,11 @@ func (c *flowsRESTClient) UpdateFlow(ctx context.Context, req *cxpb.UpdateFlowRe
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -1652,11 +1652,11 @@ func (c *flowsRESTClient) GetFlowValidationResult(ctx context.Context, req *cxpb
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ImportFlowResponse
+// response:
+// ImportFlowResponse
//
// Note: You should always train a flow prior to sending it queries. See the
// training
@@ -1734,11 +1734,11 @@ func (c *flowsRESTClient) ImportFlow(ctx context.Context, req *cxpb.ImportFlowRe
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response:
-// ExportFlowResponse
+// response:
+// ExportFlowResponse
//
// Note that resources (e.g. intents, entities, webhooks) that the flow
// references will also be exported.
diff --git a/dialogflow/cx/apiv3beta1/test_cases_client.go b/dialogflow/cx/apiv3beta1/test_cases_client.go
index bab0480ad95e..6d1b610c0a0e 100755
--- a/dialogflow/cx/apiv3beta1/test_cases_client.go
+++ b/dialogflow/cx/apiv3beta1/test_cases_client.go
@@ -453,11 +453,11 @@ func (c *TestCasesClient) UpdateTestCase(ctx context.Context, req *cxpb.UpdateTe
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunTestCaseMetadata
+// metadata:
+// RunTestCaseMetadata
//
-// response:
-// RunTestCaseResponse
+// response:
+// RunTestCaseResponse
func (c *TestCasesClient) RunTestCase(ctx context.Context, req *cxpb.RunTestCaseRequest, opts ...gax.CallOption) (*RunTestCaseOperation, error) {
return c.internalClient.RunTestCase(ctx, req, opts...)
}
@@ -474,11 +474,11 @@ func (c *TestCasesClient) RunTestCaseOperation(name string) *RunTestCaseOperatio
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// BatchRunTestCasesMetadata
+// metadata:
+// BatchRunTestCasesMetadata
//
-// response:
-// BatchRunTestCasesResponse
+// response:
+// BatchRunTestCasesResponse
func (c *TestCasesClient) BatchRunTestCases(ctx context.Context, req *cxpb.BatchRunTestCasesRequest, opts ...gax.CallOption) (*BatchRunTestCasesOperation, error) {
return c.internalClient.BatchRunTestCases(ctx, req, opts...)
}
@@ -502,11 +502,11 @@ func (c *TestCasesClient) CalculateCoverage(ctx context.Context, req *cxpb.Calcu
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ImportTestCasesMetadata
+// metadata:
+// ImportTestCasesMetadata
//
-// response:
-// ImportTestCasesResponse
+// response:
+// ImportTestCasesResponse
func (c *TestCasesClient) ImportTestCases(ctx context.Context, req *cxpb.ImportTestCasesRequest, opts ...gax.CallOption) (*ImportTestCasesOperation, error) {
return c.internalClient.ImportTestCases(ctx, req, opts...)
}
@@ -524,11 +524,11 @@ func (c *TestCasesClient) ImportTestCasesOperation(name string) *ImportTestCases
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ExportTestCasesMetadata
+// metadata:
+// ExportTestCasesMetadata
//
-// response:
-// ExportTestCasesResponse
+// response:
+// ExportTestCasesResponse
func (c *TestCasesClient) ExportTestCases(ctx context.Context, req *cxpb.ExportTestCasesRequest, opts ...gax.CallOption) (*ExportTestCasesOperation, error) {
return c.internalClient.ExportTestCases(ctx, req, opts...)
}
@@ -1554,11 +1554,11 @@ func (c *testCasesRESTClient) UpdateTestCase(ctx context.Context, req *cxpb.Upda
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// RunTestCaseMetadata
+// metadata:
+// RunTestCaseMetadata
//
-// response:
-// RunTestCaseResponse
+// response:
+// RunTestCaseResponse
func (c *testCasesRESTClient) RunTestCase(ctx context.Context, req *cxpb.RunTestCaseRequest, opts ...gax.CallOption) (*RunTestCaseOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1632,11 +1632,11 @@ func (c *testCasesRESTClient) RunTestCase(ctx context.Context, req *cxpb.RunTest
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// BatchRunTestCasesMetadata
+// metadata:
+// BatchRunTestCasesMetadata
//
-// response:
-// BatchRunTestCasesResponse
+// response:
+// BatchRunTestCasesResponse
func (c *testCasesRESTClient) BatchRunTestCases(ctx context.Context, req *cxpb.BatchRunTestCasesRequest, opts ...gax.CallOption) (*BatchRunTestCasesOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1771,11 +1771,11 @@ func (c *testCasesRESTClient) CalculateCoverage(ctx context.Context, req *cxpb.C
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ImportTestCasesMetadata
+// metadata:
+// ImportTestCasesMetadata
//
-// response:
-// ImportTestCasesResponse
+// response:
+// ImportTestCasesResponse
func (c *testCasesRESTClient) ImportTestCases(ctx context.Context, req *cxpb.ImportTestCasesRequest, opts ...gax.CallOption) (*ImportTestCasesOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -1850,11 +1850,11 @@ func (c *testCasesRESTClient) ImportTestCases(ctx context.Context, req *cxpb.Imp
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// ExportTestCasesMetadata
+// metadata:
+// ExportTestCasesMetadata
//
-// response:
-// ExportTestCasesResponse
+// response:
+// ExportTestCasesResponse
func (c *testCasesRESTClient) ExportTestCases(ctx context.Context, req *cxpb.ExportTestCasesRequest, opts ...gax.CallOption) (*ExportTestCasesOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/dialogflow/cx/apiv3beta1/versions_client.go b/dialogflow/cx/apiv3beta1/versions_client.go
index 7c0ea6590c40..aad36f048829 100755
--- a/dialogflow/cx/apiv3beta1/versions_client.go
+++ b/dialogflow/cx/apiv3beta1/versions_client.go
@@ -323,10 +323,10 @@ func (c *VersionsClient) GetVersion(ctx context.Context, req *cxpb.GetVersionReq
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateVersionOperationMetadata
+// metadata:
+// CreateVersionOperationMetadata
//
-// response: Version
+// response: Version
func (c *VersionsClient) CreateVersion(ctx context.Context, req *cxpb.CreateVersionRequest, opts ...gax.CallOption) (*CreateVersionOperation, error) {
return c.internalClient.CreateVersion(ctx, req, opts...)
}
@@ -355,11 +355,11 @@ func (c *VersionsClient) DeleteVersion(ctx context.Context, req *cxpb.DeleteVers
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *VersionsClient) LoadVersion(ctx context.Context, req *cxpb.LoadVersionRequest, opts ...gax.CallOption) (*LoadVersionOperation, error) {
return c.internalClient.LoadVersion(ctx, req, opts...)
}
@@ -1056,10 +1056,10 @@ func (c *versionsRESTClient) GetVersion(ctx context.Context, req *cxpb.GetVersio
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata:
-// CreateVersionOperationMetadata
+// metadata:
+// CreateVersionOperationMetadata
//
-// response: Version
+// response: Version
func (c *versionsRESTClient) CreateVersion(ctx context.Context, req *cxpb.CreateVersionRequest, opts ...gax.CallOption) (*CreateVersionOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetVersion()
@@ -1248,11 +1248,11 @@ func (c *versionsRESTClient) DeleteVersion(ctx context.Context, req *cxpb.Delete
// operation (at https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
// The returned Operation type has the following method-specific fields:
//
-// metadata: An empty Struct
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
+// metadata: An empty Struct
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
//
-// response: An Empty
-// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
+// response: An Empty
+// message (at https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
func (c *versionsRESTClient) LoadVersion(ctx context.Context, req *cxpb.LoadVersionRequest, opts ...gax.CallOption) (*LoadVersionOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/discoveryengine/apiv1beta/discoveryenginepb/common.pb.go b/discoveryengine/apiv1beta/discoveryenginepb/common.pb.go
index 297e51cac507..6347342a3bc2 100755
--- a/discoveryengine/apiv1beta/discoveryenginepb/common.pb.go
+++ b/discoveryengine/apiv1beta/discoveryenginepb/common.pb.go
@@ -21,12 +21,11 @@
package discoveryenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/discoveryengine/apiv1beta/discoveryenginepb/document.pb.go b/discoveryengine/apiv1beta/discoveryenginepb/document.pb.go
index 5c96335c79db..9532b8f92212 100755
--- a/discoveryengine/apiv1beta/discoveryenginepb/document.pb.go
+++ b/discoveryengine/apiv1beta/discoveryenginepb/document.pb.go
@@ -21,13 +21,12 @@
package discoveryenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/discoveryengine/apiv1beta/discoveryenginepb/document_service.pb.go b/discoveryengine/apiv1beta/discoveryenginepb/document_service.pb.go
index cd65bda90848..d96b6321c8a4 100755
--- a/discoveryengine/apiv1beta/discoveryenginepb/document_service.pb.go
+++ b/discoveryengine/apiv1beta/discoveryenginepb/document_service.pb.go
@@ -21,11 +21,8 @@
package discoveryenginepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/discoveryengine/apiv1beta/discoveryenginepb/import_config.pb.go b/discoveryengine/apiv1beta/discoveryenginepb/import_config.pb.go
index 362164082428..0aac5f62ec63 100755
--- a/discoveryengine/apiv1beta/discoveryenginepb/import_config.pb.go
+++ b/discoveryengine/apiv1beta/discoveryenginepb/import_config.pb.go
@@ -21,15 +21,14 @@
package discoveryenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
date "google.golang.org/genproto/googleapis/type/date"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/discoveryengine/apiv1beta/discoveryenginepb/recommendation_service.pb.go b/discoveryengine/apiv1beta/discoveryenginepb/recommendation_service.pb.go
index 841288d78f9b..4acdb1d2f795 100755
--- a/discoveryengine/apiv1beta/discoveryenginepb/recommendation_service.pb.go
+++ b/discoveryengine/apiv1beta/discoveryenginepb/recommendation_service.pb.go
@@ -22,9 +22,6 @@ package discoveryenginepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/discoveryengine/apiv1beta/discoveryenginepb/user_event.pb.go b/discoveryengine/apiv1beta/discoveryenginepb/user_event.pb.go
index 03826d94db3d..e648017d4767 100755
--- a/discoveryengine/apiv1beta/discoveryenginepb/user_event.pb.go
+++ b/discoveryengine/apiv1beta/discoveryenginepb/user_event.pb.go
@@ -21,14 +21,13 @@
package discoveryenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/discoveryengine/apiv1beta/discoveryenginepb/user_event_service.pb.go b/discoveryengine/apiv1beta/discoveryenginepb/user_event_service.pb.go
index 195cd0252356..fb412c0c5f3d 100755
--- a/discoveryengine/apiv1beta/discoveryenginepb/user_event_service.pb.go
+++ b/discoveryengine/apiv1beta/discoveryenginepb/user_event_service.pb.go
@@ -21,11 +21,8 @@
package discoveryenginepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/discoveryengine/apiv1beta/doc.go b/discoveryengine/apiv1beta/doc.go
index c7b2b26c47d8..ba51951464e7 100755
--- a/discoveryengine/apiv1beta/doc.go
+++ b/discoveryengine/apiv1beta/doc.go
@@ -19,61 +19,60 @@
//
// Discovery Engine API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := discoveryengine.NewDocumentClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := discoveryengine.NewDocumentClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := discoveryengine.NewDocumentClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &discoveryenginepb.GetDocumentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb#GetDocumentRequest.
-// }
-// resp, err := c.GetDocument(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := discoveryengine.NewDocumentClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &discoveryenginepb.GetDocumentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/discoveryengine/apiv1beta/discoveryenginepb#GetDocumentRequest.
+// }
+// resp, err := c.GetDocument(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDocumentClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/dlp/apiv2/dlppb/dlp.pb.go b/dlp/apiv2/dlppb/dlp.pb.go
index cd8b55a2f164..3cba292c893b 100755
--- a/dlp/apiv2/dlppb/dlp.pb.go
+++ b/dlp/apiv2/dlppb/dlp.pb.go
@@ -22,9 +22,6 @@ package dlppb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
date "google.golang.org/genproto/googleapis/type/date"
@@ -39,6 +36,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -16313,11 +16312,9 @@ func (x *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiId
}
// A KMapEstimationHistogramBucket message with the following values:
-//
-// min_anonymity: 3
-// max_anonymity: 5
-// frequency: 42
-//
+// min_anonymity: 3
+// max_anonymity: 5
+// frequency: 42
// means that there are 42 records whose quasi-identifier values correspond
// to 3, 4 or 5 people in the overlying population. An important particular
// case is when min_anonymity = max_anonymity = 1: the frequency field then
@@ -16476,11 +16473,9 @@ func (x *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenc
// A DeltaPresenceEstimationHistogramBucket message with the following
// values:
-//
-// min_probability: 0.1
-// max_probability: 0.2
-// frequency: 42
-//
+// min_probability: 0.1
+// max_probability: 0.2
+// frequency: 42
// means that there are 42 records for which δ is in [0.1, 0.2). An
// important particular case is when min_probability = max_probability = 1:
// then, every individual who shares this quasi-identifier combination is in
diff --git a/dlp/apiv2/dlppb/storage.pb.go b/dlp/apiv2/dlppb/storage.pb.go
index bd9842c49661..3169d8e4e462 100755
--- a/dlp/apiv2/dlppb/storage.pb.go
+++ b/dlp/apiv2/dlppb/storage.pb.go
@@ -21,13 +21,12 @@
package dlppb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/dlp/apiv2/doc.go b/dlp/apiv2/doc.go
index 736c4833eafe..25022cfa637c 100755
--- a/dlp/apiv2/doc.go
+++ b/dlp/apiv2/doc.go
@@ -21,59 +21,58 @@
// privacy-sensitive fragments in text, images, and Google Cloud Platform
// storage repositories.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dlp.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dlp.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dlp.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dlppb.InspectContentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/dlp/apiv2/dlppb#InspectContentRequest.
-// }
-// resp, err := c.InspectContent(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dlp.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dlppb.InspectContentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/dlp/apiv2/dlppb#InspectContentRequest.
+// }
+// resp, err := c.InspectContent(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/documentai/apiv1/doc.go b/documentai/apiv1/doc.go
index 7652200097cd..65ab0c97fb1a 100755
--- a/documentai/apiv1/doc.go
+++ b/documentai/apiv1/doc.go
@@ -21,59 +21,58 @@
// semi-structured documents using state-of-the-art Google AI such as natural
// language, computer vision, translation, and AutoML.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := documentai.NewDocumentProcessorClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := documentai.NewDocumentProcessorClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := documentai.NewDocumentProcessorClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &documentaipb.ProcessRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/documentai/apiv1/documentaipb#ProcessRequest.
-// }
-// resp, err := c.ProcessDocument(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := documentai.NewDocumentProcessorClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &documentaipb.ProcessRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/documentai/apiv1/documentaipb#ProcessRequest.
+// }
+// resp, err := c.ProcessDocument(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDocumentProcessorClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/documentai/apiv1/documentaipb/barcode.pb.go b/documentai/apiv1/documentaipb/barcode.pb.go
index 09f6080e2ead..fe410a8b3d8f 100755
--- a/documentai/apiv1/documentaipb/barcode.pb.go
+++ b/documentai/apiv1/documentaipb/barcode.pb.go
@@ -21,11 +21,10 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/document.pb.go b/documentai/apiv1/documentaipb/document.pb.go
index 01064b98d69e..8adc94e60f42 100755
--- a/documentai/apiv1/documentaipb/document.pb.go
+++ b/documentai/apiv1/documentaipb/document.pb.go
@@ -21,9 +21,6 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
color "google.golang.org/genproto/googleapis/type/color"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/document_io.pb.go b/documentai/apiv1/documentaipb/document_io.pb.go
index e8303624f983..b7424b969f21 100755
--- a/documentai/apiv1/documentaipb/document_io.pb.go
+++ b/documentai/apiv1/documentaipb/document_io.pb.go
@@ -21,12 +21,11 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/document_processor_service.pb.go b/documentai/apiv1/documentaipb/document_processor_service.pb.go
index 56ff389bca86..e790442aaee9 100755
--- a/documentai/apiv1/documentaipb/document_processor_service.pb.go
+++ b/documentai/apiv1/documentaipb/document_processor_service.pb.go
@@ -21,11 +21,8 @@
package documentaipb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/document_schema.pb.go b/documentai/apiv1/documentaipb/document_schema.pb.go
index 5f0a5ce6a3bc..c200dfca7c00 100755
--- a/documentai/apiv1/documentaipb/document_schema.pb.go
+++ b/documentai/apiv1/documentaipb/document_schema.pb.go
@@ -21,11 +21,10 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/evaluation.pb.go b/documentai/apiv1/documentaipb/evaluation.pb.go
index 499e634d9566..b51d56ea9c94 100755
--- a/documentai/apiv1/documentaipb/evaluation.pb.go
+++ b/documentai/apiv1/documentaipb/evaluation.pb.go
@@ -21,13 +21,12 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/geometry.pb.go b/documentai/apiv1/documentaipb/geometry.pb.go
index 649b751d5e1c..0f174b2124fe 100755
--- a/documentai/apiv1/documentaipb/geometry.pb.go
+++ b/documentai/apiv1/documentaipb/geometry.pb.go
@@ -21,11 +21,10 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/operation_metadata.pb.go b/documentai/apiv1/documentaipb/operation_metadata.pb.go
index 935b90e121d0..bc6b1a6fa7b4 100755
--- a/documentai/apiv1/documentaipb/operation_metadata.pb.go
+++ b/documentai/apiv1/documentaipb/operation_metadata.pb.go
@@ -21,12 +21,11 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/processor.pb.go b/documentai/apiv1/documentaipb/processor.pb.go
index cb77bcc682f7..267e36d8aefa 100755
--- a/documentai/apiv1/documentaipb/processor.pb.go
+++ b/documentai/apiv1/documentaipb/processor.pb.go
@@ -21,13 +21,12 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1/documentaipb/processor_type.pb.go b/documentai/apiv1/documentaipb/processor_type.pb.go
index 6aedd4cfc62d..fb73e31fc2b4 100755
--- a/documentai/apiv1/documentaipb/processor_type.pb.go
+++ b/documentai/apiv1/documentaipb/processor_type.pb.go
@@ -21,13 +21,12 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
api "google.golang.org/genproto/googleapis/api"
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/doc.go b/documentai/apiv1beta3/doc.go
index 381958cb9d36..b01d9f07f518 100755
--- a/documentai/apiv1beta3/doc.go
+++ b/documentai/apiv1beta3/doc.go
@@ -21,61 +21,60 @@
// semi-structured documents using state-of-the-art Google AI such as natural
// language, computer vision, translation, and AutoML.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := documentai.NewDocumentProcessorClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := documentai.NewDocumentProcessorClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := documentai.NewDocumentProcessorClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &documentaipb.ProcessRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/documentai/apiv1beta3/documentaipb#ProcessRequest.
-// }
-// resp, err := c.ProcessDocument(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := documentai.NewDocumentProcessorClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &documentaipb.ProcessRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/documentai/apiv1beta3/documentaipb#ProcessRequest.
+// }
+// resp, err := c.ProcessDocument(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDocumentProcessorClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/documentai/apiv1beta3/documentaipb/barcode.pb.go b/documentai/apiv1beta3/documentaipb/barcode.pb.go
index 92d47ab7dd61..a122ad719630 100755
--- a/documentai/apiv1beta3/documentaipb/barcode.pb.go
+++ b/documentai/apiv1beta3/documentaipb/barcode.pb.go
@@ -21,11 +21,10 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/document.pb.go b/documentai/apiv1beta3/documentaipb/document.pb.go
index 3d7b7de89d3a..9814f9ccf6e4 100755
--- a/documentai/apiv1beta3/documentaipb/document.pb.go
+++ b/documentai/apiv1beta3/documentaipb/document.pb.go
@@ -21,9 +21,6 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
color "google.golang.org/genproto/googleapis/type/color"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/document_io.pb.go b/documentai/apiv1beta3/documentaipb/document_io.pb.go
index d5e5b0328460..f00209a62814 100755
--- a/documentai/apiv1beta3/documentaipb/document_io.pb.go
+++ b/documentai/apiv1beta3/documentaipb/document_io.pb.go
@@ -21,12 +21,11 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/document_processor_service.pb.go b/documentai/apiv1beta3/documentaipb/document_processor_service.pb.go
index 3f567c1a9156..e1284caaf0fe 100755
--- a/documentai/apiv1beta3/documentaipb/document_processor_service.pb.go
+++ b/documentai/apiv1beta3/documentaipb/document_processor_service.pb.go
@@ -21,11 +21,8 @@
package documentaipb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/document_schema.pb.go b/documentai/apiv1beta3/documentaipb/document_schema.pb.go
index 5dd3492c4c50..2042688c448c 100755
--- a/documentai/apiv1beta3/documentaipb/document_schema.pb.go
+++ b/documentai/apiv1beta3/documentaipb/document_schema.pb.go
@@ -21,11 +21,10 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/evaluation.pb.go b/documentai/apiv1beta3/documentaipb/evaluation.pb.go
index b66dc3b038ee..5ad112939184 100755
--- a/documentai/apiv1beta3/documentaipb/evaluation.pb.go
+++ b/documentai/apiv1beta3/documentaipb/evaluation.pb.go
@@ -21,13 +21,12 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/geometry.pb.go b/documentai/apiv1beta3/documentaipb/geometry.pb.go
index 7013a4010079..e93ecef7b2db 100755
--- a/documentai/apiv1beta3/documentaipb/geometry.pb.go
+++ b/documentai/apiv1beta3/documentaipb/geometry.pb.go
@@ -21,11 +21,10 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/operation_metadata.pb.go b/documentai/apiv1beta3/documentaipb/operation_metadata.pb.go
index 57d357c30938..8fb96df97e22 100755
--- a/documentai/apiv1beta3/documentaipb/operation_metadata.pb.go
+++ b/documentai/apiv1beta3/documentaipb/operation_metadata.pb.go
@@ -21,12 +21,11 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/processor.pb.go b/documentai/apiv1beta3/documentaipb/processor.pb.go
index f7d5ebba74fa..0df35087e8ba 100755
--- a/documentai/apiv1beta3/documentaipb/processor.pb.go
+++ b/documentai/apiv1beta3/documentaipb/processor.pb.go
@@ -21,13 +21,12 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/documentai/apiv1beta3/documentaipb/processor_type.pb.go b/documentai/apiv1beta3/documentaipb/processor_type.pb.go
index 2c57ab537de5..e73e3669fa72 100755
--- a/documentai/apiv1beta3/documentaipb/processor_type.pb.go
+++ b/documentai/apiv1beta3/documentaipb/processor_type.pb.go
@@ -21,13 +21,12 @@
package documentaipb
import (
- reflect "reflect"
- sync "sync"
-
api "google.golang.org/genproto/googleapis/api"
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/domains/apiv1beta1/doc.go b/domains/apiv1beta1/doc.go
index c3cddd3b62a5..c4d912da0515 100755
--- a/domains/apiv1beta1/doc.go
+++ b/domains/apiv1beta1/doc.go
@@ -19,61 +19,60 @@
//
// Enables management and configuration of domain names.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := domains.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := domains.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := domains.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &domainspb.SearchDomainsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/domains/apiv1beta1/domainspb#SearchDomainsRequest.
-// }
-// resp, err := c.SearchDomains(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := domains.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &domainspb.SearchDomainsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/domains/apiv1beta1/domainspb#SearchDomainsRequest.
+// }
+// resp, err := c.SearchDomains(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/domains/apiv1beta1/domains_client.go b/domains/apiv1beta1/domains_client.go
index c93f71e66526..984f9d984640 100755
--- a/domains/apiv1beta1/domains_client.go
+++ b/domains/apiv1beta1/domains_client.go
@@ -276,11 +276,11 @@ func (c *Client) GetRegistration(ctx context.Context, req *domainspb.GetRegistra
// UpdateRegistration updates select fields of a Registration resource, notably labels. To
// update other fields, use the appropriate custom update method:
//
-// To update management settings, see ConfigureManagementSettings
+// To update management settings, see ConfigureManagementSettings
//
-// To update DNS configuration, see ConfigureDnsSettings
+// To update DNS configuration, see ConfigureDnsSettings
//
-// To update contact information, see ConfigureContactSettings
+// To update contact information, see ConfigureContactSettings
func (c *Client) UpdateRegistration(ctx context.Context, req *domainspb.UpdateRegistrationRequest, opts ...gax.CallOption) (*UpdateRegistrationOperation, error) {
return c.internalClient.UpdateRegistration(ctx, req, opts...)
}
@@ -353,11 +353,11 @@ func (c *Client) ExportRegistrationOperation(name string) *ExportRegistrationOpe
// For Registration resources using
// Monthly billing (at /domains/pricing#billing-models), this method works if:
//
-// state is EXPORTED with expire_time in the past
+// state is EXPORTED with expire_time in the past
//
-// state is REGISTRATION_FAILED
+// state is REGISTRATION_FAILED
//
-// state is TRANSFER_FAILED
+// state is TRANSFER_FAILED
//
// When an active registration is successfully deleted, you can continue to
// use the domain in Google Domains (at https://domains.google/) until it
@@ -1376,11 +1376,11 @@ func (c *restClient) GetRegistration(ctx context.Context, req *domainspb.GetRegi
// UpdateRegistration updates select fields of a Registration resource, notably labels. To
// update other fields, use the appropriate custom update method:
//
-// To update management settings, see ConfigureManagementSettings
+// To update management settings, see ConfigureManagementSettings
//
-// To update DNS configuration, see ConfigureDnsSettings
+// To update DNS configuration, see ConfigureDnsSettings
//
-// To update contact information, see ConfigureContactSettings
+// To update contact information, see ConfigureContactSettings
func (c *restClient) UpdateRegistration(ctx context.Context, req *domainspb.UpdateRegistrationRequest, opts ...gax.CallOption) (*UpdateRegistrationOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
body := req.GetRegistration()
@@ -1746,11 +1746,11 @@ func (c *restClient) ExportRegistration(ctx context.Context, req *domainspb.Expo
// For Registration resources using
// Monthly billing (at /domains/pricing#billing-models), this method works if:
//
-// state is EXPORTED with expire_time in the past
+// state is EXPORTED with expire_time in the past
//
-// state is REGISTRATION_FAILED
+// state is REGISTRATION_FAILED
//
-// state is TRANSFER_FAILED
+// state is TRANSFER_FAILED
//
// When an active registration is successfully deleted, you can continue to
// use the domain in Google Domains (at https://domains.google/) until it
diff --git a/domains/apiv1beta1/domainspb/domains.pb.go b/domains/apiv1beta1/domainspb/domains.pb.go
index d63ea046c80a..5bc907a1b4db 100755
--- a/domains/apiv1beta1/domainspb/domains.pb.go
+++ b/domains/apiv1beta1/domainspb/domains.pb.go
@@ -21,11 +21,8 @@
package domainspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
money "google.golang.org/genproto/googleapis/type/money"
postaladdress "google.golang.org/genproto/googleapis/type/postaladdress"
@@ -36,6 +33,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/edgecontainer/apiv1/doc.go b/edgecontainer/apiv1/doc.go
index 2717df438223..17c6e8d610d8 100755
--- a/edgecontainer/apiv1/doc.go
+++ b/edgecontainer/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package edgecontainer is an auto-generated package for the
// Distributed Cloud Edge Container API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := edgecontainer.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := edgecontainer.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := edgecontainer.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &edgecontainerpb.ListClustersRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb#ListClustersRequest.
-// }
-// it := c.ListClusters(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := edgecontainer.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &edgecontainerpb.ListClustersRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/edgecontainer/apiv1/edgecontainerpb#ListClustersRequest.
+// }
+// it := c.ListClusters(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/edgecontainer/apiv1/edgecontainerpb/resources.pb.go b/edgecontainer/apiv1/edgecontainerpb/resources.pb.go
index 785c5d39eac7..25b4a50dea30 100755
--- a/edgecontainer/apiv1/edgecontainerpb/resources.pb.go
+++ b/edgecontainer/apiv1/edgecontainerpb/resources.pb.go
@@ -21,14 +21,13 @@
package edgecontainerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/edgecontainer/apiv1/edgecontainerpb/service.pb.go b/edgecontainer/apiv1/edgecontainerpb/service.pb.go
index dced28fe8a92..77fab0011b08 100755
--- a/edgecontainer/apiv1/edgecontainerpb/service.pb.go
+++ b/edgecontainer/apiv1/edgecontainerpb/service.pb.go
@@ -21,11 +21,8 @@
package edgecontainerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/essentialcontacts/apiv1/doc.go b/essentialcontacts/apiv1/doc.go
index e456ed2602db..2b69054420b8 100755
--- a/essentialcontacts/apiv1/doc.go
+++ b/essentialcontacts/apiv1/doc.go
@@ -17,59 +17,58 @@
// Package essentialcontacts is an auto-generated package for the
// Essential Contacts API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := essentialcontacts.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := essentialcontacts.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := essentialcontacts.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &essentialcontactspb.CreateContactRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb#CreateContactRequest.
-// }
-// resp, err := c.CreateContact(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := essentialcontacts.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &essentialcontactspb.CreateContactRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb#CreateContactRequest.
+// }
+// resp, err := c.CreateContact(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/essentialcontacts/apiv1/essentialcontactspb/enums.pb.go b/essentialcontacts/apiv1/essentialcontactspb/enums.pb.go
index 73a5724c9747..dbba959a6599 100755
--- a/essentialcontacts/apiv1/essentialcontactspb/enums.pb.go
+++ b/essentialcontacts/apiv1/essentialcontactspb/enums.pb.go
@@ -21,11 +21,10 @@
package essentialcontactspb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/essentialcontacts/apiv1/essentialcontactspb/service.pb.go b/essentialcontacts/apiv1/essentialcontactspb/service.pb.go
index 97615081fc18..00bb3a1742c9 100755
--- a/essentialcontacts/apiv1/essentialcontactspb/service.pb.go
+++ b/essentialcontacts/apiv1/essentialcontactspb/service.pb.go
@@ -22,9 +22,6 @@ package essentialcontactspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/eventarc/apiv1/doc.go b/eventarc/apiv1/doc.go
index 4979e61cd470..a27cd7bf3a64 100755
--- a/eventarc/apiv1/doc.go
+++ b/eventarc/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Build event-driven applications on Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := eventarc.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := eventarc.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := eventarc.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &eventarcpb.GetTriggerRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetTriggerRequest.
-// }
-// resp, err := c.GetTrigger(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := eventarc.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &eventarcpb.GetTriggerRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/eventarc/apiv1/eventarcpb#GetTriggerRequest.
+// }
+// resp, err := c.GetTrigger(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/eventarc/apiv1/eventarcpb/channel.pb.go b/eventarc/apiv1/eventarcpb/channel.pb.go
index 68829fbbf010..a54ebbe28293 100755
--- a/eventarc/apiv1/eventarcpb/channel.pb.go
+++ b/eventarc/apiv1/eventarcpb/channel.pb.go
@@ -21,13 +21,12 @@
package eventarcpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/eventarc/apiv1/eventarcpb/channel_connection.pb.go b/eventarc/apiv1/eventarcpb/channel_connection.pb.go
index 4e2d1c97e038..0b1e48bd31ad 100755
--- a/eventarc/apiv1/eventarcpb/channel_connection.pb.go
+++ b/eventarc/apiv1/eventarcpb/channel_connection.pb.go
@@ -21,13 +21,12 @@
package eventarcpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/eventarc/apiv1/eventarcpb/discovery.pb.go b/eventarc/apiv1/eventarcpb/discovery.pb.go
index 52862227f215..6b954a9dc029 100755
--- a/eventarc/apiv1/eventarcpb/discovery.pb.go
+++ b/eventarc/apiv1/eventarcpb/discovery.pb.go
@@ -21,12 +21,11 @@
package eventarcpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/eventarc/apiv1/eventarcpb/eventarc.pb.go b/eventarc/apiv1/eventarcpb/eventarc.pb.go
index f29cf4d57400..b115f7ae4d83 100755
--- a/eventarc/apiv1/eventarcpb/eventarc.pb.go
+++ b/eventarc/apiv1/eventarcpb/eventarc.pb.go
@@ -21,11 +21,8 @@
package eventarcpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/eventarc/apiv1/eventarcpb/google_channel_config.pb.go b/eventarc/apiv1/eventarcpb/google_channel_config.pb.go
index 768efecf2e7b..9d1eccdcd370 100755
--- a/eventarc/apiv1/eventarcpb/google_channel_config.pb.go
+++ b/eventarc/apiv1/eventarcpb/google_channel_config.pb.go
@@ -21,13 +21,12 @@
package eventarcpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/eventarc/apiv1/eventarcpb/trigger.pb.go b/eventarc/apiv1/eventarcpb/trigger.pb.go
index 31a2d2501715..f9f816ff7eca 100755
--- a/eventarc/apiv1/eventarcpb/trigger.pb.go
+++ b/eventarc/apiv1/eventarcpb/trigger.pb.go
@@ -21,14 +21,13 @@
package eventarcpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
code "google.golang.org/genproto/googleapis/rpc/code"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/filestore/apiv1/cloud_filestore_manager_client.go b/filestore/apiv1/cloud_filestore_manager_client.go
index b836232f25d1..2ff7e38fa53f 100755
--- a/filestore/apiv1/cloud_filestore_manager_client.go
+++ b/filestore/apiv1/cloud_filestore_manager_client.go
@@ -240,24 +240,24 @@ type internalCloudFilestoreManagerClient interface {
// The file.googleapis.com service implements the Filestore API and
// defines the following resource model for managing instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of instances and backups, named:
-// /instances/* and /backups/* respectively.
+// Each location has a collection of instances and backups, named:
+// /instances/* and /backups/* respectively.
//
-// As such, Filestore instances are resources of the form:
-// /projects/{project_number}/locations/{location_id}/instances/{instance_id}
-// and backups are resources of the form:
-// /projects/{project_number}/locations/{location_id}/backup/{backup_id}
+// As such, Filestore instances are resources of the form:
+// /projects/{project_number}/locations/{location_id}/instances/{instance_id}
+// and backups are resources of the form:
+// /projects/{project_number}/locations/{location_id}/backup/{backup_id}
//
// Note that location_id must be a Google Cloud zone for instances, but
// a Google Cloud region for backups; for example:
//
-// projects/12345/locations/us-central1-c/instances/my-filestore
+// projects/12345/locations/us-central1-c/instances/my-filestore
//
-// projects/12345/locations/us-central1/backups/my-backup
+// projects/12345/locations/us-central1/backups/my-backup
type CloudFilestoreManagerClient struct {
// The internal transport-dependent client.
internalClient internalCloudFilestoreManagerClient
@@ -479,24 +479,24 @@ type cloudFilestoreManagerGRPCClient struct {
// The file.googleapis.com service implements the Filestore API and
// defines the following resource model for managing instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of instances and backups, named:
-// /instances/* and /backups/* respectively.
+// Each location has a collection of instances and backups, named:
+// /instances/* and /backups/* respectively.
//
-// As such, Filestore instances are resources of the form:
-// /projects/{project_number}/locations/{location_id}/instances/{instance_id}
-// and backups are resources of the form:
-// /projects/{project_number}/locations/{location_id}/backup/{backup_id}
+// As such, Filestore instances are resources of the form:
+// /projects/{project_number}/locations/{location_id}/instances/{instance_id}
+// and backups are resources of the form:
+// /projects/{project_number}/locations/{location_id}/backup/{backup_id}
//
// Note that location_id must be a Google Cloud zone for instances, but
// a Google Cloud region for backups; for example:
//
-// projects/12345/locations/us-central1-c/instances/my-filestore
+// projects/12345/locations/us-central1-c/instances/my-filestore
//
-// projects/12345/locations/us-central1/backups/my-backup
+// projects/12345/locations/us-central1/backups/my-backup
func NewCloudFilestoreManagerClient(ctx context.Context, opts ...option.ClientOption) (*CloudFilestoreManagerClient, error) {
clientOpts := defaultCloudFilestoreManagerGRPCClientOptions()
if newCloudFilestoreManagerClientHook != nil {
@@ -594,24 +594,24 @@ type cloudFilestoreManagerRESTClient struct {
// The file.googleapis.com service implements the Filestore API and
// defines the following resource model for managing instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of instances and backups, named:
-// /instances/* and /backups/* respectively.
+// Each location has a collection of instances and backups, named:
+// /instances/* and /backups/* respectively.
//
-// As such, Filestore instances are resources of the form:
-// /projects/{project_number}/locations/{location_id}/instances/{instance_id}
-// and backups are resources of the form:
-// /projects/{project_number}/locations/{location_id}/backup/{backup_id}
+// As such, Filestore instances are resources of the form:
+// /projects/{project_number}/locations/{location_id}/instances/{instance_id}
+// and backups are resources of the form:
+// /projects/{project_number}/locations/{location_id}/backup/{backup_id}
//
// Note that location_id must be a Google Cloud zone for instances, but
// a Google Cloud region for backups; for example:
//
-// projects/12345/locations/us-central1-c/instances/my-filestore
+// projects/12345/locations/us-central1-c/instances/my-filestore
//
-// projects/12345/locations/us-central1/backups/my-backup
+// projects/12345/locations/us-central1/backups/my-backup
func NewCloudFilestoreManagerRESTClient(ctx context.Context, opts ...option.ClientOption) (*CloudFilestoreManagerClient, error) {
clientOpts := append(defaultCloudFilestoreManagerRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/filestore/apiv1/doc.go b/filestore/apiv1/doc.go
index 29b76fb2c4d5..dbfbf45badc4 100755
--- a/filestore/apiv1/doc.go
+++ b/filestore/apiv1/doc.go
@@ -20,65 +20,64 @@
// The Cloud Filestore API is used for creating and managing cloud file
// servers.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := filestore.NewCloudFilestoreManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := filestore.NewCloudFilestoreManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := filestore.NewCloudFilestoreManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &filestorepb.ListInstancesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/filestore/apiv1/filestorepb#ListInstancesRequest.
-// }
-// it := c.ListInstances(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := filestore.NewCloudFilestoreManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &filestorepb.ListInstancesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/filestore/apiv1/filestorepb#ListInstancesRequest.
+// }
+// it := c.ListInstances(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudFilestoreManagerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/filestore/apiv1/filestorepb/cloud_filestore_service.pb.go b/filestore/apiv1/filestorepb/cloud_filestore_service.pb.go
index 0d013e631d84..44c2227dd967 100755
--- a/filestore/apiv1/filestorepb/cloud_filestore_service.pb.go
+++ b/filestore/apiv1/filestorepb/cloud_filestore_service.pb.go
@@ -21,11 +21,8 @@
package filestorepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
_ "google.golang.org/genproto/googleapis/cloud/common"
grpc "google.golang.org/grpc"
@@ -37,6 +34,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/firestore/apiv1/doc.go b/firestore/apiv1/doc.go
index 1ecbfb77b318..0190a1daafa7 100755
--- a/firestore/apiv1/doc.go
+++ b/firestore/apiv1/doc.go
@@ -20,59 +20,58 @@
// Accesses the NoSQL document database built for automatic scaling, high
// performance, and ease of application development.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := firestore.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := firestore.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := firestore.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &firestorepb.GetDocumentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/firestore/apiv1/firestorepb#GetDocumentRequest.
-// }
-// resp, err := c.GetDocument(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := firestore.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &firestorepb.GetDocumentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/firestore/apiv1/firestorepb#GetDocumentRequest.
+// }
+// resp, err := c.GetDocument(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/firestore/apiv1/firestorepb/aggregation_result.pb.go b/firestore/apiv1/firestorepb/aggregation_result.pb.go
index 96e93fddaabd..423f36112df7 100755
--- a/firestore/apiv1/firestorepb/aggregation_result.pb.go
+++ b/firestore/apiv1/firestorepb/aggregation_result.pb.go
@@ -21,11 +21,10 @@
package firestorepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/firestore/apiv1/firestorepb/common.pb.go b/firestore/apiv1/firestorepb/common.pb.go
index e9947ada5ec9..81a4f96614af 100755
--- a/firestore/apiv1/firestorepb/common.pb.go
+++ b/firestore/apiv1/firestorepb/common.pb.go
@@ -21,12 +21,11 @@
package firestorepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/firestore/apiv1/firestorepb/document.pb.go b/firestore/apiv1/firestorepb/document.pb.go
index f9ac30ac09c0..fb6cfe9b47e1 100755
--- a/firestore/apiv1/firestorepb/document.pb.go
+++ b/firestore/apiv1/firestorepb/document.pb.go
@@ -21,14 +21,13 @@
package firestorepb
import (
- reflect "reflect"
- sync "sync"
-
latlng "google.golang.org/genproto/googleapis/type/latlng"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/firestore/apiv1/firestorepb/firestore.pb.go b/firestore/apiv1/firestorepb/firestore.pb.go
index f563a7e9b461..6ad8797bd638 100755
--- a/firestore/apiv1/firestorepb/firestore.pb.go
+++ b/firestore/apiv1/firestorepb/firestore.pb.go
@@ -22,9 +22,6 @@ package firestorepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/firestore/apiv1/firestorepb/query.pb.go b/firestore/apiv1/firestorepb/query.pb.go
index 1a6a1ee2f430..19eb28030f7f 100755
--- a/firestore/apiv1/firestorepb/query.pb.go
+++ b/firestore/apiv1/firestorepb/query.pb.go
@@ -21,13 +21,12 @@
package firestorepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/firestore/apiv1/firestorepb/write.pb.go b/firestore/apiv1/firestorepb/write.pb.go
index fcfe1a198cd1..63dffa6af4f1 100755
--- a/firestore/apiv1/firestorepb/write.pb.go
+++ b/firestore/apiv1/firestorepb/write.pb.go
@@ -21,12 +21,11 @@
package firestorepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/functions/apiv1/cloud_functions_client.go b/functions/apiv1/cloud_functions_client.go
index 5fdfd94b2e59..cb6acf452103 100755
--- a/functions/apiv1/cloud_functions_client.go
+++ b/functions/apiv1/cloud_functions_client.go
@@ -316,24 +316,24 @@ func (c *CloudFunctionsClient) CallFunction(ctx context.Context, req *functionsp
// When uploading source code to the generated signed URL, please follow
// these restrictions:
//
-// Source file type should be a zip file.
+// Source file type should be a zip file.
//
-// Source file size should not exceed 100MB limit.
+// Source file size should not exceed 100MB limit.
//
-// No credentials should be attached - the signed URLs provide access to the
-// target bucket using internal service identity; if credentials were
-// attached, the identity from the credentials would be used, but that
-// identity does not have permissions to upload files to the URL.
+// No credentials should be attached - the signed URLs provide access to the
+// target bucket using internal service identity; if credentials were
+// attached, the identity from the credentials would be used, but that
+// identity does not have permissions to upload files to the URL.
//
// When making a HTTP PUT request, these two headers need to be specified:
//
-// content-type: application/zip
+// content-type: application/zip
//
-// x-goog-content-length-range: 0,104857600
+// x-goog-content-length-range: 0,104857600
//
// And this header SHOULD NOT be specified:
//
-// Authorization: Bearer YOUR_TOKEN
+// Authorization: Bearer YOUR_TOKEN
func (c *CloudFunctionsClient) GenerateUploadUrl(ctx context.Context, req *functionspb.GenerateUploadUrlRequest, opts ...gax.CallOption) (*functionspb.GenerateUploadUrlResponse, error) {
return c.internalClient.GenerateUploadUrl(ctx, req, opts...)
}
@@ -1228,24 +1228,24 @@ func (c *cloudFunctionsRESTClient) CallFunction(ctx context.Context, req *functi
// When uploading source code to the generated signed URL, please follow
// these restrictions:
//
-// Source file type should be a zip file.
+// Source file type should be a zip file.
//
-// Source file size should not exceed 100MB limit.
+// Source file size should not exceed 100MB limit.
//
-// No credentials should be attached - the signed URLs provide access to the
-// target bucket using internal service identity; if credentials were
-// attached, the identity from the credentials would be used, but that
-// identity does not have permissions to upload files to the URL.
+// No credentials should be attached - the signed URLs provide access to the
+// target bucket using internal service identity; if credentials were
+// attached, the identity from the credentials would be used, but that
+// identity does not have permissions to upload files to the URL.
//
// When making a HTTP PUT request, these two headers need to be specified:
//
-// content-type: application/zip
+// content-type: application/zip
//
-// x-goog-content-length-range: 0,104857600
+// x-goog-content-length-range: 0,104857600
//
// And this header SHOULD NOT be specified:
//
-// Authorization: Bearer YOUR_TOKEN
+// Authorization: Bearer YOUR_TOKEN
func (c *cloudFunctionsRESTClient) GenerateUploadUrl(ctx context.Context, req *functionspb.GenerateUploadUrlRequest, opts ...gax.CallOption) (*functionspb.GenerateUploadUrlResponse, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/functions/apiv1/doc.go b/functions/apiv1/doc.go
index 5fc79115ae0f..110fd3f5330f 100755
--- a/functions/apiv1/doc.go
+++ b/functions/apiv1/doc.go
@@ -20,65 +20,64 @@
// Manages lightweight user-provided functions executed in response to
// events.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := functions.NewCloudFunctionsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := functions.NewCloudFunctionsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := functions.NewCloudFunctionsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &functionspb.ListFunctionsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/functions/apiv1/functionspb#ListFunctionsRequest.
-// }
-// it := c.ListFunctions(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := functions.NewCloudFunctionsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &functionspb.ListFunctionsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/functions/apiv1/functionspb#ListFunctionsRequest.
+// }
+// it := c.ListFunctions(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudFunctionsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/functions/apiv1/functionspb/functions.pb.go b/functions/apiv1/functionspb/functions.pb.go
index d0860749ba3d..a080ad3511a8 100755
--- a/functions/apiv1/functionspb/functions.pb.go
+++ b/functions/apiv1/functionspb/functions.pb.go
@@ -21,12 +21,9 @@
package functionspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/functions/apiv1/functionspb/operations.pb.go b/functions/apiv1/functionspb/operations.pb.go
index 904dcb8431db..bccbe25bbeab 100755
--- a/functions/apiv1/functionspb/operations.pb.go
+++ b/functions/apiv1/functionspb/operations.pb.go
@@ -21,13 +21,12 @@
package functionspb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/functions/apiv2/doc.go b/functions/apiv2/doc.go
index 6b5da12e447b..f3a0eeeac9e4 100755
--- a/functions/apiv2/doc.go
+++ b/functions/apiv2/doc.go
@@ -20,59 +20,58 @@
// Manages lightweight user-provided functions executed in response to
// events.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := functions.NewFunctionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := functions.NewFunctionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := functions.NewFunctionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &functionspb.GetFunctionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/functions/apiv2/functionspb#GetFunctionRequest.
-// }
-// resp, err := c.GetFunction(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := functions.NewFunctionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &functionspb.GetFunctionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/functions/apiv2/functionspb#GetFunctionRequest.
+// }
+// resp, err := c.GetFunction(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewFunctionClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/functions/apiv2/function_client.go b/functions/apiv2/function_client.go
index 7952d5ac64de..059bf2b116d0 100755
--- a/functions/apiv2/function_client.go
+++ b/functions/apiv2/function_client.go
@@ -241,20 +241,20 @@ func (c *FunctionClient) DeleteFunctionOperation(name string) *DeleteFunctionOpe
// When uploading source code to the generated signed URL, please follow
// these restrictions:
//
-// Source file type should be a zip file.
+// Source file type should be a zip file.
//
-// No credentials should be attached - the signed URLs provide access to the
-// target bucket using internal service identity; if credentials were
-// attached, the identity from the credentials would be used, but that
-// identity does not have permissions to upload files to the URL.
+// No credentials should be attached - the signed URLs provide access to the
+// target bucket using internal service identity; if credentials were
+// attached, the identity from the credentials would be used, but that
+// identity does not have permissions to upload files to the URL.
//
// When making a HTTP PUT request, these two headers need to be specified:
//
-// content-type: application/zip
+// content-type: application/zip
//
// And this header SHOULD NOT be specified:
//
-// Authorization: Bearer YOUR_TOKEN
+// Authorization: Bearer YOUR_TOKEN
func (c *FunctionClient) GenerateUploadUrl(ctx context.Context, req *functionspb.GenerateUploadUrlRequest, opts ...gax.CallOption) (*functionspb.GenerateUploadUrlResponse, error) {
return c.internalClient.GenerateUploadUrl(ctx, req, opts...)
}
@@ -1218,20 +1218,20 @@ func (c *functionRESTClient) DeleteFunction(ctx context.Context, req *functionsp
// When uploading source code to the generated signed URL, please follow
// these restrictions:
//
-// Source file type should be a zip file.
+// Source file type should be a zip file.
//
-// No credentials should be attached - the signed URLs provide access to the
-// target bucket using internal service identity; if credentials were
-// attached, the identity from the credentials would be used, but that
-// identity does not have permissions to upload files to the URL.
+// No credentials should be attached - the signed URLs provide access to the
+// target bucket using internal service identity; if credentials were
+// attached, the identity from the credentials would be used, but that
+// identity does not have permissions to upload files to the URL.
//
// When making a HTTP PUT request, these two headers need to be specified:
//
-// content-type: application/zip
+// content-type: application/zip
//
// And this header SHOULD NOT be specified:
//
-// Authorization: Bearer YOUR_TOKEN
+// Authorization: Bearer YOUR_TOKEN
func (c *functionRESTClient) GenerateUploadUrl(ctx context.Context, req *functionspb.GenerateUploadUrlRequest, opts ...gax.CallOption) (*functionspb.GenerateUploadUrlResponse, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/functions/apiv2/functionspb/functions.pb.go b/functions/apiv2/functionspb/functions.pb.go
index 237f9fd4c67e..149d14f85366 100755
--- a/functions/apiv2/functionspb/functions.pb.go
+++ b/functions/apiv2/functionspb/functions.pb.go
@@ -21,11 +21,8 @@
package functionspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/functions/apiv2beta/doc.go b/functions/apiv2beta/doc.go
index cff9e2548b32..c1be0f8afee4 100755
--- a/functions/apiv2beta/doc.go
+++ b/functions/apiv2beta/doc.go
@@ -20,61 +20,60 @@
// Manages lightweight user-provided functions executed in response to
// events.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := functions.NewFunctionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := functions.NewFunctionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := functions.NewFunctionClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &functionspb.GetFunctionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/functions/apiv2beta/functionspb#GetFunctionRequest.
-// }
-// resp, err := c.GetFunction(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := functions.NewFunctionClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &functionspb.GetFunctionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/functions/apiv2beta/functionspb#GetFunctionRequest.
+// }
+// resp, err := c.GetFunction(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewFunctionClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/functions/apiv2beta/function_client.go b/functions/apiv2beta/function_client.go
index b086cd2a0842..49a7bb2e8544 100755
--- a/functions/apiv2beta/function_client.go
+++ b/functions/apiv2beta/function_client.go
@@ -241,20 +241,20 @@ func (c *FunctionClient) DeleteFunctionOperation(name string) *DeleteFunctionOpe
// When uploading source code to the generated signed URL, please follow
// these restrictions:
//
-// Source file type should be a zip file.
+// Source file type should be a zip file.
//
-// No credentials should be attached - the signed URLs provide access to the
-// target bucket using internal service identity; if credentials were
-// attached, the identity from the credentials would be used, but that
-// identity does not have permissions to upload files to the URL.
+// No credentials should be attached - the signed URLs provide access to the
+// target bucket using internal service identity; if credentials were
+// attached, the identity from the credentials would be used, but that
+// identity does not have permissions to upload files to the URL.
//
// When making a HTTP PUT request, these two headers need to be specified:
//
-// content-type: application/zip
+// content-type: application/zip
//
// And this header SHOULD NOT be specified:
//
-// Authorization: Bearer YOUR_TOKEN
+// Authorization: Bearer YOUR_TOKEN
func (c *FunctionClient) GenerateUploadUrl(ctx context.Context, req *functionspb.GenerateUploadUrlRequest, opts ...gax.CallOption) (*functionspb.GenerateUploadUrlResponse, error) {
return c.internalClient.GenerateUploadUrl(ctx, req, opts...)
}
@@ -1217,20 +1217,20 @@ func (c *functionRESTClient) DeleteFunction(ctx context.Context, req *functionsp
// When uploading source code to the generated signed URL, please follow
// these restrictions:
//
-// Source file type should be a zip file.
+// Source file type should be a zip file.
//
-// No credentials should be attached - the signed URLs provide access to the
-// target bucket using internal service identity; if credentials were
-// attached, the identity from the credentials would be used, but that
-// identity does not have permissions to upload files to the URL.
+// No credentials should be attached - the signed URLs provide access to the
+// target bucket using internal service identity; if credentials were
+// attached, the identity from the credentials would be used, but that
+// identity does not have permissions to upload files to the URL.
//
// When making a HTTP PUT request, these two headers need to be specified:
//
-// content-type: application/zip
+// content-type: application/zip
//
// And this header SHOULD NOT be specified:
//
-// Authorization: Bearer YOUR_TOKEN
+// Authorization: Bearer YOUR_TOKEN
func (c *functionRESTClient) GenerateUploadUrl(ctx context.Context, req *functionspb.GenerateUploadUrlRequest, opts ...gax.CallOption) (*functionspb.GenerateUploadUrlResponse, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/functions/apiv2beta/functionspb/functions.pb.go b/functions/apiv2beta/functionspb/functions.pb.go
index 63fa5cb17416..d75fae930e88 100755
--- a/functions/apiv2beta/functionspb/functions.pb.go
+++ b/functions/apiv2beta/functionspb/functions.pb.go
@@ -21,11 +21,8 @@
package functionspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
anypb "google.golang.org/protobuf/types/known/anypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1/doc.go b/gaming/apiv1/doc.go
index b3977fd8a8fa..8ad43828ca3a 100755
--- a/gaming/apiv1/doc.go
+++ b/gaming/apiv1/doc.go
@@ -20,65 +20,64 @@
// Deploy and manage infrastructure for global multiplayer gaming
// experiences.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gaming.NewGameServerClustersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gaming.NewGameServerClustersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gaming.NewGameServerClustersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &gamingpb.ListGameServerClustersRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/gaming/apiv1/gamingpb#ListGameServerClustersRequest.
-// }
-// it := c.ListGameServerClusters(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gaming.NewGameServerClustersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &gamingpb.ListGameServerClustersRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/gaming/apiv1/gamingpb#ListGameServerClustersRequest.
+// }
+// it := c.ListGameServerClusters(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewGameServerClustersClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/gaming/apiv1/gamingpb/common.pb.go b/gaming/apiv1/gamingpb/common.pb.go
index b69f31716eb9..c18d62875a45 100755
--- a/gaming/apiv1/gamingpb/common.pb.go
+++ b/gaming/apiv1/gamingpb/common.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1/gamingpb/game_server_clusters.pb.go b/gaming/apiv1/gamingpb/game_server_clusters.pb.go
index 5864cc8bc5cc..7c3ee49219f4 100755
--- a/gaming/apiv1/gamingpb/game_server_clusters.pb.go
+++ b/gaming/apiv1/gamingpb/game_server_clusters.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1/gamingpb/game_server_clusters_service.pb.go b/gaming/apiv1/gamingpb/game_server_clusters_service.pb.go
index ffe4331bf088..4a7df52010f3 100755
--- a/gaming/apiv1/gamingpb/game_server_clusters_service.pb.go
+++ b/gaming/apiv1/gamingpb/game_server_clusters_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gaming/apiv1/gamingpb/game_server_configs.pb.go b/gaming/apiv1/gamingpb/game_server_configs.pb.go
index f5643cb71199..e1a6d69e173a 100755
--- a/gaming/apiv1/gamingpb/game_server_configs.pb.go
+++ b/gaming/apiv1/gamingpb/game_server_configs.pb.go
@@ -21,13 +21,12 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1/gamingpb/game_server_configs_service.pb.go b/gaming/apiv1/gamingpb/game_server_configs_service.pb.go
index 208a4817b972..c251d03989a5 100755
--- a/gaming/apiv1/gamingpb/game_server_configs_service.pb.go
+++ b/gaming/apiv1/gamingpb/game_server_configs_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gaming/apiv1/gamingpb/game_server_deployments.pb.go b/gaming/apiv1/gamingpb/game_server_deployments.pb.go
index 262959ac0fbe..d1144cfdf7d7 100755
--- a/gaming/apiv1/gamingpb/game_server_deployments.pb.go
+++ b/gaming/apiv1/gamingpb/game_server_deployments.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1/gamingpb/game_server_deployments_service.pb.go b/gaming/apiv1/gamingpb/game_server_deployments_service.pb.go
index d7693bfd5d83..11d41605346e 100755
--- a/gaming/apiv1/gamingpb/game_server_deployments_service.pb.go
+++ b/gaming/apiv1/gamingpb/game_server_deployments_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gaming/apiv1/gamingpb/realms.pb.go b/gaming/apiv1/gamingpb/realms.pb.go
index 8c443e5f8b01..f5fc461642b5 100755
--- a/gaming/apiv1/gamingpb/realms.pb.go
+++ b/gaming/apiv1/gamingpb/realms.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1/gamingpb/realms_service.pb.go b/gaming/apiv1/gamingpb/realms_service.pb.go
index e61334fb956a..e6e979b358b5 100755
--- a/gaming/apiv1/gamingpb/realms_service.pb.go
+++ b/gaming/apiv1/gamingpb/realms_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gaming/apiv1beta/doc.go b/gaming/apiv1beta/doc.go
index fd98dc8c6385..5384f89b5046 100755
--- a/gaming/apiv1beta/doc.go
+++ b/gaming/apiv1beta/doc.go
@@ -20,67 +20,66 @@
// Deploy and manage infrastructure for global multiplayer gaming
// experiences.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gaming.NewGameServerClustersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gaming.NewGameServerClustersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gaming.NewGameServerClustersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &gamingpb.ListGameServerClustersRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/gaming/apiv1beta/gamingpb#ListGameServerClustersRequest.
-// }
-// it := c.ListGameServerClusters(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gaming.NewGameServerClustersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &gamingpb.ListGameServerClustersRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/gaming/apiv1beta/gamingpb#ListGameServerClustersRequest.
+// }
+// it := c.ListGameServerClusters(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewGameServerClustersClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/gaming/apiv1beta/gamingpb/common.pb.go b/gaming/apiv1beta/gamingpb/common.pb.go
index 988e0b51100a..0bd0cc9978b5 100755
--- a/gaming/apiv1beta/gamingpb/common.pb.go
+++ b/gaming/apiv1beta/gamingpb/common.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/game_server_clusters.pb.go b/gaming/apiv1beta/gamingpb/game_server_clusters.pb.go
index 8e39784f1618..9ba1af90452f 100755
--- a/gaming/apiv1beta/gamingpb/game_server_clusters.pb.go
+++ b/gaming/apiv1beta/gamingpb/game_server_clusters.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/game_server_clusters_service.pb.go b/gaming/apiv1beta/gamingpb/game_server_clusters_service.pb.go
index bb48df555912..62192a9531dc 100755
--- a/gaming/apiv1beta/gamingpb/game_server_clusters_service.pb.go
+++ b/gaming/apiv1beta/gamingpb/game_server_clusters_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/game_server_configs.pb.go b/gaming/apiv1beta/gamingpb/game_server_configs.pb.go
index ff318534cf33..e575cad99369 100755
--- a/gaming/apiv1beta/gamingpb/game_server_configs.pb.go
+++ b/gaming/apiv1beta/gamingpb/game_server_configs.pb.go
@@ -21,13 +21,12 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/game_server_configs_service.pb.go b/gaming/apiv1beta/gamingpb/game_server_configs_service.pb.go
index 01fcc8408db2..450b7ab53e6a 100755
--- a/gaming/apiv1beta/gamingpb/game_server_configs_service.pb.go
+++ b/gaming/apiv1beta/gamingpb/game_server_configs_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/game_server_deployments.pb.go b/gaming/apiv1beta/gamingpb/game_server_deployments.pb.go
index bc19cf22bab7..1946df731882 100755
--- a/gaming/apiv1beta/gamingpb/game_server_deployments.pb.go
+++ b/gaming/apiv1beta/gamingpb/game_server_deployments.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/game_server_deployments_service.pb.go b/gaming/apiv1beta/gamingpb/game_server_deployments_service.pb.go
index 53cd3ef84422..e8de2f920b56 100755
--- a/gaming/apiv1beta/gamingpb/game_server_deployments_service.pb.go
+++ b/gaming/apiv1beta/gamingpb/game_server_deployments_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/realms.pb.go b/gaming/apiv1beta/gamingpb/realms.pb.go
index 9c4150006847..6abb160dd8f3 100755
--- a/gaming/apiv1beta/gamingpb/realms.pb.go
+++ b/gaming/apiv1beta/gamingpb/realms.pb.go
@@ -21,14 +21,13 @@
package gamingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gaming/apiv1beta/gamingpb/realms_service.pb.go b/gaming/apiv1beta/gamingpb/realms_service.pb.go
index 7846a7ede3ce..1a97bad58a40 100755
--- a/gaming/apiv1beta/gamingpb/realms_service.pb.go
+++ b/gaming/apiv1beta/gamingpb/realms_service.pb.go
@@ -21,16 +21,15 @@
package gamingpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gkebackup/apiv1/doc.go b/gkebackup/apiv1/doc.go
index c3a2c51ae2fa..109aa21cf19c 100755
--- a/gkebackup/apiv1/doc.go
+++ b/gkebackup/apiv1/doc.go
@@ -20,64 +20,63 @@
// Backup for GKE is a managed Kubernetes workload backup and restore service
// for GKE clusters.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gkebackup.NewBackupForGKEClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gkebackup.NewBackupForGKEClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gkebackup.NewBackupForGKEClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &gkebackuppb.CreateBackupPlanRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/gkebackup/apiv1/gkebackuppb#CreateBackupPlanRequest.
-// }
-// op, err := c.CreateBackupPlan(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gkebackup.NewBackupForGKEClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &gkebackuppb.CreateBackupPlanRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/gkebackup/apiv1/gkebackuppb#CreateBackupPlanRequest.
+// }
+// op, err := c.CreateBackupPlan(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewBackupForGKEClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/gkebackup/apiv1/gkebackuppb/backup.pb.go b/gkebackup/apiv1/gkebackuppb/backup.pb.go
index a95e6048beb6..5b7b51758407 100755
--- a/gkebackup/apiv1/gkebackuppb/backup.pb.go
+++ b/gkebackup/apiv1/gkebackuppb/backup.pb.go
@@ -21,13 +21,12 @@
package gkebackuppb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkebackup/apiv1/gkebackuppb/backup_plan.pb.go b/gkebackup/apiv1/gkebackuppb/backup_plan.pb.go
index 85ab5edb2fc8..eec18e2d8d73 100755
--- a/gkebackup/apiv1/gkebackuppb/backup_plan.pb.go
+++ b/gkebackup/apiv1/gkebackuppb/backup_plan.pb.go
@@ -21,13 +21,12 @@
package gkebackuppb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkebackup/apiv1/gkebackuppb/common.pb.go b/gkebackup/apiv1/gkebackuppb/common.pb.go
index 595fad024ca0..4481db2ddc00 100755
--- a/gkebackup/apiv1/gkebackuppb/common.pb.go
+++ b/gkebackup/apiv1/gkebackuppb/common.pb.go
@@ -21,12 +21,11 @@
package gkebackuppb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkebackup/apiv1/gkebackuppb/gkebackup.pb.go b/gkebackup/apiv1/gkebackuppb/gkebackup.pb.go
index d1751c8d138f..954e28143dc1 100755
--- a/gkebackup/apiv1/gkebackuppb/gkebackup.pb.go
+++ b/gkebackup/apiv1/gkebackuppb/gkebackup.pb.go
@@ -21,11 +21,8 @@
package gkebackuppb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkebackup/apiv1/gkebackuppb/restore.pb.go b/gkebackup/apiv1/gkebackuppb/restore.pb.go
index 5c7d971f307f..c10cdf4973be 100755
--- a/gkebackup/apiv1/gkebackuppb/restore.pb.go
+++ b/gkebackup/apiv1/gkebackuppb/restore.pb.go
@@ -21,13 +21,12 @@
package gkebackuppb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkebackup/apiv1/gkebackuppb/restore_plan.pb.go b/gkebackup/apiv1/gkebackuppb/restore_plan.pb.go
index 86ef2c83b85f..da8c842819f3 100755
--- a/gkebackup/apiv1/gkebackuppb/restore_plan.pb.go
+++ b/gkebackup/apiv1/gkebackuppb/restore_plan.pb.go
@@ -21,13 +21,12 @@
package gkebackuppb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkebackup/apiv1/gkebackuppb/volume.pb.go b/gkebackup/apiv1/gkebackuppb/volume.pb.go
index 3a16fe94f258..702c17daecf1 100755
--- a/gkebackup/apiv1/gkebackuppb/volume.pb.go
+++ b/gkebackup/apiv1/gkebackuppb/volume.pb.go
@@ -21,13 +21,12 @@
package gkebackuppb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkeconnect/gateway/apiv1beta1/doc.go b/gkeconnect/gateway/apiv1beta1/doc.go
index 1db8c88071c4..66692177677f 100755
--- a/gkeconnect/gateway/apiv1beta1/doc.go
+++ b/gkeconnect/gateway/apiv1beta1/doc.go
@@ -20,61 +20,60 @@
// The Connect Gateway service allows connectivity from external parties to
// connected Kubernetes clusters.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gateway.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gateway.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gateway.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &httpbodypb.HttpBody{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/google.golang.org/genproto/googleapis/api/httpbody#HttpBody.
-// }
-// resp, err := c.GetResource(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gateway.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &httpbodypb.HttpBody{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/google.golang.org/genproto/googleapis/api/httpbody#HttpBody.
+// }
+// resp, err := c.GetResource(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/gkeconnect/gateway/apiv1beta1/gatewaypb/gateway.pb.go b/gkeconnect/gateway/apiv1beta1/gatewaypb/gateway.pb.go
index f51abad4e873..7a473b51d8b2 100755
--- a/gkeconnect/gateway/apiv1beta1/gatewaypb/gateway.pb.go
+++ b/gkeconnect/gateway/apiv1beta1/gatewaypb/gateway.pb.go
@@ -22,8 +22,6 @@ package gatewaypb
import (
context "context"
- reflect "reflect"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -31,6 +29,7 @@ import (
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/gkehub/apiv1beta1/doc.go b/gkehub/apiv1beta1/doc.go
index 528ac7a383a0..0f3d26ea741b 100755
--- a/gkehub/apiv1beta1/doc.go
+++ b/gkehub/apiv1beta1/doc.go
@@ -17,67 +17,66 @@
// Package gkehub is an auto-generated package for the
// GKE Hub API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gkehub.NewGkeHubMembershipClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gkehub.NewGkeHubMembershipClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gkehub.NewGkeHubMembershipClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &gkehubpb.ListMembershipsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/gkehub/apiv1beta1/gkehubpb#ListMembershipsRequest.
-// }
-// it := c.ListMemberships(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gkehub.NewGkeHubMembershipClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &gkehubpb.ListMembershipsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/gkehub/apiv1beta1/gkehubpb#ListMembershipsRequest.
+// }
+// it := c.ListMemberships(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewGkeHubMembershipClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/gkehub/apiv1beta1/gkehubpb/membership.pb.go b/gkehub/apiv1beta1/gkehubpb/membership.pb.go
index 294642eb5cd7..62c670d86d77 100755
--- a/gkehub/apiv1beta1/gkehubpb/membership.pb.go
+++ b/gkehub/apiv1beta1/gkehubpb/membership.pb.go
@@ -21,11 +21,8 @@
package gkehubpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkemulticloud/apiv1/doc.go b/gkemulticloud/apiv1/doc.go
index c742dbbb0caf..9a27c5a6b1e2 100755
--- a/gkemulticloud/apiv1/doc.go
+++ b/gkemulticloud/apiv1/doc.go
@@ -25,66 +25,65 @@
// on your behalf. You can deploy workloads with the Anthos Multi-Cloud API
// or the gcloud and kubectl command-line tools.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gkemulticloud.NewAttachedClustersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gkemulticloud.NewAttachedClustersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gkemulticloud.NewAttachedClustersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &gkemulticloudpb.CreateAttachedClusterRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb#CreateAttachedClusterRequest.
-// }
-// op, err := c.CreateAttachedCluster(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gkemulticloud.NewAttachedClustersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &gkemulticloudpb.CreateAttachedClusterRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb#CreateAttachedClusterRequest.
+// }
+// op, err := c.CreateAttachedCluster(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewAttachedClustersClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/gkemulticloud/apiv1/gkemulticloudpb/attached_resources.pb.go b/gkemulticloud/apiv1/gkemulticloudpb/attached_resources.pb.go
index f26afc0ce6d6..5dfbb4d6e84f 100755
--- a/gkemulticloud/apiv1/gkemulticloudpb/attached_resources.pb.go
+++ b/gkemulticloud/apiv1/gkemulticloudpb/attached_resources.pb.go
@@ -21,13 +21,12 @@
package gkemulticloudpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkemulticloud/apiv1/gkemulticloudpb/attached_service.pb.go b/gkemulticloud/apiv1/gkemulticloudpb/attached_service.pb.go
index 33db0b1b0f6b..34e54f63b9c5 100755
--- a/gkemulticloud/apiv1/gkemulticloudpb/attached_service.pb.go
+++ b/gkemulticloud/apiv1/gkemulticloudpb/attached_service.pb.go
@@ -21,11 +21,8 @@
package gkemulticloudpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkemulticloud/apiv1/gkemulticloudpb/aws_resources.pb.go b/gkemulticloud/apiv1/gkemulticloudpb/aws_resources.pb.go
index 02995871483b..f4060da4ff2e 100755
--- a/gkemulticloud/apiv1/gkemulticloudpb/aws_resources.pb.go
+++ b/gkemulticloud/apiv1/gkemulticloudpb/aws_resources.pb.go
@@ -21,13 +21,12 @@
package gkemulticloudpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1826,8 +1825,8 @@ func (x *AwsConfigEncryption) GetKmsKeyArn() string {
// Details of placement information for an instance.
// Limitations for using the `host` tenancy:
//
-// - T3 instances that use the unlimited CPU credit option don't support host
-// tenancy.
+// * T3 instances that use the unlimited CPU credit option don't support host
+// tenancy.
type AwsInstancePlacement struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/gkemulticloud/apiv1/gkemulticloudpb/aws_service.pb.go b/gkemulticloud/apiv1/gkemulticloudpb/aws_service.pb.go
index 5593b30b3e9a..52fc307a7633 100755
--- a/gkemulticloud/apiv1/gkemulticloudpb/aws_service.pb.go
+++ b/gkemulticloud/apiv1/gkemulticloudpb/aws_service.pb.go
@@ -21,11 +21,8 @@
package gkemulticloudpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkemulticloud/apiv1/gkemulticloudpb/azure_resources.pb.go b/gkemulticloud/apiv1/gkemulticloudpb/azure_resources.pb.go
index daa750d14685..f14cd020b26f 100755
--- a/gkemulticloud/apiv1/gkemulticloudpb/azure_resources.pb.go
+++ b/gkemulticloud/apiv1/gkemulticloudpb/azure_resources.pb.go
@@ -21,13 +21,12 @@
package gkemulticloudpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkemulticloud/apiv1/gkemulticloudpb/azure_service.pb.go b/gkemulticloud/apiv1/gkemulticloudpb/azure_service.pb.go
index cd5f17fbaab4..74769b9205f2 100755
--- a/gkemulticloud/apiv1/gkemulticloudpb/azure_service.pb.go
+++ b/gkemulticloud/apiv1/gkemulticloudpb/azure_service.pb.go
@@ -21,11 +21,8 @@
package gkemulticloudpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gkemulticloud/apiv1/gkemulticloudpb/common_resources.pb.go b/gkemulticloud/apiv1/gkemulticloudpb/common_resources.pb.go
index 2a33551cac1c..00020ce9713c 100755
--- a/gkemulticloud/apiv1/gkemulticloudpb/common_resources.pb.go
+++ b/gkemulticloud/apiv1/gkemulticloudpb/common_resources.pb.go
@@ -21,13 +21,12 @@
package gkemulticloudpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/gsuiteaddons/apiv1/doc.go b/gsuiteaddons/apiv1/doc.go
index 190c3e5a0514..8d1fb9f23953 100755
--- a/gsuiteaddons/apiv1/doc.go
+++ b/gsuiteaddons/apiv1/doc.go
@@ -17,59 +17,58 @@
// Package gsuiteaddons is an auto-generated package for the
// Google Workspace Add-ons API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gsuiteaddons.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gsuiteaddons.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := gsuiteaddons.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &gsuiteaddonspb.GetAuthorizationRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb#GetAuthorizationRequest.
-// }
-// resp, err := c.GetAuthorization(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := gsuiteaddons.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &gsuiteaddonspb.GetAuthorizationRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb#GetAuthorizationRequest.
+// }
+// resp, err := c.GetAuthorization(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/gsuiteaddons/apiv1/gsuiteaddonspb/gsuiteaddons.pb.go b/gsuiteaddons/apiv1/gsuiteaddonspb/gsuiteaddons.pb.go
index 6848c9dec845..fff0c80497a6 100755
--- a/gsuiteaddons/apiv1/gsuiteaddonspb/gsuiteaddons.pb.go
+++ b/gsuiteaddons/apiv1/gsuiteaddonspb/gsuiteaddons.pb.go
@@ -22,9 +22,6 @@ package gsuiteaddonspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
_type "google.golang.org/genproto/googleapis/apps/script/type"
calendar "google.golang.org/genproto/googleapis/apps/script/type/calendar"
@@ -40,6 +37,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iam/apiv1/doc.go b/iam/apiv1/doc.go
index 03f53c1a038a..4439df60424c 100755
--- a/iam/apiv1/doc.go
+++ b/iam/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Manages access control for Google Cloud Platform resources.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iam.NewIamPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iam.NewIamPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iam.NewIamPolicyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &iampb.SetIamPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
-// }
-// resp, err := c.SetIamPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iam.NewIamPolicyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &iampb.SetIamPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
+// }
+// resp, err := c.SetIamPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewIamPolicyClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/iam/apiv1/iam_policy_client.go b/iam/apiv1/iam_policy_client.go
index 4d3c24f6e78c..39a3186963fe 100755
--- a/iam/apiv1/iam_policy_client.go
+++ b/iam/apiv1/iam_policy_client.go
@@ -87,7 +87,7 @@ type internalIamPolicyClient interface {
// IamPolicyClient is a client for interacting with IAM Meta API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -103,7 +103,7 @@ type internalIamPolicyClient interface {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -188,7 +188,7 @@ type iamPolicyGRPCClient struct {
// NewIamPolicyClient creates a new iam policy client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -204,7 +204,7 @@ type iamPolicyGRPCClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -283,7 +283,7 @@ type iamPolicyRESTClient struct {
// NewIamPolicyRESTClient creates a new iam policy rest client.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -299,7 +299,7 @@ type iamPolicyRESTClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
diff --git a/iam/apiv1/iampb/iam_policy.pb.go b/iam/apiv1/iampb/iam_policy.pb.go
index dc1c74e0e565..076178309ffb 100755
--- a/iam/apiv1/iampb/iam_policy.pb.go
+++ b/iam/apiv1/iampb/iam_policy.pb.go
@@ -22,9 +22,6 @@ package iampb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iam/apiv1/iampb/options.pb.go b/iam/apiv1/iampb/options.pb.go
index b7360b6481a8..b27739916a53 100755
--- a/iam/apiv1/iampb/options.pb.go
+++ b/iam/apiv1/iampb/options.pb.go
@@ -21,11 +21,10 @@
package iampb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iam/apiv1/iampb/policy.pb.go b/iam/apiv1/iampb/policy.pb.go
index 7f5115aee112..a4f92e4fb9d4 100755
--- a/iam/apiv1/iampb/policy.pb.go
+++ b/iam/apiv1/iampb/policy.pb.go
@@ -21,12 +21,11 @@
package iampb
import (
- reflect "reflect"
- sync "sync"
-
expr "google.golang.org/genproto/googleapis/type/expr"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -203,6 +202,7 @@ func (AuditConfigDelta_Action) EnumDescriptor() ([]byte, []int) {
// An Identity and Access Management (IAM) policy, which specifies access
// controls for Google Cloud resources.
//
+//
// A `Policy` is a collection of `bindings`. A `binding` binds one or more
// `members`, or principals, to a single `role`. Principals can be user
// accounts, service accounts, Google groups, and domains (such as G Suite). A
@@ -219,52 +219,52 @@ func (AuditConfigDelta_Action) EnumDescriptor() ([]byte, []int) {
//
// **JSON example:**
//
-// {
-// "bindings": [
-// {
-// "role": "roles/resourcemanager.organizationAdmin",
-// "members": [
-// "user:mike@example.com",
-// "group:admins@example.com",
-// "domain:google.com",
-// "serviceAccount:my-project-id@appspot.gserviceaccount.com"
-// ]
-// },
-// {
-// "role": "roles/resourcemanager.organizationViewer",
-// "members": [
-// "user:eve@example.com"
-// ],
-// "condition": {
-// "title": "expirable access",
-// "description": "Does not grant access after Sep 2020",
-// "expression": "request.time <
-// timestamp('2020-10-01T00:00:00.000Z')",
-// }
-// }
-// ],
-// "etag": "BwWWja0YfJA=",
-// "version": 3
-// }
+// {
+// "bindings": [
+// {
+// "role": "roles/resourcemanager.organizationAdmin",
+// "members": [
+// "user:mike@example.com",
+// "group:admins@example.com",
+// "domain:google.com",
+// "serviceAccount:my-project-id@appspot.gserviceaccount.com"
+// ]
+// },
+// {
+// "role": "roles/resourcemanager.organizationViewer",
+// "members": [
+// "user:eve@example.com"
+// ],
+// "condition": {
+// "title": "expirable access",
+// "description": "Does not grant access after Sep 2020",
+// "expression": "request.time <
+// timestamp('2020-10-01T00:00:00.000Z')",
+// }
+// }
+// ],
+// "etag": "BwWWja0YfJA=",
+// "version": 3
+// }
//
// **YAML example:**
//
-// bindings:
-// - members:
-// - user:mike@example.com
-// - group:admins@example.com
-// - domain:google.com
-// - serviceAccount:my-project-id@appspot.gserviceaccount.com
-// role: roles/resourcemanager.organizationAdmin
-// - members:
-// - user:eve@example.com
-// role: roles/resourcemanager.organizationViewer
-// condition:
-// title: expirable access
-// description: Does not grant access after Sep 2020
-// expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
-// etag: BwWWja0YfJA=
-// version: 3
+// bindings:
+// - members:
+// - user:mike@example.com
+// - group:admins@example.com
+// - domain:google.com
+// - serviceAccount:my-project-id@appspot.gserviceaccount.com
+// role: roles/resourcemanager.organizationAdmin
+// - members:
+// - user:eve@example.com
+// role: roles/resourcemanager.organizationViewer
+// condition:
+// title: expirable access
+// description: Does not grant access after Sep 2020
+// expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
+// etag: BwWWja0YfJA=
+// version: 3
//
// For a description of IAM and its features, see the
// [IAM documentation](https://cloud.google.com/iam/docs/).
@@ -521,41 +521,41 @@ func (x *Binding) GetCondition() *expr.Expr {
//
// Example Policy with multiple AuditConfigs:
//
-// {
-// "audit_configs": [
-// {
-// "service": "allServices",
-// "audit_log_configs": [
-// {
-// "log_type": "DATA_READ",
-// "exempted_members": [
-// "user:jose@example.com"
-// ]
-// },
-// {
-// "log_type": "DATA_WRITE"
-// },
-// {
-// "log_type": "ADMIN_READ"
-// }
-// ]
-// },
-// {
-// "service": "sampleservice.googleapis.com",
-// "audit_log_configs": [
-// {
-// "log_type": "DATA_READ"
-// },
-// {
-// "log_type": "DATA_WRITE",
-// "exempted_members": [
-// "user:aliya@example.com"
-// ]
-// }
-// ]
-// }
-// ]
-// }
+// {
+// "audit_configs": [
+// {
+// "service": "allServices",
+// "audit_log_configs": [
+// {
+// "log_type": "DATA_READ",
+// "exempted_members": [
+// "user:jose@example.com"
+// ]
+// },
+// {
+// "log_type": "DATA_WRITE"
+// },
+// {
+// "log_type": "ADMIN_READ"
+// }
+// ]
+// },
+// {
+// "service": "sampleservice.googleapis.com",
+// "audit_log_configs": [
+// {
+// "log_type": "DATA_READ"
+// },
+// {
+// "log_type": "DATA_WRITE",
+// "exempted_members": [
+// "user:aliya@example.com"
+// ]
+// }
+// ]
+// }
+// ]
+// }
//
// For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
// logging. It also exempts jose@example.com from DATA_READ logging, and
@@ -622,19 +622,19 @@ func (x *AuditConfig) GetAuditLogConfigs() []*AuditLogConfig {
// Provides the configuration for logging a type of permissions.
// Example:
//
-// {
-// "audit_log_configs": [
-// {
-// "log_type": "DATA_READ",
-// "exempted_members": [
-// "user:jose@example.com"
-// ]
-// },
-// {
-// "log_type": "DATA_WRITE"
-// }
-// ]
-// }
+// {
+// "audit_log_configs": [
+// {
+// "log_type": "DATA_READ",
+// "exempted_members": [
+// "user:jose@example.com"
+// ]
+// },
+// {
+// "log_type": "DATA_WRITE"
+// }
+// ]
+// }
//
// This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
// jose@example.com from DATA_READ logging.
diff --git a/iam/apiv2/doc.go b/iam/apiv2/doc.go
index 1c3e3df0942b..534ab634c8e6 100755
--- a/iam/apiv2/doc.go
+++ b/iam/apiv2/doc.go
@@ -21,65 +21,64 @@
// including the creation of service accounts, which you can use to
// authenticate to Google and make API calls.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iam.NewPoliciesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iam.NewPoliciesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iam.NewPoliciesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &iampb.ListPoliciesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv2/iampb#ListPoliciesRequest.
-// }
-// it := c.ListPolicies(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iam.NewPoliciesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &iampb.ListPoliciesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv2/iampb#ListPoliciesRequest.
+// }
+// it := c.ListPolicies(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewPoliciesClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/iam/apiv2/iampb/deny.pb.go b/iam/apiv2/iampb/deny.pb.go
index 7a8a5b1c1a37..2a7bc1caca74 100755
--- a/iam/apiv2/iampb/deny.pb.go
+++ b/iam/apiv2/iampb/deny.pb.go
@@ -21,12 +21,11 @@
package iampb
import (
- reflect "reflect"
- sync "sync"
-
expr "google.golang.org/genproto/googleapis/type/expr"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iam/apiv2/iampb/policy.pb.go b/iam/apiv2/iampb/policy.pb.go
index 1a2c2134fd13..eb35927547b9 100755
--- a/iam/apiv2/iampb/policy.pb.go
+++ b/iam/apiv2/iampb/policy.pb.go
@@ -21,11 +21,8 @@
package iampb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iam/credentials/apiv1/credentialspb/common.pb.go b/iam/credentials/apiv1/credentialspb/common.pb.go
index 28e21b2ad208..f8fff8c4447b 100755
--- a/iam/credentials/apiv1/credentialspb/common.pb.go
+++ b/iam/credentials/apiv1/credentialspb/common.pb.go
@@ -21,14 +21,13 @@
package credentialspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iam/credentials/apiv1/credentialspb/iamcredentials.pb.go b/iam/credentials/apiv1/credentialspb/iamcredentials.pb.go
index bb49a79d264d..e1de2c888909 100755
--- a/iam/credentials/apiv1/credentialspb/iamcredentials.pb.go
+++ b/iam/credentials/apiv1/credentialspb/iamcredentials.pb.go
@@ -22,14 +22,13 @@ package credentialspb
import (
context "context"
- reflect "reflect"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/iam/credentials/apiv1/doc.go b/iam/credentials/apiv1/doc.go
index 7493aa3221c9..6826a0174703 100755
--- a/iam/credentials/apiv1/doc.go
+++ b/iam/credentials/apiv1/doc.go
@@ -20,59 +20,58 @@
// Creates short-lived, limited-privilege credentials for IAM service
// accounts.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := credentials.NewIamCredentialsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := credentials.NewIamCredentialsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := credentials.NewIamCredentialsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &credentialspb.GenerateAccessTokenRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/iam/credentials/apiv1/credentialspb#GenerateAccessTokenRequest.
-// }
-// resp, err := c.GenerateAccessToken(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := credentials.NewIamCredentialsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &credentialspb.GenerateAccessTokenRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/iam/credentials/apiv1/credentialspb#GenerateAccessTokenRequest.
+// }
+// resp, err := c.GenerateAccessToken(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewIamCredentialsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/iap/apiv1/doc.go b/iap/apiv1/doc.go
index 147d96b602db..febdca8f6c08 100755
--- a/iap/apiv1/doc.go
+++ b/iap/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Controls access to cloud applications running on Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iap.NewIdentityAwareProxyAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iap.NewIdentityAwareProxyAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iap.NewIdentityAwareProxyAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &iampb.SetIamPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
-// }
-// resp, err := c.SetIamPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iap.NewIdentityAwareProxyAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &iampb.SetIamPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/iam/apiv1/iampb#SetIamPolicyRequest.
+// }
+// resp, err := c.SetIamPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewIdentityAwareProxyAdminClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/iap/apiv1/iappb/service.pb.go b/iap/apiv1/iappb/service.pb.go
index 4f0ffcb05673..fe69a59d54e4 100755
--- a/iap/apiv1/iappb/service.pb.go
+++ b/iap/apiv1/iappb/service.pb.go
@@ -21,11 +21,8 @@
package iappb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/ids/apiv1/doc.go b/ids/apiv1/doc.go
index 313e4cc2033e..ae0525efbf3b 100755
--- a/ids/apiv1/doc.go
+++ b/ids/apiv1/doc.go
@@ -23,65 +23,64 @@
// When you use this product, your organization name and consumption levels
// will be shared with Palo Alto Networks.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := ids.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := ids.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := ids.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &idspb.ListEndpointsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/ids/apiv1/idspb#ListEndpointsRequest.
-// }
-// it := c.ListEndpoints(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := ids.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &idspb.ListEndpointsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/ids/apiv1/idspb#ListEndpointsRequest.
+// }
+// it := c.ListEndpoints(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/ids/apiv1/idspb/ids.pb.go b/ids/apiv1/idspb/ids.pb.go
index 510b9e89b4db..98876c3c77be 100755
--- a/ids/apiv1/idspb/ids.pb.go
+++ b/ids/apiv1/idspb/ids.pb.go
@@ -21,11 +21,8 @@
package idspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iot/apiv1/doc.go b/iot/apiv1/doc.go
index 5d78604b952a..71c4fff4fd11 100755
--- a/iot/apiv1/doc.go
+++ b/iot/apiv1/doc.go
@@ -20,59 +20,58 @@
// Registers and manages IoT (Internet of Things) devices that connect to the
// Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iot.NewDeviceManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iot.NewDeviceManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := iot.NewDeviceManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &iotpb.CreateDeviceRegistryRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/iot/apiv1/iotpb#CreateDeviceRegistryRequest.
-// }
-// resp, err := c.CreateDeviceRegistry(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := iot.NewDeviceManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &iotpb.CreateDeviceRegistryRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/iot/apiv1/iotpb#CreateDeviceRegistryRequest.
+// }
+// resp, err := c.CreateDeviceRegistry(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDeviceManagerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/iot/apiv1/iotpb/device_manager.pb.go b/iot/apiv1/iotpb/device_manager.pb.go
index ff4f21715f35..0ea1176ea1cc 100755
--- a/iot/apiv1/iotpb/device_manager.pb.go
+++ b/iot/apiv1/iotpb/device_manager.pb.go
@@ -21,11 +21,8 @@
package iotpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/iot/apiv1/iotpb/resources.pb.go b/iot/apiv1/iotpb/resources.pb.go
index 1b2e6f68491a..8d85abde74cd 100755
--- a/iot/apiv1/iotpb/resources.pb.go
+++ b/iot/apiv1/iotpb/resources.pb.go
@@ -21,14 +21,13 @@
package iotpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/kms/apiv1/doc.go b/kms/apiv1/doc.go
index 0fb3ebff169c..3745472b7618 100755
--- a/kms/apiv1/doc.go
+++ b/kms/apiv1/doc.go
@@ -20,65 +20,64 @@
// Manages keys and performs cryptographic operations in a central cloud
// service, for direct use by other cloud resources and applications.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := kms.NewEkmClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := kms.NewEkmClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := kms.NewEkmClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &kmspb.ListEkmConnectionsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/kms/apiv1/kmspb#ListEkmConnectionsRequest.
-// }
-// it := c.ListEkmConnections(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := kms.NewEkmClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &kmspb.ListEkmConnectionsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/kms/apiv1/kmspb#ListEkmConnectionsRequest.
+// }
+// it := c.ListEkmConnections(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewEkmClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/kms/apiv1/ekm_client.go b/kms/apiv1/ekm_client.go
index 21f79c7f2733..bc188a8f9343 100755
--- a/kms/apiv1/ekm_client.go
+++ b/kms/apiv1/ekm_client.go
@@ -209,12 +209,12 @@ type internalEkmClient interface {
// EkmClient is a client for interacting with Cloud Key Management Service (KMS) API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Google Cloud Key Management EKM Service
+// Google Cloud Key Management EKM Service
//
// Manages external cryptographic keys and operations using those keys.
// Implements a REST model with the following objects:
//
-// EkmConnection
+// EkmConnection
type EkmClient struct {
// The internal transport-dependent client.
internalClient internalEkmClient
@@ -343,12 +343,12 @@ type ekmGRPCClient struct {
// NewEkmClient creates a new ekm service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Google Cloud Key Management EKM Service
+// Google Cloud Key Management EKM Service
//
// Manages external cryptographic keys and operations using those keys.
// Implements a REST model with the following objects:
//
-// EkmConnection
+// EkmConnection
func NewEkmClient(ctx context.Context, opts ...option.ClientOption) (*EkmClient, error) {
clientOpts := defaultEkmGRPCClientOptions()
if newEkmClientHook != nil {
@@ -425,12 +425,12 @@ type ekmRESTClient struct {
// NewEkmRESTClient creates a new ekm service rest client.
//
-// # Google Cloud Key Management EKM Service
+// Google Cloud Key Management EKM Service
//
// Manages external cryptographic keys and operations using those keys.
// Implements a REST model with the following objects:
//
-// EkmConnection
+// EkmConnection
func NewEkmRESTClient(ctx context.Context, opts ...option.ClientOption) (*EkmClient, error) {
clientOpts := append(defaultEkmRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/kms/apiv1/key_management_client.go b/kms/apiv1/key_management_client.go
index b98565b2b95c..1fdc785aab13 100755
--- a/kms/apiv1/key_management_client.go
+++ b/kms/apiv1/key_management_client.go
@@ -709,18 +709,18 @@ type internalKeyManagementClient interface {
// KeyManagementClient is a client for interacting with Cloud Key Management Service (KMS) API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Google Cloud Key Management Service
+// Google Cloud Key Management Service
//
// Manages cryptographic keys and operations using those keys. Implements a REST
// model with the following objects:
//
-// KeyRing
+// KeyRing
//
-// CryptoKey
+// CryptoKey
//
-// CryptoKeyVersion
+// CryptoKeyVersion
//
-// ImportJob
+// ImportJob
//
// If you are using manual gRPC libraries, see
// Using gRPC with Cloud KMS (at https://cloud.google.com/kms/docs/grpc).
@@ -1042,18 +1042,18 @@ type keyManagementGRPCClient struct {
// NewKeyManagementClient creates a new key management service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Google Cloud Key Management Service
+// Google Cloud Key Management Service
//
// Manages cryptographic keys and operations using those keys. Implements a REST
// model with the following objects:
//
-// KeyRing
+// KeyRing
//
-// CryptoKey
+// CryptoKey
//
-// CryptoKeyVersion
+// CryptoKeyVersion
//
-// ImportJob
+// ImportJob
//
// If you are using manual gRPC libraries, see
// Using gRPC with Cloud KMS (at https://cloud.google.com/kms/docs/grpc).
@@ -1133,18 +1133,18 @@ type keyManagementRESTClient struct {
// NewKeyManagementRESTClient creates a new key management service rest client.
//
-// # Google Cloud Key Management Service
+// Google Cloud Key Management Service
//
// Manages cryptographic keys and operations using those keys. Implements a REST
// model with the following objects:
//
-// KeyRing
+// KeyRing
//
-// CryptoKey
+// CryptoKey
//
-// CryptoKeyVersion
+// CryptoKeyVersion
//
-// ImportJob
+// ImportJob
//
// If you are using manual gRPC libraries, see
// Using gRPC with Cloud KMS (at https://cloud.google.com/kms/docs/grpc).
diff --git a/kms/apiv1/kmspb/ekm_service.pb.go b/kms/apiv1/kmspb/ekm_service.pb.go
index c51cf98f5bcc..cccb754452f5 100755
--- a/kms/apiv1/kmspb/ekm_service.pb.go
+++ b/kms/apiv1/kmspb/ekm_service.pb.go
@@ -22,9 +22,6 @@ package kmspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/kms/apiv1/kmspb/resources.pb.go b/kms/apiv1/kmspb/resources.pb.go
index 50a15f23db06..c57617d25e38 100755
--- a/kms/apiv1/kmspb/resources.pb.go
+++ b/kms/apiv1/kmspb/resources.pb.go
@@ -21,15 +21,14 @@
package kmspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/kms/apiv1/kmspb/service.pb.go b/kms/apiv1/kmspb/service.pb.go
index dc6fa83ab7be..0628fd76978c 100755
--- a/kms/apiv1/kmspb/service.pb.go
+++ b/kms/apiv1/kmspb/service.pb.go
@@ -22,9 +22,6 @@ package kmspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/language/apiv1/doc.go b/language/apiv1/doc.go
index 87d7f0491b08..0fc57bcda2b8 100755
--- a/language/apiv1/doc.go
+++ b/language/apiv1/doc.go
@@ -21,59 +21,58 @@
// analysis, entity recognition, entity sentiment analysis, and other text
// annotations, to developers.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := language.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := language.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := language.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &languagepb.AnalyzeSentimentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/language/apiv1/languagepb#AnalyzeSentimentRequest.
-// }
-// resp, err := c.AnalyzeSentiment(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := language.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &languagepb.AnalyzeSentimentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/language/apiv1/languagepb#AnalyzeSentimentRequest.
+// }
+// resp, err := c.AnalyzeSentiment(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/language/apiv1/languagepb/language_service.pb.go b/language/apiv1/languagepb/language_service.pb.go
index a5cd06eef97d..6b5ff7da3d1e 100755
--- a/language/apiv1/languagepb/language_service.pb.go
+++ b/language/apiv1/languagepb/language_service.pb.go
@@ -22,15 +22,14 @@ package languagepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/language/apiv1beta2/doc.go b/language/apiv1beta2/doc.go
index 0ce1742dcd4a..f61480dc9c4f 100755
--- a/language/apiv1beta2/doc.go
+++ b/language/apiv1beta2/doc.go
@@ -21,61 +21,60 @@
// analysis, entity recognition, entity sentiment analysis, and other text
// annotations, to developers.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := language.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := language.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := language.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &languagepb.AnalyzeSentimentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/language/apiv1beta2/languagepb#AnalyzeSentimentRequest.
-// }
-// resp, err := c.AnalyzeSentiment(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := language.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &languagepb.AnalyzeSentimentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/language/apiv1beta2/languagepb#AnalyzeSentimentRequest.
+// }
+// resp, err := c.AnalyzeSentiment(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/language/apiv1beta2/languagepb/language_service.pb.go b/language/apiv1beta2/languagepb/language_service.pb.go
index 58c78cde1285..7ecdc475d10e 100755
--- a/language/apiv1beta2/languagepb/language_service.pb.go
+++ b/language/apiv1beta2/languagepb/language_service.pb.go
@@ -22,15 +22,14 @@ package languagepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/lifesciences/apiv2beta/doc.go b/lifesciences/apiv2beta/doc.go
index 85d1f61b0ca0..afe16350b389 100755
--- a/lifesciences/apiv2beta/doc.go
+++ b/lifesciences/apiv2beta/doc.go
@@ -20,66 +20,65 @@
// Cloud Life Sciences is a suite of services and tools for managing,
// processing, and transforming life sciences data.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := lifesciences.NewWorkflowsServiceV2BetaClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := lifesciences.NewWorkflowsServiceV2BetaClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := lifesciences.NewWorkflowsServiceV2BetaClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &lifesciencespb.RunPipelineRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb#RunPipelineRequest.
-// }
-// op, err := c.RunPipeline(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := lifesciences.NewWorkflowsServiceV2BetaClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &lifesciencespb.RunPipelineRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/lifesciences/apiv2beta/lifesciencespb#RunPipelineRequest.
+// }
+// op, err := c.RunPipeline(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewWorkflowsServiceV2BetaClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/lifesciences/apiv2beta/lifesciencespb/workflows.pb.go b/lifesciences/apiv2beta/lifesciencespb/workflows.pb.go
index 6540b7ba07d6..fdded4d971e8 100755
--- a/lifesciences/apiv2beta/lifesciencespb/workflows.pb.go
+++ b/lifesciences/apiv2beta/lifesciencespb/workflows.pb.go
@@ -21,11 +21,8 @@
package lifesciencespb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
code "google.golang.org/genproto/googleapis/rpc/code"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/lifesciences/apiv2beta/workflows_service_v2_beta_client.go b/lifesciences/apiv2beta/workflows_service_v2_beta_client.go
index 61729d408f0c..eb5bbb7ca36e 100755
--- a/lifesciences/apiv2beta/workflows_service_v2_beta_client.go
+++ b/lifesciences/apiv2beta/workflows_service_v2_beta_client.go
@@ -161,7 +161,7 @@ func (c *WorkflowsServiceV2BetaClient) Connection() *grpc.ClientConn {
// Authorization requires the following Google
// IAM (at https://cloud.google.com/iam/) permission:
//
-// lifesciences.workflows.run
+// lifesciences.workflows.run
func (c *WorkflowsServiceV2BetaClient) RunPipeline(ctx context.Context, req *lifesciencespb.RunPipelineRequest, opts ...gax.CallOption) (*RunPipelineOperation, error) {
return c.internalClient.RunPipeline(ctx, req, opts...)
}
@@ -192,7 +192,7 @@ func (c *WorkflowsServiceV2BetaClient) ListLocations(ctx context.Context, req *l
// Authorization requires the following Google
// IAM (at https://cloud.google.com/iam) permission:
//
-// lifesciences.operations.cancel
+// lifesciences.operations.cancel
func (c *WorkflowsServiceV2BetaClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, opts ...gax.CallOption) error {
return c.internalClient.CancelOperation(ctx, req, opts...)
}
@@ -203,7 +203,7 @@ func (c *WorkflowsServiceV2BetaClient) CancelOperation(ctx context.Context, req
// Authorization requires the following Google
// IAM (at https://cloud.google.com/iam) permission:
//
-// lifesciences.operations.get
+// lifesciences.operations.get
func (c *WorkflowsServiceV2BetaClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, opts ...gax.CallOption) (*longrunningpb.Operation, error) {
return c.internalClient.GetOperation(ctx, req, opts...)
}
@@ -212,7 +212,7 @@ func (c *WorkflowsServiceV2BetaClient) GetOperation(ctx context.Context, req *lo
// request. Authorization requires the following Google
// IAM (at https://cloud.google.com/iam) permission:
//
-// lifesciences.operations.list
+// lifesciences.operations.list
func (c *WorkflowsServiceV2BetaClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, opts ...gax.CallOption) *OperationIterator {
return c.internalClient.ListOperations(ctx, req, opts...)
}
@@ -582,7 +582,7 @@ func (c *workflowsServiceV2BetaGRPCClient) ListOperations(ctx context.Context, r
// Authorization requires the following Google
// IAM (at https://cloud.google.com/iam/) permission:
//
-// lifesciences.workflows.run
+// lifesciences.workflows.run
func (c *workflowsServiceV2BetaRESTClient) RunPipeline(ctx context.Context, req *lifesciencespb.RunPipelineRequest, opts ...gax.CallOption) (*RunPipelineOperation, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -809,7 +809,7 @@ func (c *workflowsServiceV2BetaRESTClient) ListLocations(ctx context.Context, re
// Authorization requires the following Google
// IAM (at https://cloud.google.com/iam) permission:
//
-// lifesciences.operations.cancel
+// lifesciences.operations.cancel
func (c *workflowsServiceV2BetaRESTClient) CancelOperation(ctx context.Context, req *longrunningpb.CancelOperationRequest, opts ...gax.CallOption) error {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
@@ -861,7 +861,7 @@ func (c *workflowsServiceV2BetaRESTClient) CancelOperation(ctx context.Context,
// Authorization requires the following Google
// IAM (at https://cloud.google.com/iam) permission:
//
-// lifesciences.operations.get
+// lifesciences.operations.get
func (c *workflowsServiceV2BetaRESTClient) GetOperation(ctx context.Context, req *longrunningpb.GetOperationRequest, opts ...gax.CallOption) (*longrunningpb.Operation, error) {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
@@ -923,7 +923,7 @@ func (c *workflowsServiceV2BetaRESTClient) GetOperation(ctx context.Context, req
// request. Authorization requires the following Google
// IAM (at https://cloud.google.com/iam) permission:
//
-// lifesciences.operations.list
+// lifesciences.operations.list
func (c *workflowsServiceV2BetaRESTClient) ListOperations(ctx context.Context, req *longrunningpb.ListOperationsRequest, opts ...gax.CallOption) *OperationIterator {
it := &OperationIterator{}
req = proto.Clone(req).(*longrunningpb.ListOperationsRequest)
diff --git a/logging/apiv2/doc.go b/logging/apiv2/doc.go
index 033fe01b0023..6d66331069f6 100755
--- a/logging/apiv2/doc.go
+++ b/logging/apiv2/doc.go
@@ -19,57 +19,56 @@
//
// Writes log entries and manages your Cloud Logging configuration.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := logging.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := logging.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := logging.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &loggingpb.DeleteLogRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/logging/apiv2/loggingpb#DeleteLogRequest.
-// }
-// err = c.DeleteLog(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := logging.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &loggingpb.DeleteLogRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/logging/apiv2/loggingpb#DeleteLogRequest.
+// }
+// err = c.DeleteLog(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/logging/apiv2/loggingpb/log_entry.pb.go b/logging/apiv2/loggingpb/log_entry.pb.go
index 18e65d260fc1..ef5666d298d2 100755
--- a/logging/apiv2/loggingpb/log_entry.pb.go
+++ b/logging/apiv2/loggingpb/log_entry.pb.go
@@ -21,9 +21,6 @@
package loggingpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
monitoredres "google.golang.org/genproto/googleapis/api/monitoredres"
_type "google.golang.org/genproto/googleapis/logging/type"
@@ -32,6 +29,8 @@ import (
anypb "google.golang.org/protobuf/types/known/anypb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/logging/apiv2/loggingpb/logging.pb.go b/logging/apiv2/loggingpb/logging.pb.go
index ae9f008d7c69..9812fb448e41 100755
--- a/logging/apiv2/loggingpb/logging.pb.go
+++ b/logging/apiv2/loggingpb/logging.pb.go
@@ -22,9 +22,6 @@ package loggingpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
monitoredres "google.golang.org/genproto/googleapis/api/monitoredres"
status "google.golang.org/genproto/googleapis/rpc/status"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/logging/apiv2/loggingpb/logging_config.pb.go b/logging/apiv2/loggingpb/logging_config.pb.go
index e187238c963c..c8a133f47d18 100755
--- a/logging/apiv2/loggingpb/logging_config.pb.go
+++ b/logging/apiv2/loggingpb/logging_config.pb.go
@@ -21,11 +21,8 @@
package loggingpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/logging/apiv2/loggingpb/logging_metrics.pb.go b/logging/apiv2/loggingpb/logging_metrics.pb.go
index 788a0e797a68..f473e74132c8 100755
--- a/logging/apiv2/loggingpb/logging_metrics.pb.go
+++ b/logging/apiv2/loggingpb/logging_metrics.pb.go
@@ -22,9 +22,6 @@ package loggingpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
distribution "google.golang.org/genproto/googleapis/api/distribution"
metric "google.golang.org/genproto/googleapis/api/metric"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/longrunning/autogen/doc.go b/longrunning/autogen/doc.go
index 57b1bbf2cb2c..706456e0a66d 100755
--- a/longrunning/autogen/doc.go
+++ b/longrunning/autogen/doc.go
@@ -17,65 +17,64 @@
// Package longrunning is an auto-generated package for the
// Long Running Operations API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := longrunning.NewOperationsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := longrunning.NewOperationsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := longrunning.NewOperationsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &longrunningpb.ListOperationsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.
-// }
-// it := c.ListOperations(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := longrunning.NewOperationsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &longrunningpb.ListOperationsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/longrunning/autogen/longrunningpb#ListOperationsRequest.
+// }
+// it := c.ListOperations(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewOperationsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/longrunning/autogen/longrunningpb/operations.pb.go b/longrunning/autogen/longrunningpb/operations.pb.go
index b14ea5ec4ffd..3231bc805fdd 100755
--- a/longrunning/autogen/longrunningpb/operations.pb.go
+++ b/longrunning/autogen/longrunningpb/operations.pb.go
@@ -22,9 +22,6 @@ package longrunningpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
anypb "google.golang.org/protobuf/types/known/anypb"
durationpb "google.golang.org/protobuf/types/known/durationpb"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -519,13 +518,13 @@ func (x *WaitOperationRequest) GetTimeout() *durationpb.Duration {
//
// Example:
//
-// rpc LongRunningRecognize(LongRunningRecognizeRequest)
-// returns (google.longrunning.Operation) {
-// option (google.longrunning.operation_info) = {
-// response_type: "LongRunningRecognizeResponse"
-// metadata_type: "LongRunningRecognizeMetadata"
-// };
-// }
+// rpc LongRunningRecognize(LongRunningRecognizeRequest)
+// returns (google.longrunning.Operation) {
+// option (google.longrunning.operation_info) = {
+// response_type: "LongRunningRecognizeResponse"
+// metadata_type: "LongRunningRecognizeMetadata"
+// };
+// }
type OperationInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/managedidentities/apiv1/doc.go b/managedidentities/apiv1/doc.go
index eb22739314fe..5938912f6315 100755
--- a/managedidentities/apiv1/doc.go
+++ b/managedidentities/apiv1/doc.go
@@ -21,64 +21,63 @@
// managing a highly available, hardened service running Microsoft Active
// Directory (AD).
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := managedidentities.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := managedidentities.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := managedidentities.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &managedidentitiespb.CreateMicrosoftAdDomainRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/managedidentities/apiv1/managedidentitiespb#CreateMicrosoftAdDomainRequest.
-// }
-// op, err := c.CreateMicrosoftAdDomain(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := managedidentities.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &managedidentitiespb.CreateMicrosoftAdDomainRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/managedidentities/apiv1/managedidentitiespb#CreateMicrosoftAdDomainRequest.
+// }
+// op, err := c.CreateMicrosoftAdDomain(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/managedidentities/apiv1/managed_identities_client.go b/managedidentities/apiv1/managed_identities_client.go
index 77e86299ecf8..f851067d6ea2 100755
--- a/managedidentities/apiv1/managed_identities_client.go
+++ b/managedidentities/apiv1/managed_identities_client.go
@@ -107,7 +107,7 @@ type internalClient interface {
// Client is a client for interacting with Managed Service for Microsoft Active Directory API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// The managedidentites.googleapis.com service implements the Google Cloud
// Managed Identites API for identity services
@@ -117,35 +117,35 @@ type internalClient interface {
// (create/read/update/delete) domains, reset managed identities admin password,
// add/remove domain controllers in GCP regions and add/remove VPC peering.
//
-// # Data Model
+// Data Model
//
// The Managed Identities service exposes the following resources:
//
-// Locations as global, named as follows:
-// projects/{project_id}/locations/global.
+// Locations as global, named as follows:
+// projects/{project_id}/locations/global.
//
-// Domains, named as follows:
-// /projects/{project_id}/locations/global/domain/{domain_name}.
+// Domains, named as follows:
+// /projects/{project_id}/locations/global/domain/{domain_name}.
//
// The {domain_name} refers to fully qualified domain name in the customer
// project e.g. mydomain.myorganization.com (at http://mydomain.myorganization.com), with the following restrictions:
//
-// Must contain only lowercase letters, numbers, periods and hyphens.
+// Must contain only lowercase letters, numbers, periods and hyphens.
//
-// Must start with a letter.
+// Must start with a letter.
//
-// Must contain between 2-64 characters.
+// Must contain between 2-64 characters.
//
-// Must end with a number or a letter.
+// Must end with a number or a letter.
//
-// Must not start with period.
+// Must not start with period.
//
-// First segement length (mydomain form example above) shouldn’t exceed
-// 15 chars.
+// First segement length (mydomain form example above) shouldn’t exceed
+// 15 chars.
//
-// The last segment cannot be fully numeric.
+// The last segment cannot be fully numeric.
//
-// Must be unique within the customer project.
+// Must be unique within the customer project.
type Client struct {
// The internal transport-dependent client.
internalClient internalClient
@@ -303,7 +303,7 @@ type gRPCClient struct {
// NewClient creates a new managed identities service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// The managedidentites.googleapis.com service implements the Google Cloud
// Managed Identites API for identity services
@@ -313,35 +313,35 @@ type gRPCClient struct {
// (create/read/update/delete) domains, reset managed identities admin password,
// add/remove domain controllers in GCP regions and add/remove VPC peering.
//
-// # Data Model
+// Data Model
//
// The Managed Identities service exposes the following resources:
//
-// Locations as global, named as follows:
-// projects/{project_id}/locations/global.
+// Locations as global, named as follows:
+// projects/{project_id}/locations/global.
//
-// Domains, named as follows:
-// /projects/{project_id}/locations/global/domain/{domain_name}.
+// Domains, named as follows:
+// /projects/{project_id}/locations/global/domain/{domain_name}.
//
// The {domain_name} refers to fully qualified domain name in the customer
// project e.g. mydomain.myorganization.com (at http://mydomain.myorganization.com), with the following restrictions:
//
-// Must contain only lowercase letters, numbers, periods and hyphens.
+// Must contain only lowercase letters, numbers, periods and hyphens.
//
-// Must start with a letter.
+// Must start with a letter.
//
-// Must contain between 2-64 characters.
+// Must contain between 2-64 characters.
//
-// Must end with a number or a letter.
+// Must end with a number or a letter.
//
-// Must not start with period.
+// Must not start with period.
//
-// First segement length (mydomain form example above) shouldn’t exceed
-// 15 chars.
+// First segement length (mydomain form example above) shouldn’t exceed
+// 15 chars.
//
-// The last segment cannot be fully numeric.
+// The last segment cannot be fully numeric.
//
-// Must be unique within the customer project.
+// Must be unique within the customer project.
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := defaultGRPCClientOptions()
if newClientHook != nil {
diff --git a/managedidentities/apiv1/managedidentitiespb/managed_identities_service.pb.go b/managedidentities/apiv1/managedidentitiespb/managed_identities_service.pb.go
index 5875e9bfb479..062e5838155e 100755
--- a/managedidentities/apiv1/managedidentitiespb/managed_identities_service.pb.go
+++ b/managedidentities/apiv1/managedidentitiespb/managed_identities_service.pb.go
@@ -22,11 +22,8 @@
package managedidentitiespb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/managedidentities/apiv1/managedidentitiespb/resource.pb.go b/managedidentities/apiv1/managedidentitiespb/resource.pb.go
index b0a09ca33d4d..c7abf7146631 100755
--- a/managedidentities/apiv1/managedidentitiespb/resource.pb.go
+++ b/managedidentities/apiv1/managedidentitiespb/resource.pb.go
@@ -22,13 +22,12 @@
package managedidentitiespb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/mediatranslation/apiv1beta1/doc.go b/mediatranslation/apiv1beta1/doc.go
index b0829eae7f50..cd0a9f663002 100755
--- a/mediatranslation/apiv1beta1/doc.go
+++ b/mediatranslation/apiv1beta1/doc.go
@@ -17,76 +17,75 @@
// Package mediatranslation is an auto-generated package for the
// Media Translation API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := mediatranslation.NewSpeechTranslationClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := mediatranslation.NewSpeechTranslationClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := mediatranslation.NewSpeechTranslationClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-// stream, err := c.StreamingTranslateSpeech(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// go func() {
-// reqs := []*mediatranslationpb.StreamingTranslateSpeechRequest{
-// // TODO: Create requests.
-// }
-// for _, req := range reqs {
-// if err := stream.Send(req); err != nil {
-// // TODO: Handle error.
-// }
-// }
-// stream.CloseSend()
-// }()
-// for {
-// resp, err := stream.Recv()
-// if err == io.EOF {
-// break
-// }
-// if err != nil {
-// // TODO: handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := mediatranslation.NewSpeechTranslationClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+// stream, err := c.StreamingTranslateSpeech(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// go func() {
+// reqs := []*mediatranslationpb.StreamingTranslateSpeechRequest{
+// // TODO: Create requests.
+// }
+// for _, req := range reqs {
+// if err := stream.Send(req); err != nil {
+// // TODO: Handle error.
+// }
+// }
+// stream.CloseSend()
+// }()
+// for {
+// resp, err := stream.Recv()
+// if err == io.EOF {
+// break
+// }
+// if err != nil {
+// // TODO: handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewSpeechTranslationClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/mediatranslation/apiv1beta1/mediatranslationpb/media_translation.pb.go b/mediatranslation/apiv1beta1/mediatranslationpb/media_translation.pb.go
index 6498c4c2fa90..ca82502b00df 100755
--- a/mediatranslation/apiv1beta1/mediatranslationpb/media_translation.pb.go
+++ b/mediatranslation/apiv1beta1/mediatranslationpb/media_translation.pb.go
@@ -22,9 +22,6 @@ package mediatranslationpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -32,6 +29,8 @@ import (
status1 "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/memcache/apiv1/cloud_memcache_client.go b/memcache/apiv1/cloud_memcache_client.go
index 7c6eb155d931..0f00e7c8a240 100755
--- a/memcache/apiv1/cloud_memcache_client.go
+++ b/memcache/apiv1/cloud_memcache_client.go
@@ -150,19 +150,19 @@ type internalCloudMemcacheClient interface {
// for Memcached API and defines the following resource model for managing
// Memorystore Memcached (also called Memcached below) instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Memcached instances, named:
-// /instances/*
+// Each location has a collection of Memcached instances, named:
+// /instances/*
//
-// As such, Memcached instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Memcached instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be a GCP region; for example:
//
-// projects/my-memcached-project/locations/us-central1/instances/my-memcached
+// projects/my-memcached-project/locations/us-central1/instances/my-memcached
type CloudMemcacheClient struct {
// The internal transport-dependent client.
internalClient internalCloudMemcacheClient
@@ -347,19 +347,19 @@ type cloudMemcacheGRPCClient struct {
// for Memcached API and defines the following resource model for managing
// Memorystore Memcached (also called Memcached below) instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Memcached instances, named:
-// /instances/*
+// Each location has a collection of Memcached instances, named:
+// /instances/*
//
-// As such, Memcached instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Memcached instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be a GCP region; for example:
//
-// projects/my-memcached-project/locations/us-central1/instances/my-memcached
+// projects/my-memcached-project/locations/us-central1/instances/my-memcached
func NewCloudMemcacheClient(ctx context.Context, opts ...option.ClientOption) (*CloudMemcacheClient, error) {
clientOpts := defaultCloudMemcacheGRPCClientOptions()
if newCloudMemcacheClientHook != nil {
@@ -458,19 +458,19 @@ type cloudMemcacheRESTClient struct {
// for Memcached API and defines the following resource model for managing
// Memorystore Memcached (also called Memcached below) instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Memcached instances, named:
-// /instances/*
+// Each location has a collection of Memcached instances, named:
+// /instances/*
//
-// As such, Memcached instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Memcached instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be a GCP region; for example:
//
-// projects/my-memcached-project/locations/us-central1/instances/my-memcached
+// projects/my-memcached-project/locations/us-central1/instances/my-memcached
func NewCloudMemcacheRESTClient(ctx context.Context, opts ...option.ClientOption) (*CloudMemcacheClient, error) {
clientOpts := append(defaultCloudMemcacheRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/memcache/apiv1/doc.go b/memcache/apiv1/doc.go
index f2e92681427e..d806b682f3a0 100755
--- a/memcache/apiv1/doc.go
+++ b/memcache/apiv1/doc.go
@@ -20,65 +20,64 @@
// Google Cloud Memorystore for Memcached API is used for creating and
// managing Memcached instances in GCP.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := memcache.NewCloudMemcacheClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := memcache.NewCloudMemcacheClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := memcache.NewCloudMemcacheClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &memcachepb.ListInstancesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/memcache/apiv1/memcachepb#ListInstancesRequest.
-// }
-// it := c.ListInstances(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := memcache.NewCloudMemcacheClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &memcachepb.ListInstancesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/memcache/apiv1/memcachepb#ListInstancesRequest.
+// }
+// it := c.ListInstances(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudMemcacheClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/memcache/apiv1/memcachepb/cloud_memcache.pb.go b/memcache/apiv1/memcachepb/cloud_memcache.pb.go
index 610707494ff1..bfd58e557108 100755
--- a/memcache/apiv1/memcachepb/cloud_memcache.pb.go
+++ b/memcache/apiv1/memcachepb/cloud_memcache.pb.go
@@ -21,11 +21,8 @@
package memcachepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
timeofday "google.golang.org/genproto/googleapis/type/timeofday"
@@ -37,6 +34,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/memcache/apiv1beta2/cloud_memcache_client.go b/memcache/apiv1beta2/cloud_memcache_client.go
index 3f4369f7da26..bae6ec0c6994 100755
--- a/memcache/apiv1beta2/cloud_memcache_client.go
+++ b/memcache/apiv1beta2/cloud_memcache_client.go
@@ -155,19 +155,19 @@ type internalCloudMemcacheClient interface {
// for Memcached API and defines the following resource model for managing
// Memorystore Memcached (also called Memcached below) instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Memcached instances, named:
-// /instances/*
+// Each location has a collection of Memcached instances, named:
+// /instances/*
//
-// As such, Memcached instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Memcached instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be a GCP region; for example:
//
-// projects/my-memcached-project/locations/us-central1/instances/my-memcached
+// projects/my-memcached-project/locations/us-central1/instances/my-memcached
type CloudMemcacheClient struct {
// The internal transport-dependent client.
internalClient internalCloudMemcacheClient
@@ -363,19 +363,19 @@ type cloudMemcacheGRPCClient struct {
// for Memcached API and defines the following resource model for managing
// Memorystore Memcached (also called Memcached below) instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Memcached instances, named:
-// /instances/*
+// Each location has a collection of Memcached instances, named:
+// /instances/*
//
-// As such, Memcached instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Memcached instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be a GCP region; for example:
//
-// projects/my-memcached-project/locations/us-central1/instances/my-memcached
+// projects/my-memcached-project/locations/us-central1/instances/my-memcached
func NewCloudMemcacheClient(ctx context.Context, opts ...option.ClientOption) (*CloudMemcacheClient, error) {
clientOpts := defaultCloudMemcacheGRPCClientOptions()
if newCloudMemcacheClientHook != nil {
@@ -474,19 +474,19 @@ type cloudMemcacheRESTClient struct {
// for Memcached API and defines the following resource model for managing
// Memorystore Memcached (also called Memcached below) instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Memcached instances, named:
-// /instances/*
+// Each location has a collection of Memcached instances, named:
+// /instances/*
//
-// As such, Memcached instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Memcached instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be a GCP region; for example:
//
-// projects/my-memcached-project/locations/us-central1/instances/my-memcached
+// projects/my-memcached-project/locations/us-central1/instances/my-memcached
func NewCloudMemcacheRESTClient(ctx context.Context, opts ...option.ClientOption) (*CloudMemcacheClient, error) {
clientOpts := append(defaultCloudMemcacheRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/memcache/apiv1beta2/doc.go b/memcache/apiv1beta2/doc.go
index a2b03a031717..3950c8276d02 100755
--- a/memcache/apiv1beta2/doc.go
+++ b/memcache/apiv1beta2/doc.go
@@ -20,67 +20,66 @@
// Google Cloud Memorystore for Memcached API is used for creating and
// managing Memcached instances in GCP.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := memcache.NewCloudMemcacheClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := memcache.NewCloudMemcacheClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := memcache.NewCloudMemcacheClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &memcachepb.ListInstancesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/memcache/apiv1beta2/memcachepb#ListInstancesRequest.
-// }
-// it := c.ListInstances(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := memcache.NewCloudMemcacheClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &memcachepb.ListInstancesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/memcache/apiv1beta2/memcachepb#ListInstancesRequest.
+// }
+// it := c.ListInstances(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudMemcacheClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/memcache/apiv1beta2/memcachepb/cloud_memcache.pb.go b/memcache/apiv1beta2/memcachepb/cloud_memcache.pb.go
index cf59f3a453a9..1e9a0e98b452 100755
--- a/memcache/apiv1beta2/memcachepb/cloud_memcache.pb.go
+++ b/memcache/apiv1beta2/memcachepb/cloud_memcache.pb.go
@@ -21,11 +21,8 @@
package memcachepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
timeofday "google.golang.org/genproto/googleapis/type/timeofday"
@@ -37,6 +34,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/metastore/apiv1/dataproc_metastore_client.go b/metastore/apiv1/dataproc_metastore_client.go
index 629d6d95cc12..098837f87d4f 100755
--- a/metastore/apiv1/dataproc_metastore_client.go
+++ b/metastore/apiv1/dataproc_metastore_client.go
@@ -308,15 +308,15 @@ type internalDataprocMetastoreClient interface {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
type DataprocMetastoreClient struct {
@@ -579,15 +579,15 @@ type dataprocMetastoreGRPCClient struct {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
func NewDataprocMetastoreClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreClient, error) {
@@ -692,15 +692,15 @@ type dataprocMetastoreRESTClient struct {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
func NewDataprocMetastoreRESTClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreClient, error) {
diff --git a/metastore/apiv1/dataproc_metastore_federation_client.go b/metastore/apiv1/dataproc_metastore_federation_client.go
index d2efd4968997..0a7c538bf332 100755
--- a/metastore/apiv1/dataproc_metastore_federation_client.go
+++ b/metastore/apiv1/dataproc_metastore_federation_client.go
@@ -146,15 +146,15 @@ type internalDataprocMetastoreFederationClient interface {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
type DataprocMetastoreFederationClient struct {
// The internal transport-dependent client.
internalClient internalDataprocMetastoreFederationClient
@@ -327,15 +327,15 @@ type dataprocMetastoreFederationGRPCClient struct {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
func NewDataprocMetastoreFederationClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreFederationClient, error) {
clientOpts := defaultDataprocMetastoreFederationGRPCClientOptions()
if newDataprocMetastoreFederationClientHook != nil {
@@ -437,15 +437,15 @@ type dataprocMetastoreFederationRESTClient struct {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
func NewDataprocMetastoreFederationRESTClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreFederationClient, error) {
clientOpts := append(defaultDataprocMetastoreFederationRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/metastore/apiv1/doc.go b/metastore/apiv1/doc.go
index 43b0237be2b1..d354f4d91a89 100755
--- a/metastore/apiv1/doc.go
+++ b/metastore/apiv1/doc.go
@@ -20,65 +20,64 @@
// The Dataproc Metastore API is used to manage the lifecycle and
// configuration of metastore services.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metastore.NewDataprocMetastoreClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metastore.NewDataprocMetastoreClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metastore.NewDataprocMetastoreClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &metastorepb.ListServicesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/metastore/apiv1/metastorepb#ListServicesRequest.
-// }
-// it := c.ListServices(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metastore.NewDataprocMetastoreClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &metastorepb.ListServicesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/metastore/apiv1/metastorepb#ListServicesRequest.
+// }
+// it := c.ListServices(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewDataprocMetastoreClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/metastore/apiv1/metastorepb/metastore.pb.go b/metastore/apiv1/metastorepb/metastore.pb.go
index ba0f9640c3a1..e88ee3d0ab15 100755
--- a/metastore/apiv1/metastorepb/metastore.pb.go
+++ b/metastore/apiv1/metastorepb/metastore.pb.go
@@ -21,11 +21,8 @@
package metastorepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/metastore/apiv1/metastorepb/metastore_federation.pb.go b/metastore/apiv1/metastorepb/metastore_federation.pb.go
index 49bb7d34cdd4..79de36973a64 100755
--- a/metastore/apiv1/metastorepb/metastore_federation.pb.go
+++ b/metastore/apiv1/metastorepb/metastore_federation.pb.go
@@ -21,11 +21,8 @@
package metastorepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/metastore/apiv1alpha/dataproc_metastore_client.go b/metastore/apiv1alpha/dataproc_metastore_client.go
index 32e5dbaa281e..e793a7287c6a 100755
--- a/metastore/apiv1alpha/dataproc_metastore_client.go
+++ b/metastore/apiv1alpha/dataproc_metastore_client.go
@@ -403,15 +403,15 @@ type internalDataprocMetastoreClient interface {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
type DataprocMetastoreClient struct {
@@ -715,15 +715,15 @@ type dataprocMetastoreGRPCClient struct {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
func NewDataprocMetastoreClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreClient, error) {
@@ -828,15 +828,15 @@ type dataprocMetastoreRESTClient struct {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
func NewDataprocMetastoreRESTClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreClient, error) {
diff --git a/metastore/apiv1alpha/dataproc_metastore_federation_client.go b/metastore/apiv1alpha/dataproc_metastore_federation_client.go
index 13300ef3defc..9dd7b81381fc 100755
--- a/metastore/apiv1alpha/dataproc_metastore_federation_client.go
+++ b/metastore/apiv1alpha/dataproc_metastore_federation_client.go
@@ -146,15 +146,15 @@ type internalDataprocMetastoreFederationClient interface {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
type DataprocMetastoreFederationClient struct {
// The internal transport-dependent client.
internalClient internalDataprocMetastoreFederationClient
@@ -327,15 +327,15 @@ type dataprocMetastoreFederationGRPCClient struct {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
func NewDataprocMetastoreFederationClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreFederationClient, error) {
clientOpts := defaultDataprocMetastoreFederationGRPCClientOptions()
if newDataprocMetastoreFederationClientHook != nil {
@@ -437,15 +437,15 @@ type dataprocMetastoreFederationRESTClient struct {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
func NewDataprocMetastoreFederationRESTClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreFederationClient, error) {
clientOpts := append(defaultDataprocMetastoreFederationRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/metastore/apiv1alpha/doc.go b/metastore/apiv1alpha/doc.go
index ce26936dc227..e6ab36992582 100755
--- a/metastore/apiv1alpha/doc.go
+++ b/metastore/apiv1alpha/doc.go
@@ -20,67 +20,66 @@
// The Dataproc Metastore API is used to manage the lifecycle and
// configuration of metastore services.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metastore.NewDataprocMetastoreClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metastore.NewDataprocMetastoreClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metastore.NewDataprocMetastoreClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &metastorepb.ListServicesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/metastore/apiv1alpha/metastorepb#ListServicesRequest.
-// }
-// it := c.ListServices(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metastore.NewDataprocMetastoreClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &metastorepb.ListServicesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/metastore/apiv1alpha/metastorepb#ListServicesRequest.
+// }
+// it := c.ListServices(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewDataprocMetastoreClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/metastore/apiv1alpha/metastorepb/metastore.pb.go b/metastore/apiv1alpha/metastorepb/metastore.pb.go
index 35ed9114715c..2cc03a5efedd 100755
--- a/metastore/apiv1alpha/metastorepb/metastore.pb.go
+++ b/metastore/apiv1alpha/metastorepb/metastore.pb.go
@@ -21,11 +21,8 @@
package metastorepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/metastore/apiv1alpha/metastorepb/metastore_federation.pb.go b/metastore/apiv1alpha/metastorepb/metastore_federation.pb.go
index 329ece6e9321..e7d54e233963 100755
--- a/metastore/apiv1alpha/metastorepb/metastore_federation.pb.go
+++ b/metastore/apiv1alpha/metastorepb/metastore_federation.pb.go
@@ -21,11 +21,8 @@
package metastorepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/metastore/apiv1beta/dataproc_metastore_client.go b/metastore/apiv1beta/dataproc_metastore_client.go
index 7de0a85593db..64f049e2a002 100755
--- a/metastore/apiv1beta/dataproc_metastore_client.go
+++ b/metastore/apiv1beta/dataproc_metastore_client.go
@@ -403,15 +403,15 @@ type internalDataprocMetastoreClient interface {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
type DataprocMetastoreClient struct {
@@ -715,15 +715,15 @@ type dataprocMetastoreGRPCClient struct {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
func NewDataprocMetastoreClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreClient, error) {
@@ -828,15 +828,15 @@ type dataprocMetastoreRESTClient struct {
//
// The Dataproc Metastore API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects, named:
-// /projects/*
+// The service works with a collection of Google Cloud projects, named:
+// /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
-// (a location must refer to a Google Cloud region)
+// Each project has a collection of available locations, named: /locations/*
+// (a location must refer to a Google Cloud region)
//
-// Each location has a collection of services, named: /services/*
+// Each location has a collection of services, named: /services/*
//
-// Dataproc Metastore services are resources with names of the form:
+// Dataproc Metastore services are resources with names of the form:
//
// /projects/{project_number}/locations/{location_id}/services/{service_id}.
func NewDataprocMetastoreRESTClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreClient, error) {
diff --git a/metastore/apiv1beta/dataproc_metastore_federation_client.go b/metastore/apiv1beta/dataproc_metastore_federation_client.go
index 8e719a842b27..a61fed34c9c6 100755
--- a/metastore/apiv1beta/dataproc_metastore_federation_client.go
+++ b/metastore/apiv1beta/dataproc_metastore_federation_client.go
@@ -146,15 +146,15 @@ type internalDataprocMetastoreFederationClient interface {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
type DataprocMetastoreFederationClient struct {
// The internal transport-dependent client.
internalClient internalDataprocMetastoreFederationClient
@@ -327,15 +327,15 @@ type dataprocMetastoreFederationGRPCClient struct {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
func NewDataprocMetastoreFederationClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreFederationClient, error) {
clientOpts := defaultDataprocMetastoreFederationGRPCClientOptions()
if newDataprocMetastoreFederationClientHook != nil {
@@ -437,15 +437,15 @@ type dataprocMetastoreFederationRESTClient struct {
//
// The Dataproc Metastore Federation API defines the following resource model:
//
-// The service works with a collection of Google Cloud projects.
+// The service works with a collection of Google Cloud projects.
//
-// Each project has a collection of available locations.
+// Each project has a collection of available locations.
//
-// Each location has a collection of federations.
+// Each location has a collection of federations.
//
-// Dataproc Metastore Federations are resources with names of the
-// form:
-// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
+// Dataproc Metastore Federations are resources with names of the
+// form:
+// projects/{project_number}/locations/{location_id}/federations/{federation_id}.
func NewDataprocMetastoreFederationRESTClient(ctx context.Context, opts ...option.ClientOption) (*DataprocMetastoreFederationClient, error) {
clientOpts := append(defaultDataprocMetastoreFederationRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/metastore/apiv1beta/doc.go b/metastore/apiv1beta/doc.go
index 63c9dc21f4b0..3f048b593735 100755
--- a/metastore/apiv1beta/doc.go
+++ b/metastore/apiv1beta/doc.go
@@ -20,67 +20,66 @@
// The Dataproc Metastore API is used to manage the lifecycle and
// configuration of metastore services.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metastore.NewDataprocMetastoreClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metastore.NewDataprocMetastoreClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metastore.NewDataprocMetastoreClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &metastorepb.ListServicesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/metastore/apiv1beta/metastorepb#ListServicesRequest.
-// }
-// it := c.ListServices(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metastore.NewDataprocMetastoreClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &metastorepb.ListServicesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/metastore/apiv1beta/metastorepb#ListServicesRequest.
+// }
+// it := c.ListServices(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewDataprocMetastoreClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/metastore/apiv1beta/metastorepb/metastore.pb.go b/metastore/apiv1beta/metastorepb/metastore.pb.go
index f61585df3dfb..7bd07989e4db 100755
--- a/metastore/apiv1beta/metastorepb/metastore.pb.go
+++ b/metastore/apiv1beta/metastorepb/metastore.pb.go
@@ -21,11 +21,8 @@
package metastorepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/metastore/apiv1beta/metastorepb/metastore_federation.pb.go b/metastore/apiv1beta/metastorepb/metastore_federation.pb.go
index 1726cba3588e..8b201953e0ff 100755
--- a/metastore/apiv1beta/metastorepb/metastore_federation.pb.go
+++ b/metastore/apiv1beta/metastorepb/metastore_federation.pb.go
@@ -21,11 +21,8 @@
package metastorepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/alertchart.pb.go b/monitoring/dashboard/apiv1/dashboardpb/alertchart.pb.go
index 01437701eb9c..bee8fb2cb831 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/alertchart.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/alertchart.pb.go
@@ -21,12 +21,11 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/collapsible_group.pb.go b/monitoring/dashboard/apiv1/dashboardpb/collapsible_group.pb.go
index ad0099636027..31e9e6310d33 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/collapsible_group.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/collapsible_group.pb.go
@@ -21,11 +21,10 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/common.pb.go b/monitoring/dashboard/apiv1/dashboardpb/common.pb.go
index d9bf633f9bda..9edc6db9d80a 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/common.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/common.pb.go
@@ -21,12 +21,11 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/dashboard.pb.go b/monitoring/dashboard/apiv1/dashboardpb/dashboard.pb.go
index 8791f6c0db22..2bc5b625a7cf 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/dashboard.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/dashboard.pb.go
@@ -21,12 +21,11 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/dashboard_filter.pb.go b/monitoring/dashboard/apiv1/dashboardpb/dashboard_filter.pb.go
index 9d89857369b8..274bae371390 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/dashboard_filter.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/dashboard_filter.pb.go
@@ -21,12 +21,11 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/dashboards_service.pb.go b/monitoring/dashboard/apiv1/dashboardpb/dashboards_service.pb.go
index 0dc5c380c509..1eb49c871605 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/dashboards_service.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/dashboards_service.pb.go
@@ -22,9 +22,6 @@ package dashboardpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/drilldowns.pb.go b/monitoring/dashboard/apiv1/dashboardpb/drilldowns.pb.go
index aa05c2c6b761..c20605ceb0b5 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/drilldowns.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/drilldowns.pb.go
@@ -21,10 +21,9 @@
package dashboardpb
import (
- reflect "reflect"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/layouts.pb.go b/monitoring/dashboard/apiv1/dashboardpb/layouts.pb.go
index dc80f85c51af..1b47b31e1075 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/layouts.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/layouts.pb.go
@@ -21,11 +21,10 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/logs_panel.pb.go b/monitoring/dashboard/apiv1/dashboardpb/logs_panel.pb.go
index 9cb05210a223..66318085d5a3 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/logs_panel.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/logs_panel.pb.go
@@ -21,11 +21,10 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/metrics.pb.go b/monitoring/dashboard/apiv1/dashboardpb/metrics.pb.go
index 4cc5ee5147be..e1942bc55a17 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/metrics.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/metrics.pb.go
@@ -21,12 +21,11 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/scorecard.pb.go b/monitoring/dashboard/apiv1/dashboardpb/scorecard.pb.go
index e569ab63a9b7..69d8d55ecf26 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/scorecard.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/scorecard.pb.go
@@ -21,13 +21,12 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/service.pb.go b/monitoring/dashboard/apiv1/dashboardpb/service.pb.go
index ae3bd540fb32..fadb12591dd6 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/service.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/service.pb.go
@@ -21,10 +21,9 @@
package dashboardpb
import (
- reflect "reflect"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/table.pb.go b/monitoring/dashboard/apiv1/dashboardpb/table.pb.go
index 7c0cf7f8fdf7..7d79807a936f 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/table.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/table.pb.go
@@ -21,13 +21,12 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/table_display_options.pb.go b/monitoring/dashboard/apiv1/dashboardpb/table_display_options.pb.go
index d7a4e01f0dad..41a18547db3d 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/table_display_options.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/table_display_options.pb.go
@@ -21,12 +21,11 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/text.pb.go b/monitoring/dashboard/apiv1/dashboardpb/text.pb.go
index 4838136cc173..34de9c69fe56 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/text.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/text.pb.go
@@ -21,11 +21,10 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/widget.pb.go b/monitoring/dashboard/apiv1/dashboardpb/widget.pb.go
index a8cd2d677355..e509081464df 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/widget.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/widget.pb.go
@@ -21,13 +21,12 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/dashboardpb/xychart.pb.go b/monitoring/dashboard/apiv1/dashboardpb/xychart.pb.go
index cf59a5c8f1dc..d0c52d665dd7 100755
--- a/monitoring/dashboard/apiv1/dashboardpb/xychart.pb.go
+++ b/monitoring/dashboard/apiv1/dashboardpb/xychart.pb.go
@@ -21,13 +21,12 @@
package dashboardpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/dashboard/apiv1/doc.go b/monitoring/dashboard/apiv1/doc.go
index eec499221e89..034df565122c 100755
--- a/monitoring/dashboard/apiv1/doc.go
+++ b/monitoring/dashboard/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Manages your Cloud Monitoring data and configurations.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dashboard.NewDashboardsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dashboard.NewDashboardsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := dashboard.NewDashboardsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &dashboardpb.CreateDashboardRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/monitoring/dashboard/apiv1/dashboardpb#CreateDashboardRequest.
-// }
-// resp, err := c.CreateDashboard(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := dashboard.NewDashboardsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &dashboardpb.CreateDashboardRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/monitoring/dashboard/apiv1/dashboardpb#CreateDashboardRequest.
+// }
+// resp, err := c.CreateDashboard(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewDashboardsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/monitoring/metricsscope/apiv1/doc.go b/monitoring/metricsscope/apiv1/doc.go
index 82d60e103047..eaf0a892cccc 100755
--- a/monitoring/metricsscope/apiv1/doc.go
+++ b/monitoring/metricsscope/apiv1/doc.go
@@ -24,59 +24,58 @@
// concepts found in the table entries, read the Cloud Monitoring
// documentation (at https://cloud.google.com/monitoring/docs).
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metricsscope.NewMetricsScopesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metricsscope.NewMetricsScopesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := metricsscope.NewMetricsScopesClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &metricsscopepb.GetMetricsScopeRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/monitoring/metricsscope/apiv1/metricsscopepb#GetMetricsScopeRequest.
-// }
-// resp, err := c.GetMetricsScope(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := metricsscope.NewMetricsScopesClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &metricsscopepb.GetMetricsScopeRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/monitoring/metricsscope/apiv1/metricsscopepb#GetMetricsScopeRequest.
+// }
+// resp, err := c.GetMetricsScope(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewMetricsScopesClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scope.pb.go b/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scope.pb.go
index 03427cb6a68c..c505854de555 100755
--- a/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scope.pb.go
+++ b/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scope.pb.go
@@ -21,13 +21,12 @@
package metricsscopepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scopes.pb.go b/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scopes.pb.go
index 446fe43397b1..de7095b3f75d 100755
--- a/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scopes.pb.go
+++ b/monitoring/metricsscope/apiv1/metricsscopepb/metrics_scopes.pb.go
@@ -21,11 +21,8 @@
package metricsscopepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networkconnectivity/apiv1alpha1/doc.go b/networkconnectivity/apiv1alpha1/doc.go
index 53733c60e782..15db9c9217a9 100755
--- a/networkconnectivity/apiv1alpha1/doc.go
+++ b/networkconnectivity/apiv1alpha1/doc.go
@@ -20,67 +20,66 @@
// The Network Connectivity API will be home to various services which
// provide information pertaining to network connectivity.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := networkconnectivity.NewHubClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := networkconnectivity.NewHubClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := networkconnectivity.NewHubClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &networkconnectivitypb.ListHubsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1alpha1/networkconnectivitypb#ListHubsRequest.
-// }
-// it := c.ListHubs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := networkconnectivity.NewHubClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &networkconnectivitypb.ListHubsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/networkconnectivity/apiv1alpha1/networkconnectivitypb#ListHubsRequest.
+// }
+// it := c.ListHubs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewHubClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/networkconnectivity/apiv1alpha1/networkconnectivitypb/common.pb.go b/networkconnectivity/apiv1alpha1/networkconnectivitypb/common.pb.go
index 9cd515f2d68f..87e072b8864f 100755
--- a/networkconnectivity/apiv1alpha1/networkconnectivitypb/common.pb.go
+++ b/networkconnectivity/apiv1alpha1/networkconnectivitypb/common.pb.go
@@ -21,13 +21,12 @@
package networkconnectivitypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networkconnectivity/apiv1alpha1/networkconnectivitypb/hub.pb.go b/networkconnectivity/apiv1alpha1/networkconnectivitypb/hub.pb.go
index a5052bb7db0a..dfbd38d5e71f 100755
--- a/networkconnectivity/apiv1alpha1/networkconnectivitypb/hub.pb.go
+++ b/networkconnectivity/apiv1alpha1/networkconnectivitypb/hub.pb.go
@@ -21,11 +21,8 @@
package networkconnectivitypb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networkmanagement/apiv1/doc.go b/networkmanagement/apiv1/doc.go
index cb34d424dd60..e5af159c5855 100755
--- a/networkmanagement/apiv1/doc.go
+++ b/networkmanagement/apiv1/doc.go
@@ -20,65 +20,64 @@
// The Network Management API provides a collection of network performance
// monitoring and diagnostic capabilities.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := networkmanagement.NewReachabilityClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := networkmanagement.NewReachabilityClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := networkmanagement.NewReachabilityClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &networkmanagementpb.ListConnectivityTestsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/networkmanagement/apiv1/networkmanagementpb#ListConnectivityTestsRequest.
-// }
-// it := c.ListConnectivityTests(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := networkmanagement.NewReachabilityClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &networkmanagementpb.ListConnectivityTestsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/networkmanagement/apiv1/networkmanagementpb#ListConnectivityTestsRequest.
+// }
+// it := c.ListConnectivityTests(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewReachabilityClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/networkmanagement/apiv1/networkmanagementpb/connectivity_test.pb.go b/networkmanagement/apiv1/networkmanagementpb/connectivity_test.pb.go
index 8d8026cf3a09..5adee06c04e4 100755
--- a/networkmanagement/apiv1/networkmanagementpb/connectivity_test.pb.go
+++ b/networkmanagement/apiv1/networkmanagementpb/connectivity_test.pb.go
@@ -21,14 +21,13 @@
package networkmanagementpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networkmanagement/apiv1/networkmanagementpb/reachability.pb.go b/networkmanagement/apiv1/networkmanagementpb/reachability.pb.go
index 706a51bd3817..ec90e264441e 100755
--- a/networkmanagement/apiv1/networkmanagementpb/reachability.pb.go
+++ b/networkmanagement/apiv1/networkmanagementpb/reachability.pb.go
@@ -21,11 +21,8 @@
package networkmanagementpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networkmanagement/apiv1/networkmanagementpb/trace.pb.go b/networkmanagement/apiv1/networkmanagementpb/trace.pb.go
index 9047258debb2..9e47ce722d8c 100755
--- a/networkmanagement/apiv1/networkmanagementpb/trace.pb.go
+++ b/networkmanagement/apiv1/networkmanagementpb/trace.pb.go
@@ -21,11 +21,10 @@
package networkmanagementpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1054,17 +1053,14 @@ func (DropInfo_Cause) EnumDescriptor() ([]byte, []int) {
// Trace represents one simulated packet forwarding path.
//
-// - Each trace contains multiple ordered steps.
-// - Each step is in a particular state with associated configuration.
-// - State is categorized as final or non-final states.
-// - Each final state has a reason associated.
-// - Each trace must end with a final state (the last step).
-//
+// * Each trace contains multiple ordered steps.
+// * Each step is in a particular state with associated configuration.
+// * State is categorized as final or non-final states.
+// * Each final state has a reason associated.
+// * Each trace must end with a final state (the last step).
// ```
-//
-// |---------------------Trace----------------------|
-// Step1(State) Step2(State) --- StepN(State(final))
-//
+// |---------------------Trace----------------------|
+// Step1(State) Step2(State) --- StepN(State(final))
// ```
type Trace struct {
state protoimpl.MessageState
diff --git a/networksecurity/apiv1beta1/doc.go b/networksecurity/apiv1beta1/doc.go
index f30417234989..2787bbb97193 100755
--- a/networksecurity/apiv1beta1/doc.go
+++ b/networksecurity/apiv1beta1/doc.go
@@ -17,67 +17,66 @@
// Package networksecurity is an auto-generated package for the
// Network Security API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := networksecurity.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := networksecurity.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := networksecurity.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &networksecuritypb.ListAuthorizationPoliciesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/networksecurity/apiv1beta1/networksecuritypb#ListAuthorizationPoliciesRequest.
-// }
-// it := c.ListAuthorizationPolicies(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := networksecurity.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &networksecuritypb.ListAuthorizationPoliciesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/networksecurity/apiv1beta1/networksecuritypb#ListAuthorizationPoliciesRequest.
+// }
+// it := c.ListAuthorizationPolicies(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/networksecurity/apiv1beta1/networksecuritypb/authorization_policy.pb.go b/networksecurity/apiv1beta1/networksecuritypb/authorization_policy.pb.go
index e7e0af95a166..cee8f05b37f1 100755
--- a/networksecurity/apiv1beta1/networksecuritypb/authorization_policy.pb.go
+++ b/networksecurity/apiv1beta1/networksecuritypb/authorization_policy.pb.go
@@ -21,14 +21,13 @@
package networksecuritypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networksecurity/apiv1beta1/networksecuritypb/client_tls_policy.pb.go b/networksecurity/apiv1beta1/networksecuritypb/client_tls_policy.pb.go
index 80467971dfd4..b0bb6d58e1ba 100755
--- a/networksecurity/apiv1beta1/networksecuritypb/client_tls_policy.pb.go
+++ b/networksecurity/apiv1beta1/networksecuritypb/client_tls_policy.pb.go
@@ -21,14 +21,13 @@
package networksecuritypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networksecurity/apiv1beta1/networksecuritypb/common.pb.go b/networksecurity/apiv1beta1/networksecuritypb/common.pb.go
index 7b5ece5c12c0..37c717747b30 100755
--- a/networksecurity/apiv1beta1/networksecuritypb/common.pb.go
+++ b/networksecurity/apiv1beta1/networksecuritypb/common.pb.go
@@ -21,13 +21,12 @@
package networksecuritypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networksecurity/apiv1beta1/networksecuritypb/network_security.pb.go b/networksecurity/apiv1beta1/networksecuritypb/network_security.pb.go
index a212eecaa7ce..d122a8b7f533 100755
--- a/networksecurity/apiv1beta1/networksecuritypb/network_security.pb.go
+++ b/networksecurity/apiv1beta1/networksecuritypb/network_security.pb.go
@@ -21,16 +21,15 @@
package networksecuritypb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/networksecurity/apiv1beta1/networksecuritypb/server_tls_policy.pb.go b/networksecurity/apiv1beta1/networksecuritypb/server_tls_policy.pb.go
index 28b1b34c81bf..8b9d7c07dfad 100755
--- a/networksecurity/apiv1beta1/networksecuritypb/server_tls_policy.pb.go
+++ b/networksecurity/apiv1beta1/networksecuritypb/server_tls_policy.pb.go
@@ -21,14 +21,13 @@
package networksecuritypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/networksecurity/apiv1beta1/networksecuritypb/tls.pb.go b/networksecurity/apiv1beta1/networksecuritypb/tls.pb.go
index 088e690bfbe6..fb0058e1896e 100755
--- a/networksecurity/apiv1beta1/networksecuritypb/tls.pb.go
+++ b/networksecurity/apiv1beta1/networksecuritypb/tls.pb.go
@@ -21,12 +21,11 @@
package networksecuritypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/doc.go b/notebooks/apiv1/doc.go
index bcec703e346f..72d68b1a1f10 100755
--- a/notebooks/apiv1/doc.go
+++ b/notebooks/apiv1/doc.go
@@ -19,65 +19,64 @@
//
// Notebooks API is used to manage notebook resources in Google Cloud.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := notebooks.NewManagedNotebookClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := notebooks.NewManagedNotebookClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := notebooks.NewManagedNotebookClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := ¬ebookspb.ListRuntimesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/notebooks/apiv1/notebookspb#ListRuntimesRequest.
-// }
-// it := c.ListRuntimes(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := notebooks.NewManagedNotebookClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := ¬ebookspb.ListRuntimesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/notebooks/apiv1/notebookspb#ListRuntimesRequest.
+// }
+// it := c.ListRuntimes(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewManagedNotebookClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/notebooks/apiv1/notebookspb/diagnostic_config.pb.go b/notebooks/apiv1/notebookspb/diagnostic_config.pb.go
index adda1d62990c..1f0561185253 100755
--- a/notebooks/apiv1/notebookspb/diagnostic_config.pb.go
+++ b/notebooks/apiv1/notebookspb/diagnostic_config.pb.go
@@ -21,12 +21,11 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/environment.pb.go b/notebooks/apiv1/notebookspb/environment.pb.go
index df5a0c210d74..7877cdd82fb6 100755
--- a/notebooks/apiv1/notebookspb/environment.pb.go
+++ b/notebooks/apiv1/notebookspb/environment.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/event.pb.go b/notebooks/apiv1/notebookspb/event.pb.go
index 5562a57bb5e4..d9bd41498123 100755
--- a/notebooks/apiv1/notebookspb/event.pb.go
+++ b/notebooks/apiv1/notebookspb/event.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/execution.pb.go b/notebooks/apiv1/notebookspb/execution.pb.go
index a81b5b4cc360..32c2a83aa226 100755
--- a/notebooks/apiv1/notebookspb/execution.pb.go
+++ b/notebooks/apiv1/notebookspb/execution.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/instance.pb.go b/notebooks/apiv1/notebookspb/instance.pb.go
index e42dae87dec7..7fc1e19cfee4 100755
--- a/notebooks/apiv1/notebookspb/instance.pb.go
+++ b/notebooks/apiv1/notebookspb/instance.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/instance_config.pb.go b/notebooks/apiv1/notebookspb/instance_config.pb.go
index de2fbc39feff..60bfeadf060f 100755
--- a/notebooks/apiv1/notebookspb/instance_config.pb.go
+++ b/notebooks/apiv1/notebookspb/instance_config.pb.go
@@ -21,11 +21,10 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/managed_service.pb.go b/notebooks/apiv1/notebookspb/managed_service.pb.go
index b8c895abe4a3..10efdd5aac05 100755
--- a/notebooks/apiv1/notebookspb/managed_service.pb.go
+++ b/notebooks/apiv1/notebookspb/managed_service.pb.go
@@ -21,11 +21,8 @@
package notebookspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -624,8 +623,7 @@ func (x *ResetRuntimeRequest) GetRequestId() string {
// Request for upgrading a Managed Notebook Runtime to the latest version.
// option (google.api.message_visibility).restriction =
-//
-// "TRUSTED_TESTER,SPECIAL_TESTER";
+// "TRUSTED_TESTER,SPECIAL_TESTER";
type UpgradeRuntimeRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/notebooks/apiv1/notebookspb/runtime.pb.go b/notebooks/apiv1/notebookspb/runtime.pb.go
index d21eac829d95..2e2ee1da8245 100755
--- a/notebooks/apiv1/notebookspb/runtime.pb.go
+++ b/notebooks/apiv1/notebookspb/runtime.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/schedule.pb.go b/notebooks/apiv1/notebookspb/schedule.pb.go
index 2c058a940ae3..24174567da0d 100755
--- a/notebooks/apiv1/notebookspb/schedule.pb.go
+++ b/notebooks/apiv1/notebookspb/schedule.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1/notebookspb/service.pb.go b/notebooks/apiv1/notebookspb/service.pb.go
index 9100d3c0a504..8445ea3148d6 100755
--- a/notebooks/apiv1/notebookspb/service.pb.go
+++ b/notebooks/apiv1/notebookspb/service.pb.go
@@ -21,11 +21,8 @@
package notebookspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1beta1/doc.go b/notebooks/apiv1beta1/doc.go
index 52e3564dde22..556aaf14b0f7 100755
--- a/notebooks/apiv1beta1/doc.go
+++ b/notebooks/apiv1beta1/doc.go
@@ -19,67 +19,66 @@
//
// Notebooks API is used to manage notebook resources in Google Cloud.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := notebooks.NewNotebookClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := notebooks.NewNotebookClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := notebooks.NewNotebookClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := ¬ebookspb.ListInstancesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/notebooks/apiv1beta1/notebookspb#ListInstancesRequest.
-// }
-// it := c.ListInstances(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := notebooks.NewNotebookClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := ¬ebookspb.ListInstancesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/notebooks/apiv1beta1/notebookspb#ListInstancesRequest.
+// }
+// it := c.ListInstances(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewNotebookClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/notebooks/apiv1beta1/notebookspb/environment.pb.go b/notebooks/apiv1beta1/notebookspb/environment.pb.go
index c3619dd418f0..95522a144609 100755
--- a/notebooks/apiv1beta1/notebookspb/environment.pb.go
+++ b/notebooks/apiv1beta1/notebookspb/environment.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1beta1/notebookspb/instance.pb.go b/notebooks/apiv1beta1/notebookspb/instance.pb.go
index 4d0023a2883a..a7a6dcbd9223 100755
--- a/notebooks/apiv1beta1/notebookspb/instance.pb.go
+++ b/notebooks/apiv1beta1/notebookspb/instance.pb.go
@@ -21,13 +21,12 @@
package notebookspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/notebooks/apiv1beta1/notebookspb/service.pb.go b/notebooks/apiv1beta1/notebookspb/service.pb.go
index d8a6820fbf74..2a2e2103704a 100755
--- a/notebooks/apiv1beta1/notebookspb/service.pb.go
+++ b/notebooks/apiv1beta1/notebookspb/service.pb.go
@@ -21,11 +21,8 @@
package notebookspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/optimization/apiv1/doc.go b/optimization/apiv1/doc.go
index 7676fe38446e..da4f97a2a609 100755
--- a/optimization/apiv1/doc.go
+++ b/optimization/apiv1/doc.go
@@ -21,59 +21,58 @@
// optimization use cases starting with optimal route planning for vehicle
// fleets.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := optimization.NewFleetRoutingClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := optimization.NewFleetRoutingClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := optimization.NewFleetRoutingClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &optimizationpb.OptimizeToursRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/optimization/apiv1/optimizationpb#OptimizeToursRequest.
-// }
-// resp, err := c.OptimizeTours(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := optimization.NewFleetRoutingClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &optimizationpb.OptimizeToursRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/optimization/apiv1/optimizationpb#OptimizeToursRequest.
+// }
+// resp, err := c.OptimizeTours(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewFleetRoutingClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/optimization/apiv1/fleet_routing_client.go b/optimization/apiv1/fleet_routing_client.go
index 89d19ad5bf56..6a1208dba663 100755
--- a/optimization/apiv1/fleet_routing_client.go
+++ b/optimization/apiv1/fleet_routing_client.go
@@ -135,29 +135,29 @@ type internalFleetRoutingClient interface {
//
// Validity of certain types of fields:
//
-// google.protobuf.Timestamp
+// google.protobuf.Timestamp
//
-// Times are in Unix time: seconds since 1970-01-01T00:00:00+00:00.
+// Times are in Unix time: seconds since 1970-01-01T00:00:00+00:00.
//
-// seconds must be in [0, 253402300799],
-// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
+// seconds must be in [0, 253402300799],
+// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
//
-// nanos must be unset or set to 0.
+// nanos must be unset or set to 0.
//
-// google.protobuf.Duration
+// google.protobuf.Duration
//
-// seconds must be in [0, 253402300799],
-// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
+// seconds must be in [0, 253402300799],
+// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
//
-// nanos must be unset or set to 0.
+// nanos must be unset or set to 0.
//
-// google.type.LatLng
+// google.type.LatLng
//
-// latitude must be in [-90.0, 90.0].
+// latitude must be in [-90.0, 90.0].
//
-// longitude must be in [-180.0, 180.0].
+// longitude must be in [-180.0, 180.0].
//
-// at least one of latitude and longitude must be non-zero.
+// at least one of latitude and longitude must be non-zero.
type FleetRoutingClient struct {
// The internal transport-dependent client.
internalClient internalFleetRoutingClient
@@ -271,29 +271,29 @@ type fleetRoutingGRPCClient struct {
//
// Validity of certain types of fields:
//
-// google.protobuf.Timestamp
+// google.protobuf.Timestamp
//
-// Times are in Unix time: seconds since 1970-01-01T00:00:00+00:00.
+// Times are in Unix time: seconds since 1970-01-01T00:00:00+00:00.
//
-// seconds must be in [0, 253402300799],
-// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
+// seconds must be in [0, 253402300799],
+// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
//
-// nanos must be unset or set to 0.
+// nanos must be unset or set to 0.
//
-// google.protobuf.Duration
+// google.protobuf.Duration
//
-// seconds must be in [0, 253402300799],
-// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
+// seconds must be in [0, 253402300799],
+// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
//
-// nanos must be unset or set to 0.
+// nanos must be unset or set to 0.
//
-// google.type.LatLng
+// google.type.LatLng
//
-// latitude must be in [-90.0, 90.0].
+// latitude must be in [-90.0, 90.0].
//
-// longitude must be in [-180.0, 180.0].
+// longitude must be in [-180.0, 180.0].
//
-// at least one of latitude and longitude must be non-zero.
+// at least one of latitude and longitude must be non-zero.
func NewFleetRoutingClient(ctx context.Context, opts ...option.ClientOption) (*FleetRoutingClient, error) {
clientOpts := defaultFleetRoutingGRPCClientOptions()
if newFleetRoutingClientHook != nil {
@@ -389,29 +389,29 @@ type fleetRoutingRESTClient struct {
//
// Validity of certain types of fields:
//
-// google.protobuf.Timestamp
+// google.protobuf.Timestamp
//
-// Times are in Unix time: seconds since 1970-01-01T00:00:00+00:00.
+// Times are in Unix time: seconds since 1970-01-01T00:00:00+00:00.
//
-// seconds must be in [0, 253402300799],
-// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
+// seconds must be in [0, 253402300799],
+// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
//
-// nanos must be unset or set to 0.
+// nanos must be unset or set to 0.
//
-// google.protobuf.Duration
+// google.protobuf.Duration
//
-// seconds must be in [0, 253402300799],
-// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
+// seconds must be in [0, 253402300799],
+// i.e. in [1970-01-01T00:00:00+00:00, 9999-12-31T23:59:59+00:00].
//
-// nanos must be unset or set to 0.
+// nanos must be unset or set to 0.
//
-// google.type.LatLng
+// google.type.LatLng
//
-// latitude must be in [-90.0, 90.0].
+// latitude must be in [-90.0, 90.0].
//
-// longitude must be in [-180.0, 180.0].
+// longitude must be in [-180.0, 180.0].
//
-// at least one of latitude and longitude must be non-zero.
+// at least one of latitude and longitude must be non-zero.
func NewFleetRoutingRESTClient(ctx context.Context, opts ...option.ClientOption) (*FleetRoutingClient, error) {
clientOpts := append(defaultFleetRoutingRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/optimization/apiv1/optimizationpb/async_model.pb.go b/optimization/apiv1/optimizationpb/async_model.pb.go
index b480bf615077..09a01aa4f5ee 100755
--- a/optimization/apiv1/optimizationpb/async_model.pb.go
+++ b/optimization/apiv1/optimizationpb/async_model.pb.go
@@ -21,13 +21,12 @@
package optimizationpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/optimization/apiv1/optimizationpb/fleet_routing.pb.go b/optimization/apiv1/optimizationpb/fleet_routing.pb.go
index 6d7346675902..15ecd2191181 100755
--- a/optimization/apiv1/optimizationpb/fleet_routing.pb.go
+++ b/optimization/apiv1/optimizationpb/fleet_routing.pb.go
@@ -21,11 +21,8 @@
package optimizationpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
latlng "google.golang.org/genproto/googleapis/type/latlng"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1144,10 +1143,10 @@ func (*BatchOptimizeToursResponse) Descriptor() ([]byte, []int) {
// A shipment model contains a set of shipments which must be performed by a
// set of vehicles, while minimizing the overall cost, which is the sum of:
//
-// - the cost of routing the vehicles (sum of cost per total time, cost per
-// travel time, and fixed cost over all vehicles).
-// - the unperformed shipment penalties.
-// - the cost of the global duration of the shipments
+// * the cost of routing the vehicles (sum of cost per total time, cost per
+// travel time, and fixed cost over all vehicles).
+// * the unperformed shipment penalties.
+// * the cost of the global duration of the shipments
type ShipmentModel struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -2294,10 +2293,8 @@ func (x *Vehicle) GetEndLoadIntervals() []*CapacityQuantityInterval {
// [ShipmentModel.global_end_time][google.cloud.optimization.v1.ShipmentModel.global_end_time])
// and should respect:
// ```
-//
-// 0 <= `start_time` <= `soft_start_time` <= `end_time` and
-// 0 <= `start_time` <= `soft_end_time` <= `end_time`.
-//
+// 0 <= `start_time` <= `soft_start_time` <= `end_time` and
+// 0 <= `start_time` <= `soft_end_time` <= `end_time`.
// ```
type TimeWindow struct {
state protoimpl.MessageState
@@ -2930,12 +2927,12 @@ func (x *Location) GetHeading() int32 {
// is a contiguous period of time during which the vehicle remains idle at its
// current position and cannot perform any visit. A break may occur:
//
-// - during the travel between two visits (which includes the time right
-// before or right after a visit, but not in the middle of a visit), in
-// which case it extends the corresponding transit time between the visits,
-// - or before the vehicle start (the vehicle may not start in the middle of
-// a break), in which case it does not affect the vehicle start time.
-// - or after the vehicle end (ditto, with the vehicle end time).
+// * during the travel between two visits (which includes the time right
+// before or right after a visit, but not in the middle of a visit), in
+// which case it extends the corresponding transit time between the visits,
+// * or before the vehicle start (the vehicle may not start in the middle of
+// a break), in which case it does not affect the vehicle start time.
+// * or after the vehicle end (ditto, with the vehicle end time).
type BreakRule struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -2997,97 +2994,85 @@ func (x *BreakRule) GetFrequencyConstraints() []*BreakRule_FrequencyConstraint {
// A vehicle's route can be decomposed, along the time axis, like this (we
// assume there are n visits):
// ```
-//
-// | | | | | T[2], | | |
-// | Transition | Visit #0 | | | V[2], | | |
-// | #0 | aka | T[1] | V[1] | ... | V[n-1] | T[n] |
-// | aka T[0] | V[0] | | | V[n-2],| | |
-// | | | | | T[n-1] | | |
-// ^ ^ ^ ^ ^ ^ ^ ^
-//
+// | | | | | T[2], | | |
+// | Transition | Visit #0 | | | V[2], | | |
+// | #0 | aka | T[1] | V[1] | ... | V[n-1] | T[n] |
+// | aka T[0] | V[0] | | | V[n-2],| | |
+// | | | | | T[n-1] | | |
+// ^ ^ ^ ^ ^ ^ ^ ^
// vehicle V[0].start V[0].end V[1]. V[1]. V[n]. V[n]. vehicle
-//
-// start (arrival) (departure) start end start end end
-//
+// start (arrival) (departure) start end start end end
// ```
// Note that we make a difference between:
//
-// - "punctual events", such as the vehicle start and end and each visit's start
-// and end (aka arrival and departure). They happen at a given second.
-// - "time intervals", such as the visits themselves, and the transition between
-// visits. Though time intervals can sometimes have zero duration, i.e. start
-// and end at the same second, they often have a positive duration.
+// * "punctual events", such as the vehicle start and end and each visit's start
+// and end (aka arrival and departure). They happen at a given second.
+// * "time intervals", such as the visits themselves, and the transition between
+// visits. Though time intervals can sometimes have zero duration, i.e. start
+// and end at the same second, they often have a positive duration.
//
// Invariants:
//
-// - If there are n visits, there are n+1 transitions.
-// - A visit is always surrounded by a transition before it (same index) and a
-// transition after it (index + 1).
-// - The vehicle start is always followed by transition #0.
-// - The vehicle end is always preceded by transition #n.
+// * If there are n visits, there are n+1 transitions.
+// * A visit is always surrounded by a transition before it (same index) and a
+// transition after it (index + 1).
+// * The vehicle start is always followed by transition #0.
+// * The vehicle end is always preceded by transition #n.
//
// Zooming in, here is what happens during a `Transition` and a `Visit`:
// ```
// ---+-------------------------------------+-----------------------------+-->
-//
-// | TRANSITION[i] | VISIT[i] |
-// | | |
-// | * TRAVEL: the vehicle moves from | PERFORM the visit: |
-// | VISIT[i-1].departure_location to | |
-// | VISIT[i].arrival_location, which | * Spend some time: |
-// | takes a given travel duration | the "visit duration". |
-// | and distance | |
-// | | * Load or unload |
-// | * BREAKS: the driver may have | some quantities from the |
-// | breaks (e.g. lunch break). | vehicle: the "demand". |
-// | | |
-// | * WAIT: the driver/vehicle does | |
-// | nothing. This can happen for | |
-// | many reasons, for example when | |
-// | the vehicle reaches the next | |
-// | event's destination before the | |
-// | start of its time window | |
-// | | |
-// | * DELAY: *right before* the next | |
-// | arrival. E.g. the vehicle and/or | |
-// | driver spends time unloading. | |
-// | | |
-//
+// | TRANSITION[i] | VISIT[i] |
+// | | |
+// | * TRAVEL: the vehicle moves from | PERFORM the visit: |
+// | VISIT[i-1].departure_location to | |
+// | VISIT[i].arrival_location, which | * Spend some time: |
+// | takes a given travel duration | the "visit duration". |
+// | and distance | |
+// | | * Load or unload |
+// | * BREAKS: the driver may have | some quantities from the |
+// | breaks (e.g. lunch break). | vehicle: the "demand". |
+// | | |
+// | * WAIT: the driver/vehicle does | |
+// | nothing. This can happen for | |
+// | many reasons, for example when | |
+// | the vehicle reaches the next | |
+// | event's destination before the | |
+// | start of its time window | |
+// | | |
+// | * DELAY: *right before* the next | |
+// | arrival. E.g. the vehicle and/or | |
+// | driver spends time unloading. | |
+// | | |
// ---+-------------------------------------+-----------------------------+-->
-//
-// ^ ^ ^
-//
+// ^ ^ ^
// V[i-1].end V[i].start V[i].end
// ```
// Lastly, here is how the TRAVEL, BREAKS, DELAY and WAIT can be arranged
// during a transition.
//
-// - They don't overlap.
-// - The DELAY is unique and *must* be a contiguous period of time right
-// before the next visit (or vehicle end). Thus, it suffice to know the
-// delay duration to know its start and end time.
-// - The BREAKS are contiguous, non-overlapping periods of time. The
-// response specifies the start time and duration of each break.
-// - TRAVEL and WAIT are "preemptable": they can be interrupted several times
-// during this transition. Clients can assume that travel happens "as soon as
-// possible" and that "wait" fills the remaining time.
+// * They don't overlap.
+// * The DELAY is unique and *must* be a contiguous period of time right
+// before the next visit (or vehicle end). Thus, it suffice to know the
+// delay duration to know its start and end time.
+// * The BREAKS are contiguous, non-overlapping periods of time. The
+// response specifies the start time and duration of each break.
+// * TRAVEL and WAIT are "preemptable": they can be interrupted several times
+// during this transition. Clients can assume that travel happens "as soon as
+// possible" and that "wait" fills the remaining time.
//
// A (complex) example:
// ```
-//
-// TRANSITION[i]
-//
+// TRANSITION[i]
// --++-----+-----------------------------------------------------------++-->
-//
-// || | | | | | | ||
-// || T | B | T | | B | | D ||
-// || r | r | r | W | r | W | e ||
-// || a | e | a | a | e | a | l ||
-// || v | a | v | i | a | i | a ||
-// || e | k | e | t | k | t | y ||
-// || l | | l | | | | ||
-// || | | | | | | ||
-//
+// || | | | | | | ||
+// || T | B | T | | B | | D ||
+// || r | r | r | W | r | W | e ||
+// || a | e | a | a | e | a | l ||
+// || v | a | v | i | a | i | a ||
+// || e | k | e | t | k | t | y ||
+// || l | | l | | | | ||
+// || | | | | | | ||
// --++-----------------------------------------------------------------++-->
// ```
type ShipmentRoute struct {
@@ -4366,12 +4351,12 @@ func (x *ShipmentModel_PrecedenceRule) GetOffsetDuration() *durationpb.Duration
// remains idle at its current position and cannot perform any visit. A break
// may occur:
//
-// - during the travel between two visits (which includes the time right
-// before or right after a visit, but not in the middle of a visit), in
-// which case it extends the corresponding transit time between the visits
-// - before the vehicle start (the vehicle may not start in the middle of
-// a break), in which case it does not affect the vehicle start time.
-// - after the vehicle end (ditto, with the vehicle end time).
+// * during the travel between two visits (which includes the time right
+// before or right after a visit, but not in the middle of a visit), in
+// which case it extends the corresponding transit time between the visits
+// * before the vehicle start (the vehicle may not start in the middle of
+// a break), in which case it does not affect the vehicle start time.
+// * after the vehicle end (ditto, with the vehicle end time).
//
// Deprecated: Marked as deprecated in google/cloud/optimization/v1/fleet_routing.proto.
type ShipmentModel_BreakRule struct {
@@ -4571,12 +4556,10 @@ func (x *ShipmentModel_BreakRule_BreakRequest) GetMinDuration() *durationpb.Dura
// must be at least one break of at least one hour", that example would
// translate to the following `FrequencyConstraint`:
// ```
-//
-// {
-// min_break_duration { seconds: 3600 } # 1 hour.
-// max_inter_break_duration { seconds: 39600 } # 11 hours (12 - 1 = 11).
-// }
-//
+// {
+// min_break_duration { seconds: 3600 } # 1 hour.
+// max_inter_break_duration { seconds: 39600 } # 11 hours (12 - 1 = 11).
+// }
// ```
//
// The timing and duration of the breaks in the solution will respect all
@@ -4586,20 +4569,18 @@ func (x *ShipmentModel_BreakRule_BreakRequest) GetMinDuration() *durationpb.Dura
// A `FrequencyConstraint` may in practice apply to non-consecutive breaks.
// For example, the following schedule honors the "1h every 12h" example:
// ```
-//
-// 04:00 vehicle start
-// .. performing travel and visits ..
-// 09:00 1 hour break
-// 10:00 end of the break
-// .. performing travel and visits ..
-// 12:00 20-min lunch break
-// 12:20 end of the break
-// .. performing travel and visits ..
-// 21:00 1 hour break
-// 22:00 end of the break
-// .. performing travel and visits ..
-// 23:59 vehicle end
-//
+// 04:00 vehicle start
+// .. performing travel and visits ..
+// 09:00 1 hour break
+// 10:00 end of the break
+// .. performing travel and visits ..
+// 12:00 20-min lunch break
+// 12:20 end of the break
+// .. performing travel and visits ..
+// 21:00 1 hour break
+// 22:00 end of the break
+// .. performing travel and visits ..
+// 23:59 vehicle end
// ```
type ShipmentModel_BreakRule_FrequencyConstraint struct {
state protoimpl.MessageState
@@ -5272,12 +5253,10 @@ func (x *BreakRule_BreakRequest) GetMinDuration() *durationpb.Duration {
// must be at least one break of at least one hour", that example would
// translate to the following `FrequencyConstraint`:
// ```
-//
-// {
-// min_break_duration { seconds: 3600 } # 1 hour.
-// max_inter_break_duration { seconds: 39600 } # 11 hours (12 - 1 = 11).
-// }
-//
+// {
+// min_break_duration { seconds: 3600 } # 1 hour.
+// max_inter_break_duration { seconds: 39600 } # 11 hours (12 - 1 = 11).
+// }
// ```
//
// The timing and duration of the breaks in the solution will respect all
@@ -5287,20 +5266,18 @@ func (x *BreakRule_BreakRequest) GetMinDuration() *durationpb.Duration {
// A `FrequencyConstraint` may in practice apply to non-consecutive breaks.
// For example, the following schedule honors the "1h every 12h" example:
// ```
-//
-// 04:00 vehicle start
-// .. performing travel and visits ..
-// 09:00 1 hour break
-// 10:00 end of the break
-// .. performing travel and visits ..
-// 12:00 20-min lunch break
-// 12:20 end of the break
-// .. performing travel and visits ..
-// 21:00 1 hour break
-// 22:00 end of the break
-// .. performing travel and visits ..
-// 23:59 vehicle end
-//
+// 04:00 vehicle start
+// .. performing travel and visits ..
+// 09:00 1 hour break
+// 10:00 end of the break
+// .. performing travel and visits ..
+// 12:00 20-min lunch break
+// 12:20 end of the break
+// .. performing travel and visits ..
+// 21:00 1 hour break
+// 22:00 end of the break
+// .. performing travel and visits ..
+// 23:59 vehicle end
// ```
type BreakRule_FrequencyConstraint struct {
state protoimpl.MessageState
@@ -6062,24 +6039,20 @@ func (x *ShipmentRoute_TravelStep) GetRoutePolyline() *ShipmentRoute_EncodedPoly
// i.e. where all fields are the same except for `example_vehicle_index`.
// Example:
// ```
-//
-// reasons {
-// code: DEMAND_EXCEEDS_VEHICLE_CAPACITY
-// example_vehicle_index: 1
-// example_exceeded_capacity_type: "Apples"
-// }
-//
-// reasons {
-// code: DEMAND_EXCEEDS_VEHICLE_CAPACITY
-// example_vehicle_index: 3
-// example_exceeded_capacity_type: "Pears"
-// }
-//
-// reasons {
-// code: CANNOT_BE_PERFORMED_WITHIN_VEHICLE_DISTANCE_LIMIT
-// example_vehicle_index: 1
-// }
-//
+// reasons {
+// code: DEMAND_EXCEEDS_VEHICLE_CAPACITY
+// example_vehicle_index: 1
+// example_exceeded_capacity_type: "Apples"
+// }
+// reasons {
+// code: DEMAND_EXCEEDS_VEHICLE_CAPACITY
+// example_vehicle_index: 3
+// example_exceeded_capacity_type: "Pears"
+// }
+// reasons {
+// code: CANNOT_BE_PERFORMED_WITHIN_VEHICLE_DISTANCE_LIMIT
+// example_vehicle_index: 1
+// }
// ```
// The skipped shipment is incompatible with all vehicles. The reasons may
// be different for all vehicles but at least one vehicle's "Apples"
@@ -6236,18 +6209,17 @@ func (x *InjectedSolutionConstraint_ConstraintRelaxation) GetVehicleIndices() []
// `relaxations(i).level` specifies the constraint relaxation level applied
// to a visit #j that satisfies:
//
-// - `route.visits(j).start_time >= relaxations(i).threshold_time` AND
-// - `j + 1 >= relaxations(i).threshold_visit_count`
+// * `route.visits(j).start_time >= relaxations(i).threshold_time` AND
+// * `j + 1 >= relaxations(i).threshold_visit_count`
//
// Similarly, the vehicle start is relaxed to `relaxations(i).level` if it
// satisfies:
//
-// - `vehicle_start_time >= relaxations(i).threshold_time` AND
-// - `relaxations(i).threshold_visit_count == 0`
-//
+// * `vehicle_start_time >= relaxations(i).threshold_time` AND
+// * `relaxations(i).threshold_visit_count == 0`
// and the vehicle end is relaxed to `relaxations(i).level` if it satisfies:
-// - `vehicle_end_time >= relaxations(i).threshold_time` AND
-// - `route.visits_size() + 1 >= relaxations(i).threshold_visit_count`
+// * `vehicle_end_time >= relaxations(i).threshold_time` AND
+// * `route.visits_size() + 1 >= relaxations(i).threshold_visit_count`
//
// To apply a relaxation level if a visit meets the `threshold_visit_count`
// OR the `threshold_time` add two `relaxations` with the same `level`:
diff --git a/orchestration/airflow/service/apiv1/doc.go b/orchestration/airflow/service/apiv1/doc.go
index 4f3381cf4016..ac0f98aaccda 100755
--- a/orchestration/airflow/service/apiv1/doc.go
+++ b/orchestration/airflow/service/apiv1/doc.go
@@ -19,64 +19,63 @@
//
// Manages Apache Airflow environments on Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := service.NewEnvironmentsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := service.NewEnvironmentsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := service.NewEnvironmentsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &servicepb.CreateEnvironmentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb#CreateEnvironmentRequest.
-// }
-// op, err := c.CreateEnvironment(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := service.NewEnvironmentsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &servicepb.CreateEnvironmentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb#CreateEnvironmentRequest.
+// }
+// op, err := c.CreateEnvironment(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewEnvironmentsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/orchestration/airflow/service/apiv1/servicepb/environments.pb.go b/orchestration/airflow/service/apiv1/servicepb/environments.pb.go
index 2e8177bb4657..594b7de78d28 100755
--- a/orchestration/airflow/service/apiv1/servicepb/environments.pb.go
+++ b/orchestration/airflow/service/apiv1/servicepb/environments.pb.go
@@ -21,11 +21,8 @@
package servicepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1448,13 +1447,11 @@ func (x *EncryptionConfig) GetKmsKeyName() string {
// The following example:
//
// ```
-//
-// {
-// "startTime":"2019-08-01T01:00:00Z"
-// "endTime":"2019-08-01T07:00:00Z"
-// "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
-// }
-//
+// {
+// "startTime":"2019-08-01T01:00:00Z"
+// "endTime":"2019-08-01T07:00:00Z"
+// "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
+// }
// ```
//
// would define a maintenance window between 01 and 07 hours UTC during
diff --git a/orchestration/airflow/service/apiv1/servicepb/image_versions.pb.go b/orchestration/airflow/service/apiv1/servicepb/image_versions.pb.go
index 7dba997350b7..85a61c058c29 100755
--- a/orchestration/airflow/service/apiv1/servicepb/image_versions.pb.go
+++ b/orchestration/airflow/service/apiv1/servicepb/image_versions.pb.go
@@ -22,9 +22,6 @@ package servicepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
grpc "google.golang.org/grpc"
@@ -32,6 +29,8 @@ import (
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/orchestration/airflow/service/apiv1/servicepb/operations.pb.go b/orchestration/airflow/service/apiv1/servicepb/operations.pb.go
index 5ce6d95d3836..ed092ecccaee 100755
--- a/orchestration/airflow/service/apiv1/servicepb/operations.pb.go
+++ b/orchestration/airflow/service/apiv1/servicepb/operations.pb.go
@@ -21,12 +21,11 @@
package servicepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/orgpolicy/apiv1/orgpolicypb/orgpolicy.pb.go b/orgpolicy/apiv1/orgpolicypb/orgpolicy.pb.go
index 9467e73ed98c..06015936dcf5 100755
--- a/orgpolicy/apiv1/orgpolicypb/orgpolicy.pb.go
+++ b/orgpolicy/apiv1/orgpolicypb/orgpolicy.pb.go
@@ -22,12 +22,11 @@
package orgpolicypb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -279,10 +278,9 @@ func (*Policy_RestoreDefault_) isPolicy_PolicyType() {}
// if the value contains a ":". Values prefixed with "is:" are treated the
// same as values with no prefix.
// Ancestry subtrees must be in one of the following formats:
-// - "projects/", e.g. "projects/tokyo-rain-123"
-// - "folders/", e.g. "folders/1234"
-// - "organizations/", e.g. "organizations/1234"
-//
+// - "projects/", e.g. "projects/tokyo-rain-123"
+// - "folders/", e.g. "folders/1234"
+// - "organizations/", e.g. "organizations/1234"
// The `supports_under` field of the associated `Constraint` defines whether
// ancestry prefixes can be used. You can set `allowed_values` and
// `denied_values` in the same `Policy` if `all_values` is
diff --git a/orgpolicy/apiv2/doc.go b/orgpolicy/apiv2/doc.go
index 8f8705487a7d..9382a8f31de7 100755
--- a/orgpolicy/apiv2/doc.go
+++ b/orgpolicy/apiv2/doc.go
@@ -20,65 +20,64 @@
// The Organization Policy API allows users to configure governance rules on
// their Google Cloud resources across the resource hierarchy.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := orgpolicy.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := orgpolicy.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := orgpolicy.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &orgpolicypb.ListConstraintsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/orgpolicy/apiv2/orgpolicypb#ListConstraintsRequest.
-// }
-// it := c.ListConstraints(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := orgpolicy.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &orgpolicypb.ListConstraintsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/orgpolicy/apiv2/orgpolicypb#ListConstraintsRequest.
+// }
+// it := c.ListConstraints(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/orgpolicy/apiv2/orgpolicypb/constraint.pb.go b/orgpolicy/apiv2/orgpolicypb/constraint.pb.go
index 6dbfd9462fb2..818b30338e09 100755
--- a/orgpolicy/apiv2/orgpolicypb/constraint.pb.go
+++ b/orgpolicy/apiv2/orgpolicypb/constraint.pb.go
@@ -21,13 +21,12 @@
package orgpolicypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
_ "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/orgpolicy/apiv2/orgpolicypb/orgpolicy.pb.go b/orgpolicy/apiv2/orgpolicypb/orgpolicy.pb.go
index 8a177feb07c9..115f7851f193 100755
--- a/orgpolicy/apiv2/orgpolicypb/orgpolicy.pb.go
+++ b/orgpolicy/apiv2/orgpolicypb/orgpolicy.pb.go
@@ -22,9 +22,6 @@ package orgpolicypb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
expr "google.golang.org/genproto/googleapis/type/expr"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1013,10 +1012,9 @@ func (*PolicySpec_PolicyRule_Enforce) isPolicySpec_PolicyRule_Kind() {}
// if the value contains a ":". Values prefixed with "is:" are treated the
// same as values with no prefix.
// Ancestry subtrees must be in one of the following formats:
-// - "projects/", e.g. "projects/tokyo-rain-123"
-// - "folders/", e.g. "folders/1234"
-// - "organizations/", e.g. "organizations/1234"
-//
+// - "projects/", e.g. "projects/tokyo-rain-123"
+// - "folders/", e.g. "folders/1234"
+// - "organizations/", e.g. "organizations/1234"
// The `supports_under` field of the associated `Constraint` defines
// whether ancestry prefixes can be used.
type PolicySpec_PolicyRule_StringValues struct {
diff --git a/osconfig/agentendpoint/apiv1/agentendpointpb/agentendpoint.pb.go b/osconfig/agentendpoint/apiv1/agentendpointpb/agentendpoint.pb.go
index 24a2ed7ae98e..1c919090f40f 100755
--- a/osconfig/agentendpoint/apiv1/agentendpointpb/agentendpoint.pb.go
+++ b/osconfig/agentendpoint/apiv1/agentendpointpb/agentendpoint.pb.go
@@ -22,15 +22,14 @@ package agentendpointpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1/agentendpointpb/config_common.pb.go b/osconfig/agentendpoint/apiv1/agentendpointpb/config_common.pb.go
index 438158667baa..697a7fab064a 100755
--- a/osconfig/agentendpoint/apiv1/agentendpointpb/config_common.pb.go
+++ b/osconfig/agentendpoint/apiv1/agentendpointpb/config_common.pb.go
@@ -21,11 +21,10 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1/agentendpointpb/inventory.pb.go b/osconfig/agentendpoint/apiv1/agentendpointpb/inventory.pb.go
index 1f533f6f0079..0818ce55db93 100755
--- a/osconfig/agentendpoint/apiv1/agentendpointpb/inventory.pb.go
+++ b/osconfig/agentendpoint/apiv1/agentendpointpb/inventory.pb.go
@@ -21,13 +21,12 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
date "google.golang.org/genproto/googleapis/type/date"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1/agentendpointpb/os_policy.pb.go b/osconfig/agentendpoint/apiv1/agentendpointpb/os_policy.pb.go
index e06a757ffc00..984f4a0e1f2a 100755
--- a/osconfig/agentendpoint/apiv1/agentendpointpb/os_policy.pb.go
+++ b/osconfig/agentendpoint/apiv1/agentendpointpb/os_policy.pb.go
@@ -21,12 +21,11 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1/agentendpointpb/patch_jobs.pb.go b/osconfig/agentendpoint/apiv1/agentendpointpb/patch_jobs.pb.go
index 33a61efa142a..c81c987f16ac 100755
--- a/osconfig/agentendpoint/apiv1/agentendpointpb/patch_jobs.pb.go
+++ b/osconfig/agentendpoint/apiv1/agentendpointpb/patch_jobs.pb.go
@@ -21,11 +21,10 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1/agentendpointpb/tasks.pb.go b/osconfig/agentendpoint/apiv1/agentendpointpb/tasks.pb.go
index 97d2ae92d199..957d6672f9c1 100755
--- a/osconfig/agentendpoint/apiv1/agentendpointpb/tasks.pb.go
+++ b/osconfig/agentendpoint/apiv1/agentendpointpb/tasks.pb.go
@@ -21,12 +21,11 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1/doc.go b/osconfig/agentendpoint/apiv1/doc.go
index 0a744a96dd44..ef23c83e6f37 100755
--- a/osconfig/agentendpoint/apiv1/doc.go
+++ b/osconfig/agentendpoint/apiv1/doc.go
@@ -20,36 +20,35 @@
// OS management tools that can be used for patch management, patch
// compliance, and configuration management on VM instances.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := agentendpoint.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := agentendpoint.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// # Use of Context
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/osconfig/agentendpoint/apiv1beta/agentendpointpb/agentendpoint.pb.go b/osconfig/agentendpoint/apiv1beta/agentendpointpb/agentendpoint.pb.go
index 62ea9ba85f11..5f4bb49f32d5 100755
--- a/osconfig/agentendpoint/apiv1beta/agentendpointpb/agentendpoint.pb.go
+++ b/osconfig/agentendpoint/apiv1beta/agentendpointpb/agentendpoint.pb.go
@@ -22,15 +22,14 @@ package agentendpointpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1beta/agentendpointpb/guest_policies.pb.go b/osconfig/agentendpoint/apiv1beta/agentendpointpb/guest_policies.pb.go
index f4f5e751f90a..f82b2a437c2a 100755
--- a/osconfig/agentendpoint/apiv1beta/agentendpointpb/guest_policies.pb.go
+++ b/osconfig/agentendpoint/apiv1beta/agentendpointpb/guest_policies.pb.go
@@ -21,12 +21,11 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -340,6 +339,7 @@ func (SoftwareRecipe_Step_RunScript_Interpreter) EnumDescriptor() ([]byte, []int
// The agent on the VM instance uses the system package manager to apply the
// config.
//
+//
// These are the commands that the agent uses to install or remove
// packages.
//
@@ -870,14 +870,14 @@ func (*PackageRepository_Goo) isPackageRepository_Repository() {}
// Additionally, recipes support executing a script (either defined in a file or
// directly in this api) in bash, sh, cmd, and powershell.
//
-// # Updating a software recipe
+// Updating a software recipe
//
// If a recipe is assigned to an instance and there is a recipe with the same
// name but a lower version already installed and the assigned state
// of the recipe is `INSTALLED_KEEP_UPDATED`, then the recipe is updated to
// the new version.
//
-// # Script Working Directories
+// Script Working Directories
//
// Each script or execution step is run in its own temporary directory which
// is deleted after completing the step.
diff --git a/osconfig/agentendpoint/apiv1beta/agentendpointpb/patch_jobs.pb.go b/osconfig/agentendpoint/apiv1beta/agentendpointpb/patch_jobs.pb.go
index 65ad15d54879..535c8d009744 100755
--- a/osconfig/agentendpoint/apiv1beta/agentendpointpb/patch_jobs.pb.go
+++ b/osconfig/agentendpoint/apiv1beta/agentendpointpb/patch_jobs.pb.go
@@ -21,11 +21,10 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1beta/agentendpointpb/tasks.pb.go b/osconfig/agentendpoint/apiv1beta/agentendpointpb/tasks.pb.go
index 7fe8eeb8ac2a..4107bde213c7 100755
--- a/osconfig/agentendpoint/apiv1beta/agentendpointpb/tasks.pb.go
+++ b/osconfig/agentendpoint/apiv1beta/agentendpointpb/tasks.pb.go
@@ -21,12 +21,11 @@
package agentendpointpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/agentendpoint/apiv1beta/doc.go b/osconfig/agentendpoint/apiv1beta/doc.go
index 90e637acc911..96d44bb78f40 100755
--- a/osconfig/agentendpoint/apiv1beta/doc.go
+++ b/osconfig/agentendpoint/apiv1beta/doc.go
@@ -20,38 +20,37 @@
// OS management tools that can be used for patch management, patch
// compliance, and configuration management on VM instances.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := agentendpoint.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := agentendpoint.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// # Use of Context
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/osconfig/apiv1/doc.go b/osconfig/apiv1/doc.go
index 653409690dd3..6fa2ad61194e 100755
--- a/osconfig/apiv1/doc.go
+++ b/osconfig/apiv1/doc.go
@@ -20,59 +20,58 @@
// OS management tools that can be used for patch management, patch
// compliance, and configuration management on VM instances.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := osconfig.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := osconfig.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := osconfig.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &osconfigpb.ExecutePatchJobRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/osconfig/apiv1/osconfigpb#ExecutePatchJobRequest.
-// }
-// resp, err := c.ExecutePatchJob(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := osconfig.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &osconfigpb.ExecutePatchJobRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/osconfig/apiv1/osconfigpb#ExecutePatchJobRequest.
+// }
+// resp, err := c.ExecutePatchJob(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/osconfig/apiv1/os_config_client.go b/osconfig/apiv1/os_config_client.go
index 5d38a973e565..4798659deab6 100755
--- a/osconfig/apiv1/os_config_client.go
+++ b/osconfig/apiv1/os_config_client.go
@@ -355,7 +355,7 @@ type internalClient interface {
// Client is a client for interacting with OS Config API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # OS Config API
+// OS Config API
//
// The OS Config service is a server-side component that you can use to
// manage package installations and patch jobs for virtual machine instances.
@@ -477,7 +477,7 @@ type gRPCClient struct {
// NewClient creates a new os config service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # OS Config API
+// OS Config API
//
// The OS Config service is a server-side component that you can use to
// manage package installations and patch jobs for virtual machine instances.
@@ -555,7 +555,7 @@ type restClient struct {
// NewRESTClient creates a new os config service rest client.
//
-// # OS Config API
+// OS Config API
//
// The OS Config service is a server-side component that you can use to
// manage package installations and patch jobs for virtual machine instances.
diff --git a/osconfig/apiv1/os_config_zonal_client.go b/osconfig/apiv1/os_config_zonal_client.go
index fde9af570898..9f71080d0b26 100755
--- a/osconfig/apiv1/os_config_zonal_client.go
+++ b/osconfig/apiv1/os_config_zonal_client.go
@@ -361,7 +361,7 @@ type internalOsConfigZonalClient interface {
// OsConfigZonalClient is a client for interacting with OS Config API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Zonal OS Config API
+// Zonal OS Config API
//
// The OS Config service is the server-side component that allows users to
// manage package installations and patch jobs for Compute Engine VM instances.
@@ -544,7 +544,7 @@ type osConfigZonalGRPCClient struct {
// NewOsConfigZonalClient creates a new os config zonal service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Zonal OS Config API
+// Zonal OS Config API
//
// The OS Config service is the server-side component that allows users to
// manage package installations and patch jobs for Compute Engine VM instances.
@@ -638,7 +638,7 @@ type osConfigZonalRESTClient struct {
// NewOsConfigZonalRESTClient creates a new os config zonal service rest client.
//
-// # Zonal OS Config API
+// Zonal OS Config API
//
// The OS Config service is the server-side component that allows users to
// manage package installations and patch jobs for Compute Engine VM instances.
diff --git a/osconfig/apiv1/osconfigpb/inventory.pb.go b/osconfig/apiv1/osconfigpb/inventory.pb.go
index 68985b5c61ae..52fe3a0e7722 100755
--- a/osconfig/apiv1/osconfigpb/inventory.pb.go
+++ b/osconfig/apiv1/osconfigpb/inventory.pb.go
@@ -21,14 +21,13 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/os_policy.pb.go b/osconfig/apiv1/osconfigpb/os_policy.pb.go
index a31b3cc46696..86160c73b659 100755
--- a/osconfig/apiv1/osconfigpb/os_policy.pb.go
+++ b/osconfig/apiv1/osconfigpb/os_policy.pb.go
@@ -21,12 +21,11 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/os_policy_assignment_reports.pb.go b/osconfig/apiv1/osconfigpb/os_policy_assignment_reports.pb.go
index 5b6e8009723f..1e4e53a7cfd7 100755
--- a/osconfig/apiv1/osconfigpb/os_policy_assignment_reports.pb.go
+++ b/osconfig/apiv1/osconfigpb/os_policy_assignment_reports.pb.go
@@ -21,13 +21,12 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/os_policy_assignments.pb.go b/osconfig/apiv1/osconfigpb/os_policy_assignments.pb.go
index d701d13e9fb2..67c491cdf5da 100755
--- a/osconfig/apiv1/osconfigpb/os_policy_assignments.pb.go
+++ b/osconfig/apiv1/osconfigpb/os_policy_assignments.pb.go
@@ -21,15 +21,14 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -989,14 +988,14 @@ func (x *DeleteOSPolicyAssignmentRequest) GetName() string {
}
// Message representing label set.
-// - A label is a key value pair set for a VM.
-// - A LabelSet is a set of labels.
-// - Labels within a LabelSet are ANDed. In other words, a LabelSet is
-// applicable for a VM only if it matches all the labels in the
-// LabelSet.
-// - Example: A LabelSet with 2 labels: `env=prod` and `type=webserver` will
-// only be applicable for those VMs with both labels
-// present.
+// * A label is a key value pair set for a VM.
+// * A LabelSet is a set of labels.
+// * Labels within a LabelSet are ANDed. In other words, a LabelSet is
+// applicable for a VM only if it matches all the labels in the
+// LabelSet.
+// * Example: A LabelSet with 2 labels: `env=prod` and `type=webserver` will
+// only be applicable for those VMs with both labels
+// present.
type OSPolicyAssignment_LabelSet struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/osconfig/apiv1/osconfigpb/osconfig_common.pb.go b/osconfig/apiv1/osconfigpb/osconfig_common.pb.go
index c866d1d9090d..210741cd88d7 100755
--- a/osconfig/apiv1/osconfigpb/osconfig_common.pb.go
+++ b/osconfig/apiv1/osconfigpb/osconfig_common.pb.go
@@ -21,11 +21,10 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/osconfig_service.pb.go b/osconfig/apiv1/osconfigpb/osconfig_service.pb.go
index 7ad9ce8498bd..55816716902d 100755
--- a/osconfig/apiv1/osconfigpb/osconfig_service.pb.go
+++ b/osconfig/apiv1/osconfigpb/osconfig_service.pb.go
@@ -22,8 +22,6 @@ package osconfigpb
import (
context "context"
- reflect "reflect"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -31,6 +29,7 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/osconfig_zonal_service.pb.go b/osconfig/apiv1/osconfigpb/osconfig_zonal_service.pb.go
index 7f64a8eda9a6..0793eac5ef12 100755
--- a/osconfig/apiv1/osconfigpb/osconfig_zonal_service.pb.go
+++ b/osconfig/apiv1/osconfigpb/osconfig_zonal_service.pb.go
@@ -21,16 +21,15 @@
package osconfigpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/patch_deployments.pb.go b/osconfig/apiv1/osconfigpb/patch_deployments.pb.go
index ff75a3f0d79e..ad0af46b0932 100755
--- a/osconfig/apiv1/osconfigpb/patch_deployments.pb.go
+++ b/osconfig/apiv1/osconfigpb/patch_deployments.pb.go
@@ -21,9 +21,6 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
datetime "google.golang.org/genproto/googleapis/type/datetime"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
@@ -33,6 +30,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/patch_jobs.pb.go b/osconfig/apiv1/osconfigpb/patch_jobs.pb.go
index e741a53e3db3..24395df641a8 100755
--- a/osconfig/apiv1/osconfigpb/patch_jobs.pb.go
+++ b/osconfig/apiv1/osconfigpb/patch_jobs.pb.go
@@ -21,14 +21,13 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1/osconfigpb/vulnerability.pb.go b/osconfig/apiv1/osconfigpb/vulnerability.pb.go
index f8ad74478b8f..7738f87a0691 100755
--- a/osconfig/apiv1/osconfigpb/vulnerability.pb.go
+++ b/osconfig/apiv1/osconfigpb/vulnerability.pb.go
@@ -21,13 +21,12 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1alpha/doc.go b/osconfig/apiv1alpha/doc.go
index 7e06ca828ccd..3beb94cd26e2 100755
--- a/osconfig/apiv1alpha/doc.go
+++ b/osconfig/apiv1alpha/doc.go
@@ -20,66 +20,65 @@
// OS management tools that can be used for patch management, patch
// compliance, and configuration management on VM instances.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := osconfig.NewOsConfigZonalClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := osconfig.NewOsConfigZonalClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := osconfig.NewOsConfigZonalClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &osconfigpb.CreateOSPolicyAssignmentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/osconfig/apiv1alpha/osconfigpb#CreateOSPolicyAssignmentRequest.
-// }
-// op, err := c.CreateOSPolicyAssignment(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := osconfig.NewOsConfigZonalClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &osconfigpb.CreateOSPolicyAssignmentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/osconfig/apiv1alpha/osconfigpb#CreateOSPolicyAssignmentRequest.
+// }
+// op, err := c.CreateOSPolicyAssignment(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewOsConfigZonalClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/osconfig/apiv1alpha/os_config_zonal_client.go b/osconfig/apiv1alpha/os_config_zonal_client.go
index 0e04054a1100..cd88aa3b4703 100755
--- a/osconfig/apiv1alpha/os_config_zonal_client.go
+++ b/osconfig/apiv1alpha/os_config_zonal_client.go
@@ -407,7 +407,7 @@ type internalOsConfigZonalClient interface {
// OsConfigZonalClient is a client for interacting with OS Config API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Zonal OS Config API
+// Zonal OS Config API
//
// The OS Config service is the server-side component that allows users to
// manage package installations and patch jobs for Compute Engine VM instances.
@@ -606,7 +606,7 @@ type osConfigZonalGRPCClient struct {
// NewOsConfigZonalClient creates a new os config zonal service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Zonal OS Config API
+// Zonal OS Config API
//
// The OS Config service is the server-side component that allows users to
// manage package installations and patch jobs for Compute Engine VM instances.
@@ -700,7 +700,7 @@ type osConfigZonalRESTClient struct {
// NewOsConfigZonalRESTClient creates a new os config zonal service rest client.
//
-// # Zonal OS Config API
+// Zonal OS Config API
//
// The OS Config service is the server-side component that allows users to
// manage package installations and patch jobs for Compute Engine VM instances.
diff --git a/osconfig/apiv1alpha/osconfigpb/config_common.pb.go b/osconfig/apiv1alpha/osconfigpb/config_common.pb.go
index fd1f75eea0a8..2d1cc23f8bde 100755
--- a/osconfig/apiv1alpha/osconfigpb/config_common.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/config_common.pb.go
@@ -21,11 +21,10 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1alpha/osconfigpb/instance_os_policies_compliance.pb.go b/osconfig/apiv1alpha/osconfigpb/instance_os_policies_compliance.pb.go
index f2a483ccc238..c8fc202c336a 100755
--- a/osconfig/apiv1alpha/osconfigpb/instance_os_policies_compliance.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/instance_os_policies_compliance.pb.go
@@ -21,13 +21,12 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1alpha/osconfigpb/inventory.pb.go b/osconfig/apiv1alpha/osconfigpb/inventory.pb.go
index fcb3244afafb..6b0fc6beb77d 100755
--- a/osconfig/apiv1alpha/osconfigpb/inventory.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/inventory.pb.go
@@ -21,14 +21,13 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
date "google.golang.org/genproto/googleapis/type/date"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1alpha/osconfigpb/os_policy.pb.go b/osconfig/apiv1alpha/osconfigpb/os_policy.pb.go
index e3ec16d258e5..4f8f92d7a7c1 100755
--- a/osconfig/apiv1alpha/osconfigpb/os_policy.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/os_policy.pb.go
@@ -21,12 +21,11 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1alpha/osconfigpb/os_policy_assignment_reports.pb.go b/osconfig/apiv1alpha/osconfigpb/os_policy_assignment_reports.pb.go
index 7dad07b17cbb..bdb8f80c7af2 100755
--- a/osconfig/apiv1alpha/osconfigpb/os_policy_assignment_reports.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/os_policy_assignment_reports.pb.go
@@ -21,13 +21,12 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1alpha/osconfigpb/os_policy_assignments.pb.go b/osconfig/apiv1alpha/osconfigpb/os_policy_assignments.pb.go
index b060f87842cb..3abd201ef148 100755
--- a/osconfig/apiv1alpha/osconfigpb/os_policy_assignments.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/os_policy_assignments.pb.go
@@ -21,15 +21,14 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -987,14 +986,14 @@ func (x *DeleteOSPolicyAssignmentRequest) GetName() string {
}
// Message representing label set.
-// - A label is a key value pair set for a VM.
-// - A LabelSet is a set of labels.
-// - Labels within a LabelSet are ANDed. In other words, a LabelSet is
-// applicable for a VM only if it matches all the labels in the
-// LabelSet.
-// - Example: A LabelSet with 2 labels: `env=prod` and `type=webserver` will
-// only be applicable for those VMs with both labels
-// present.
+// * A label is a key value pair set for a VM.
+// * A LabelSet is a set of labels.
+// * Labels within a LabelSet are ANDed. In other words, a LabelSet is
+// applicable for a VM only if it matches all the labels in the
+// LabelSet.
+// * Example: A LabelSet with 2 labels: `env=prod` and `type=webserver` will
+// only be applicable for those VMs with both labels
+// present.
type OSPolicyAssignment_LabelSet struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/osconfig/apiv1alpha/osconfigpb/osconfig_common.pb.go b/osconfig/apiv1alpha/osconfigpb/osconfig_common.pb.go
index 0c031725f4d5..927509d6adcd 100755
--- a/osconfig/apiv1alpha/osconfigpb/osconfig_common.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/osconfig_common.pb.go
@@ -21,11 +21,10 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1alpha/osconfigpb/osconfig_zonal_service.pb.go b/osconfig/apiv1alpha/osconfigpb/osconfig_zonal_service.pb.go
index 62443c3b361d..75be145f52ef 100755
--- a/osconfig/apiv1alpha/osconfigpb/osconfig_zonal_service.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/osconfig_zonal_service.pb.go
@@ -21,16 +21,15 @@
package osconfigpb
import (
- context "context"
- reflect "reflect"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/osconfig/apiv1alpha/osconfigpb/vulnerability.pb.go b/osconfig/apiv1alpha/osconfigpb/vulnerability.pb.go
index d860fb059c64..6f73c9335784 100755
--- a/osconfig/apiv1alpha/osconfigpb/vulnerability.pb.go
+++ b/osconfig/apiv1alpha/osconfigpb/vulnerability.pb.go
@@ -21,13 +21,12 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1beta/doc.go b/osconfig/apiv1beta/doc.go
index 13b5fcbd8b74..c0ae02e123c2 100755
--- a/osconfig/apiv1beta/doc.go
+++ b/osconfig/apiv1beta/doc.go
@@ -20,61 +20,60 @@
// OS management tools that can be used for patch management, patch
// compliance, and configuration management on VM instances.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := osconfig.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := osconfig.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := osconfig.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &osconfigpb.ExecutePatchJobRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/osconfig/apiv1beta/osconfigpb#ExecutePatchJobRequest.
-// }
-// resp, err := c.ExecutePatchJob(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := osconfig.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &osconfigpb.ExecutePatchJobRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/osconfig/apiv1beta/osconfigpb#ExecutePatchJobRequest.
+// }
+// resp, err := c.ExecutePatchJob(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/osconfig/apiv1beta/os_config_client.go b/osconfig/apiv1beta/os_config_client.go
index 52f551ea83db..9b2456ce53fb 100755
--- a/osconfig/apiv1beta/os_config_client.go
+++ b/osconfig/apiv1beta/os_config_client.go
@@ -493,7 +493,7 @@ type internalClient interface {
// Client is a client for interacting with OS Config API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # OS Config API
+// OS Config API
//
// The OS Config service is a server-side component that you can use to
// manage package installations and patch jobs for virtual machine instances.
@@ -646,7 +646,7 @@ type gRPCClient struct {
// NewClient creates a new os config service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # OS Config API
+// OS Config API
//
// The OS Config service is a server-side component that you can use to
// manage package installations and patch jobs for virtual machine instances.
@@ -724,7 +724,7 @@ type restClient struct {
// NewRESTClient creates a new os config service rest client.
//
-// # OS Config API
+// OS Config API
//
// The OS Config service is a server-side component that you can use to
// manage package installations and patch jobs for virtual machine instances.
diff --git a/osconfig/apiv1beta/osconfigpb/guest_policies.pb.go b/osconfig/apiv1beta/osconfigpb/guest_policies.pb.go
index 968e7a3f146e..0508768d1295 100755
--- a/osconfig/apiv1beta/osconfigpb/guest_policies.pb.go
+++ b/osconfig/apiv1beta/osconfigpb/guest_policies.pb.go
@@ -21,14 +21,13 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -595,6 +594,7 @@ func (x *Assignment) GetOsTypes() []*Assignment_OsType {
// The agent on the VM instance uses the system package manager to apply the
// config.
//
+//
// These are the commands that the agent uses to install or remove
// packages.
//
@@ -1125,14 +1125,14 @@ func (*PackageRepository_Goo) isPackageRepository_Repository() {}
// Additionally, recipes support executing a script (either defined in a file or
// directly in this api) in bash, sh, cmd, and powershell.
//
-// # Updating a software recipe
+// Updating a software recipe
//
// If a recipe is assigned to an instance and there is a recipe with the same
// name but a lower version already installed and the assigned state
// of the recipe is `UPDATED`, then the recipe is updated to
// the new version.
//
-// # Script Working Directories
+// Script Working Directories
//
// Each script or execution step is run in its own temporary directory which
// is deleted after completing the step.
diff --git a/osconfig/apiv1beta/osconfigpb/osconfig_common.pb.go b/osconfig/apiv1beta/osconfigpb/osconfig_common.pb.go
index 98d43e3c8aac..64e5ad686653 100755
--- a/osconfig/apiv1beta/osconfigpb/osconfig_common.pb.go
+++ b/osconfig/apiv1beta/osconfigpb/osconfig_common.pb.go
@@ -21,11 +21,10 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1beta/osconfigpb/osconfig_service.pb.go b/osconfig/apiv1beta/osconfigpb/osconfig_service.pb.go
index eff5a3855afc..910f4156e56f 100755
--- a/osconfig/apiv1beta/osconfigpb/osconfig_service.pb.go
+++ b/osconfig/apiv1beta/osconfigpb/osconfig_service.pb.go
@@ -22,8 +22,6 @@ package osconfigpb
import (
context "context"
- reflect "reflect"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -31,6 +29,7 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
)
const (
diff --git a/osconfig/apiv1beta/osconfigpb/patch_deployments.pb.go b/osconfig/apiv1beta/osconfigpb/patch_deployments.pb.go
index e391b3e749b5..9c8112fbdfe6 100755
--- a/osconfig/apiv1beta/osconfigpb/patch_deployments.pb.go
+++ b/osconfig/apiv1beta/osconfigpb/patch_deployments.pb.go
@@ -21,9 +21,6 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
datetime "google.golang.org/genproto/googleapis/type/datetime"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
@@ -33,6 +30,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/osconfig/apiv1beta/osconfigpb/patch_jobs.pb.go b/osconfig/apiv1beta/osconfigpb/patch_jobs.pb.go
index 47a5f6feea90..55c30fcdc2a0 100755
--- a/osconfig/apiv1beta/osconfigpb/patch_jobs.pb.go
+++ b/osconfig/apiv1beta/osconfigpb/patch_jobs.pb.go
@@ -21,14 +21,13 @@
package osconfigpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/oslogin/common/commonpb/common.pb.go b/oslogin/common/commonpb/common.pb.go
index d8cd7f076ad1..712c93c5b55a 100755
--- a/oslogin/common/commonpb/common.pb.go
+++ b/oslogin/common/commonpb/common.pb.go
@@ -21,12 +21,11 @@
package commonpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/phishingprotection/apiv1beta1/doc.go b/phishingprotection/apiv1beta1/doc.go
index bbe07ef30cd0..fbd2a6fef0f0 100755
--- a/phishingprotection/apiv1beta1/doc.go
+++ b/phishingprotection/apiv1beta1/doc.go
@@ -17,61 +17,60 @@
// Package phishingprotection is an auto-generated package for the
// Phishing Protection API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := phishingprotection.NewPhishingProtectionServiceV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := phishingprotection.NewPhishingProtectionServiceV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := phishingprotection.NewPhishingProtectionServiceV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &phishingprotectionpb.ReportPhishingRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/phishingprotection/apiv1beta1/phishingprotectionpb#ReportPhishingRequest.
-// }
-// resp, err := c.ReportPhishing(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := phishingprotection.NewPhishingProtectionServiceV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &phishingprotectionpb.ReportPhishingRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/phishingprotection/apiv1beta1/phishingprotectionpb#ReportPhishingRequest.
+// }
+// resp, err := c.ReportPhishing(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewPhishingProtectionServiceV1Beta1Client is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/phishingprotection/apiv1beta1/phishingprotectionpb/phishingprotection.pb.go b/phishingprotection/apiv1beta1/phishingprotectionpb/phishingprotection.pb.go
index 89fc66ee2552..b6c49504f940 100755
--- a/phishingprotection/apiv1beta1/phishingprotectionpb/phishingprotection.pb.go
+++ b/phishingprotection/apiv1beta1/phishingprotectionpb/phishingprotection.pb.go
@@ -23,15 +23,14 @@ package phishingprotectionpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/policytroubleshooter/apiv1/doc.go b/policytroubleshooter/apiv1/doc.go
index 8521b7219129..b79bf9c4eb00 100755
--- a/policytroubleshooter/apiv1/doc.go
+++ b/policytroubleshooter/apiv1/doc.go
@@ -17,59 +17,58 @@
// Package policytroubleshooter is an auto-generated package for the
// Policy Troubleshooter API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := policytroubleshooter.NewIamCheckerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := policytroubleshooter.NewIamCheckerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := policytroubleshooter.NewIamCheckerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &policytroubleshooterpb.TroubleshootIamPolicyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/policytroubleshooter/apiv1/policytroubleshooterpb#TroubleshootIamPolicyRequest.
-// }
-// resp, err := c.TroubleshootIamPolicy(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := policytroubleshooter.NewIamCheckerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &policytroubleshooterpb.TroubleshootIamPolicyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/policytroubleshooter/apiv1/policytroubleshooterpb#TroubleshootIamPolicyRequest.
+// }
+// resp, err := c.TroubleshootIamPolicy(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewIamCheckerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/policytroubleshooter/apiv1/policytroubleshooterpb/checker.pb.go b/policytroubleshooter/apiv1/policytroubleshooterpb/checker.pb.go
index a9b3563f7155..48de20d8ae9f 100755
--- a/policytroubleshooter/apiv1/policytroubleshooterpb/checker.pb.go
+++ b/policytroubleshooter/apiv1/policytroubleshooterpb/checker.pb.go
@@ -23,15 +23,14 @@ package policytroubleshooterpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/policytroubleshooter/apiv1/policytroubleshooterpb/explanations.pb.go b/policytroubleshooter/apiv1/policytroubleshooterpb/explanations.pb.go
index 482f838a33d8..54828f559147 100755
--- a/policytroubleshooter/apiv1/policytroubleshooterpb/explanations.pb.go
+++ b/policytroubleshooter/apiv1/policytroubleshooterpb/explanations.pb.go
@@ -22,14 +22,13 @@
package policytroubleshooterpb
import (
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
_ "google.golang.org/genproto/googleapis/api/annotations"
expr "google.golang.org/genproto/googleapis/type/expr"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/privatecatalog/apiv1beta1/doc.go b/privatecatalog/apiv1beta1/doc.go
index b285530508eb..00f9d56e08bd 100755
--- a/privatecatalog/apiv1beta1/doc.go
+++ b/privatecatalog/apiv1beta1/doc.go
@@ -20,67 +20,66 @@
// Enable cloud users to discover private catalogs and products in their
// organizations.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := privatecatalog.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := privatecatalog.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := privatecatalog.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &privatecatalogpb.SearchCatalogsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/privatecatalog/apiv1beta1/privatecatalogpb#SearchCatalogsRequest.
-// }
-// it := c.SearchCatalogs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := privatecatalog.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &privatecatalogpb.SearchCatalogsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/privatecatalog/apiv1beta1/privatecatalogpb#SearchCatalogsRequest.
+// }
+// it := c.SearchCatalogs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/privatecatalog/apiv1beta1/privatecatalogpb/private_catalog.pb.go b/privatecatalog/apiv1beta1/privatecatalogpb/private_catalog.pb.go
index bd753d74aa93..564dda66b0fc 100755
--- a/privatecatalog/apiv1beta1/privatecatalogpb/private_catalog.pb.go
+++ b/privatecatalog/apiv1beta1/privatecatalogpb/private_catalog.pb.go
@@ -21,11 +21,8 @@
package privatecatalogpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/pubsub/apiv1/doc.go b/pubsub/apiv1/doc.go
index d50cae466ecc..c238603a9d9e 100755
--- a/pubsub/apiv1/doc.go
+++ b/pubsub/apiv1/doc.go
@@ -20,59 +20,58 @@
// Provides reliable, many-to-many, asynchronous messaging between
// applications.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := pubsub.NewSchemaClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := pubsub.NewSchemaClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := pubsub.NewSchemaClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &pubsubpb.CreateSchemaRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/pubsub/apiv1/pubsubpb#CreateSchemaRequest.
-// }
-// resp, err := c.CreateSchema(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := pubsub.NewSchemaClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &pubsubpb.CreateSchemaRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/pubsub/apiv1/pubsubpb#CreateSchemaRequest.
+// }
+// resp, err := c.CreateSchema(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewSchemaClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/pubsub/apiv1/pubsubpb/pubsub.pb.go b/pubsub/apiv1/pubsubpb/pubsub.pb.go
index af47c92f085d..20bbb787f646 100755
--- a/pubsub/apiv1/pubsubpb/pubsub.pb.go
+++ b/pubsub/apiv1/pubsubpb/pubsub.pb.go
@@ -22,9 +22,6 @@ package pubsubpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/pubsub/apiv1/pubsubpb/schema.pb.go b/pubsub/apiv1/pubsubpb/schema.pb.go
index 37b4dcf16408..05cf77a32a2d 100755
--- a/pubsub/apiv1/pubsubpb/schema.pb.go
+++ b/pubsub/apiv1/pubsubpb/schema.pb.go
@@ -22,9 +22,6 @@ package pubsubpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/pubsublite/apiv1/doc.go b/pubsublite/apiv1/doc.go
index 527d92f3481a..baa7315c7a66 100755
--- a/pubsublite/apiv1/doc.go
+++ b/pubsublite/apiv1/doc.go
@@ -17,59 +17,58 @@
// Package pubsublite is an auto-generated package for the
// Pub/Sub Lite API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := pubsublite.NewAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := pubsublite.NewAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := pubsublite.NewAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &pubsublitepb.CreateTopicRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/pubsublite/apiv1/pubsublitepb#CreateTopicRequest.
-// }
-// resp, err := c.CreateTopic(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := pubsublite.NewAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &pubsublitepb.CreateTopicRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/pubsublite/apiv1/pubsublitepb#CreateTopicRequest.
+// }
+// resp, err := c.CreateTopic(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewAdminClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/pubsublite/apiv1/pubsublitepb/admin.pb.go b/pubsublite/apiv1/pubsublitepb/admin.pb.go
index 8cdf36f4c257..c19d4f9941a1 100755
--- a/pubsublite/apiv1/pubsublitepb/admin.pb.go
+++ b/pubsublite/apiv1/pubsublitepb/admin.pb.go
@@ -21,11 +21,8 @@
package pubsublitepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/pubsublite/apiv1/pubsublitepb/common.pb.go b/pubsublite/apiv1/pubsublitepb/common.pb.go
index ea4c9ebbbb65..5e20ed9652b6 100755
--- a/pubsublite/apiv1/pubsublitepb/common.pb.go
+++ b/pubsublite/apiv1/pubsublitepb/common.pb.go
@@ -21,14 +21,13 @@
package pubsublitepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/pubsublite/apiv1/pubsublitepb/cursor.pb.go b/pubsublite/apiv1/pubsublitepb/cursor.pb.go
index 3b05bc2c3e64..e213485b3c0c 100755
--- a/pubsublite/apiv1/pubsublitepb/cursor.pb.go
+++ b/pubsublite/apiv1/pubsublitepb/cursor.pb.go
@@ -22,15 +22,14 @@ package pubsublitepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/pubsublite/apiv1/pubsublitepb/publisher.pb.go b/pubsublite/apiv1/pubsublitepb/publisher.pb.go
index 7bafff996687..507b8f8b13c9 100755
--- a/pubsublite/apiv1/pubsublitepb/publisher.pb.go
+++ b/pubsublite/apiv1/pubsublitepb/publisher.pb.go
@@ -22,15 +22,14 @@ package pubsublitepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/pubsublite/apiv1/pubsublitepb/subscriber.pb.go b/pubsublite/apiv1/pubsublitepb/subscriber.pb.go
index 6568076c0de7..d8acf7841d33 100755
--- a/pubsublite/apiv1/pubsublitepb/subscriber.pb.go
+++ b/pubsublite/apiv1/pubsublitepb/subscriber.pb.go
@@ -22,15 +22,14 @@ package pubsublitepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -517,10 +516,10 @@ func (*SubscribeRequest_FlowControl) isSubscribeRequest_Request() {}
// Response containing a list of messages. Upon delivering a MessageResponse to
// the client, the server:
-// - Updates the stream's delivery cursor to one greater than the cursor of the
-// last message in the list.
-// - Subtracts the total number of bytes and messages from the tokens available
-// to the server.
+// * Updates the stream's delivery cursor to one greater than the cursor of the
+// last message in the list.
+// * Subtracts the total number of bytes and messages from the tokens available
+// to the server.
type MessageResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/pubsublite/apiv1/pubsublitepb/topic_stats.pb.go b/pubsublite/apiv1/pubsublitepb/topic_stats.pb.go
index 86f659813f70..edc8ae620060 100755
--- a/pubsublite/apiv1/pubsublitepb/topic_stats.pb.go
+++ b/pubsublite/apiv1/pubsublitepb/topic_stats.pb.go
@@ -22,9 +22,6 @@ package pubsublitepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/doc.go b/recommendationengine/apiv1beta1/doc.go
index f681b9ff6c6a..f51f8ceadcd4 100755
--- a/recommendationengine/apiv1beta1/doc.go
+++ b/recommendationengine/apiv1beta1/doc.go
@@ -21,61 +21,60 @@
// personalized recommendation systems without requiring a high level of
// expertise in machine learning, recommendation system, or Google Cloud.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := recommendationengine.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := recommendationengine.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := recommendationengine.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &recommendationenginepb.CreateCatalogItemRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb#CreateCatalogItemRequest.
-// }
-// resp, err := c.CreateCatalogItem(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := recommendationengine.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &recommendationenginepb.CreateCatalogItemRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/recommendationengine/apiv1beta1/recommendationenginepb#CreateCatalogItemRequest.
+// }
+// resp, err := c.CreateCatalogItem(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewCatalogClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/catalog.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/catalog.pb.go
index f6e8921e371a..4bd83ae38ca2 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/catalog.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/catalog.pb.go
@@ -21,12 +21,11 @@
package recommendationenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/catalog_service.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/catalog_service.pb.go
index a6283607e54f..f728dec21c75 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/catalog_service.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/catalog_service.pb.go
@@ -21,11 +21,8 @@
package recommendationenginepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/common.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/common.pb.go
index e20588e57c94..b26c7f621009 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/common.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/common.pb.go
@@ -21,11 +21,10 @@
package recommendationenginepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/import.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/import.pb.go
index 0e34fb00ba6a..fbfa1acfc80a 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/import.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/import.pb.go
@@ -21,14 +21,13 @@
package recommendationenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/prediction_apikey_registry_service.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/prediction_apikey_registry_service.pb.go
index c3b8833d4bf4..60ed80d7c7af 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/prediction_apikey_registry_service.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/prediction_apikey_registry_service.pb.go
@@ -22,9 +22,6 @@ package recommendationenginepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/prediction_service.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/prediction_service.pb.go
index 341d8fee9c9f..704301c9fb55 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/prediction_service.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/prediction_service.pb.go
@@ -22,9 +22,6 @@ package recommendationenginepb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/recommendationengine_resources.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/recommendationengine_resources.pb.go
index d783a678b3e1..de330aa7f3d5 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/recommendationengine_resources.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/recommendationengine_resources.pb.go
@@ -23,11 +23,10 @@
package recommendationenginepb
import (
- reflect "reflect"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/user_event.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/user_event.pb.go
index e04144792bd4..8d09803f33ec 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/user_event.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/user_event.pb.go
@@ -21,13 +21,12 @@
package recommendationenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommendationengine/apiv1beta1/recommendationenginepb/user_event_service.pb.go b/recommendationengine/apiv1beta1/recommendationenginepb/user_event_service.pb.go
index ae0597e4fff4..c7c1b8428e1a 100755
--- a/recommendationengine/apiv1beta1/recommendationenginepb/user_event_service.pb.go
+++ b/recommendationengine/apiv1beta1/recommendationenginepb/user_event_service.pb.go
@@ -21,11 +21,8 @@
package recommendationenginepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1/doc.go b/recommender/apiv1/doc.go
index 21c7b755c6b5..2111d3d7b12d 100755
--- a/recommender/apiv1/doc.go
+++ b/recommender/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package recommender is an auto-generated package for the
// Recommender API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := recommender.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := recommender.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := recommender.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &recommenderpb.ListInsightsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/recommender/apiv1/recommenderpb#ListInsightsRequest.
-// }
-// it := c.ListInsights(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := recommender.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &recommenderpb.ListInsightsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/recommender/apiv1/recommenderpb#ListInsightsRequest.
+// }
+// it := c.ListInsights(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/recommender/apiv1/recommenderpb/insight.pb.go b/recommender/apiv1/recommenderpb/insight.pb.go
index e05d1f0df74a..f8533b7bff73 100755
--- a/recommender/apiv1/recommenderpb/insight.pb.go
+++ b/recommender/apiv1/recommenderpb/insight.pb.go
@@ -21,15 +21,14 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1/recommenderpb/insight_type_config.pb.go b/recommender/apiv1/recommenderpb/insight_type_config.pb.go
index 532609ca33c1..922be6b6d230 100755
--- a/recommender/apiv1/recommenderpb/insight_type_config.pb.go
+++ b/recommender/apiv1/recommenderpb/insight_type_config.pb.go
@@ -21,14 +21,13 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1/recommenderpb/recommendation.pb.go b/recommender/apiv1/recommenderpb/recommendation.pb.go
index 906aabd83ec6..c9ba5811c94e 100755
--- a/recommender/apiv1/recommenderpb/recommendation.pb.go
+++ b/recommender/apiv1/recommenderpb/recommendation.pb.go
@@ -21,9 +21,6 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
money "google.golang.org/genproto/googleapis/type/money"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
@@ -31,6 +28,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -521,12 +520,11 @@ func (x *OperationGroup) GetOperations() []*Operation {
// Contains an operation for a resource loosely based on the JSON-PATCH format
// with support for:
//
-// - Custom filters for describing partial array patch.
-// - Extended path values for describing nested arrays.
-// - Custom fields for describing the resource for which the operation is being
-// described.
-// - Allows extension to custom operations not natively supported by RFC6902.
-//
+// * Custom filters for describing partial array patch.
+// * Extended path values for describing nested arrays.
+// * Custom fields for describing the resource for which the operation is being
+// described.
+// * Allows extension to custom operations not natively supported by RFC6902.
// See https://tools.ietf.org/html/rfc6902 for details on the original RFC.
type Operation struct {
state protoimpl.MessageState
diff --git a/recommender/apiv1/recommenderpb/recommender_config.pb.go b/recommender/apiv1/recommenderpb/recommender_config.pb.go
index a4d1c6dfeaaa..2d420223ee86 100755
--- a/recommender/apiv1/recommenderpb/recommender_config.pb.go
+++ b/recommender/apiv1/recommenderpb/recommender_config.pb.go
@@ -21,14 +21,13 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1/recommenderpb/recommender_service.pb.go b/recommender/apiv1/recommenderpb/recommender_service.pb.go
index d22485f0ed0f..5f88d69d359b 100755
--- a/recommender/apiv1/recommenderpb/recommender_service.pb.go
+++ b/recommender/apiv1/recommenderpb/recommender_service.pb.go
@@ -22,9 +22,6 @@ package recommenderpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1beta1/doc.go b/recommender/apiv1beta1/doc.go
index e73e1ab9b1c5..7546950cbcbd 100755
--- a/recommender/apiv1beta1/doc.go
+++ b/recommender/apiv1beta1/doc.go
@@ -17,67 +17,66 @@
// Package recommender is an auto-generated package for the
// Recommender API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := recommender.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := recommender.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := recommender.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &recommenderpb.ListInsightsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/recommender/apiv1beta1/recommenderpb#ListInsightsRequest.
-// }
-// it := c.ListInsights(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := recommender.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &recommenderpb.ListInsightsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/recommender/apiv1beta1/recommenderpb#ListInsightsRequest.
+// }
+// it := c.ListInsights(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/recommender/apiv1beta1/recommenderpb/insight.pb.go b/recommender/apiv1beta1/recommenderpb/insight.pb.go
index 91ac41b78d13..4f63ac05aa45 100755
--- a/recommender/apiv1beta1/recommenderpb/insight.pb.go
+++ b/recommender/apiv1beta1/recommenderpb/insight.pb.go
@@ -21,15 +21,14 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1beta1/recommenderpb/insight_type_config.pb.go b/recommender/apiv1beta1/recommenderpb/insight_type_config.pb.go
index f4775c1478b6..097311cf6c99 100755
--- a/recommender/apiv1beta1/recommenderpb/insight_type_config.pb.go
+++ b/recommender/apiv1beta1/recommenderpb/insight_type_config.pb.go
@@ -21,14 +21,13 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1beta1/recommenderpb/recommendation.pb.go b/recommender/apiv1beta1/recommenderpb/recommendation.pb.go
index 5b1ad6cff5a0..65486db80673 100755
--- a/recommender/apiv1beta1/recommenderpb/recommendation.pb.go
+++ b/recommender/apiv1beta1/recommenderpb/recommendation.pb.go
@@ -21,9 +21,6 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
money "google.golang.org/genproto/googleapis/type/money"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
@@ -31,6 +28,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -525,12 +524,11 @@ func (x *OperationGroup) GetOperations() []*Operation {
// Contains an operation for a resource loosely based on the JSON-PATCH format
// with support for:
//
-// - Custom filters for describing partial array patch.
-// - Extended path values for describing nested arrays.
-// - Custom fields for describing the resource for which the operation is being
-// described.
-// - Allows extension to custom operations not natively supported by RFC6902.
-//
+// * Custom filters for describing partial array patch.
+// * Extended path values for describing nested arrays.
+// * Custom fields for describing the resource for which the operation is being
+// described.
+// * Allows extension to custom operations not natively supported by RFC6902.
// See https://tools.ietf.org/html/rfc6902 for details on the original RFC.
type Operation struct {
state protoimpl.MessageState
diff --git a/recommender/apiv1beta1/recommenderpb/recommender_config.pb.go b/recommender/apiv1beta1/recommenderpb/recommender_config.pb.go
index 059533881429..129ef6c9dc0d 100755
--- a/recommender/apiv1beta1/recommenderpb/recommender_config.pb.go
+++ b/recommender/apiv1beta1/recommenderpb/recommender_config.pb.go
@@ -21,14 +21,13 @@
package recommenderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/recommender/apiv1beta1/recommenderpb/recommender_service.pb.go b/recommender/apiv1beta1/recommenderpb/recommender_service.pb.go
index 9c2a49d3db20..b1e00c49ee41 100755
--- a/recommender/apiv1beta1/recommenderpb/recommender_service.pb.go
+++ b/recommender/apiv1beta1/recommenderpb/recommender_service.pb.go
@@ -22,9 +22,6 @@ package recommenderpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/redis/apiv1/cloud_redis_client.go b/redis/apiv1/cloud_redis_client.go
index 06a5407cc14c..3801c80e1398 100755
--- a/redis/apiv1/cloud_redis_client.go
+++ b/redis/apiv1/cloud_redis_client.go
@@ -133,26 +133,26 @@ type internalCloudRedisClient interface {
// CloudRedisClient is a client for interacting with Google Cloud Memorystore for Redis API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Configures and manages Cloud Memorystore for Redis instances
+// Configures and manages Cloud Memorystore for Redis instances
//
-// # Google Cloud Memorystore for Redis v1
+// Google Cloud Memorystore for Redis v1
//
// The redis.googleapis.com service implements the Google Cloud Memorystore
// for Redis API and defines the following resource model for managing Redis
// instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Redis instances, named: /instances/*
+// Each location has a collection of Redis instances, named: /instances/*
//
-// As such, Redis instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Redis instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be referring to a GCP region; for example:
//
-// projects/redpepper-1290/locations/us-central1/instances/my-redis
+// projects/redpepper-1290/locations/us-central1/instances/my-redis
type CloudRedisClient struct {
// The internal transport-dependent client.
internalClient internalCloudRedisClient
@@ -194,7 +194,7 @@ func (c *CloudRedisClient) Connection() *grpc.ClientConn {
//
// The location should have the following format:
//
-// projects/{project_id}/locations/{location_id}
+// projects/{project_id}/locations/{location_id}
//
// If location_id is specified as - (wildcard), then all regions
// available to the project are queried, and the results are aggregated.
@@ -361,26 +361,26 @@ type cloudRedisGRPCClient struct {
// NewCloudRedisClient creates a new cloud redis client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Configures and manages Cloud Memorystore for Redis instances
+// Configures and manages Cloud Memorystore for Redis instances
//
-// # Google Cloud Memorystore for Redis v1
+// Google Cloud Memorystore for Redis v1
//
// The redis.googleapis.com service implements the Google Cloud Memorystore
// for Redis API and defines the following resource model for managing Redis
// instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Redis instances, named: /instances/*
+// Each location has a collection of Redis instances, named: /instances/*
//
-// As such, Redis instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Redis instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be referring to a GCP region; for example:
//
-// projects/redpepper-1290/locations/us-central1/instances/my-redis
+// projects/redpepper-1290/locations/us-central1/instances/my-redis
func NewCloudRedisClient(ctx context.Context, opts ...option.ClientOption) (*CloudRedisClient, error) {
clientOpts := defaultCloudRedisGRPCClientOptions()
if newCloudRedisClientHook != nil {
@@ -471,26 +471,26 @@ type cloudRedisRESTClient struct {
// NewCloudRedisRESTClient creates a new cloud redis rest client.
//
-// # Configures and manages Cloud Memorystore for Redis instances
+// Configures and manages Cloud Memorystore for Redis instances
//
-// # Google Cloud Memorystore for Redis v1
+// Google Cloud Memorystore for Redis v1
//
// The redis.googleapis.com service implements the Google Cloud Memorystore
// for Redis API and defines the following resource model for managing Redis
// instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Redis instances, named: /instances/*
+// Each location has a collection of Redis instances, named: /instances/*
//
-// As such, Redis instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Redis instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be referring to a GCP region; for example:
//
-// projects/redpepper-1290/locations/us-central1/instances/my-redis
+// projects/redpepper-1290/locations/us-central1/instances/my-redis
func NewCloudRedisRESTClient(ctx context.Context, opts ...option.ClientOption) (*CloudRedisClient, error) {
clientOpts := append(defaultCloudRedisRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
@@ -837,7 +837,7 @@ func (c *cloudRedisGRPCClient) RescheduleMaintenance(ctx context.Context, req *r
//
// The location should have the following format:
//
-// projects/{project_id}/locations/{location_id}
+// projects/{project_id}/locations/{location_id}
//
// If location_id is specified as - (wildcard), then all regions
// available to the project are queried, and the results are aggregated.
diff --git a/redis/apiv1/doc.go b/redis/apiv1/doc.go
index 2e210caa480b..f7c2121b885d 100755
--- a/redis/apiv1/doc.go
+++ b/redis/apiv1/doc.go
@@ -19,65 +19,64 @@
//
// Creates and manages Redis instances on the Google Cloud Platform.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := redis.NewCloudRedisClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := redis.NewCloudRedisClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := redis.NewCloudRedisClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &redispb.ListInstancesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/redis/apiv1/redispb#ListInstancesRequest.
-// }
-// it := c.ListInstances(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := redis.NewCloudRedisClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &redispb.ListInstancesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/redis/apiv1/redispb#ListInstancesRequest.
+// }
+// it := c.ListInstances(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudRedisClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/redis/apiv1/redispb/cloud_redis.pb.go b/redis/apiv1/redispb/cloud_redis.pb.go
index 6714a509178e..c9eb44a3166f 100755
--- a/redis/apiv1/redispb/cloud_redis.pb.go
+++ b/redis/apiv1/redispb/cloud_redis.pb.go
@@ -21,11 +21,8 @@
package redispb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
timeofday "google.golang.org/genproto/googleapis/type/timeofday"
@@ -37,6 +34,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/redis/apiv1beta1/cloud_redis_client.go b/redis/apiv1beta1/cloud_redis_client.go
index ff88d891e8b0..cd939cd2b8ee 100755
--- a/redis/apiv1beta1/cloud_redis_client.go
+++ b/redis/apiv1beta1/cloud_redis_client.go
@@ -134,26 +134,26 @@ type internalCloudRedisClient interface {
// CloudRedisClient is a client for interacting with Google Cloud Memorystore for Redis API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Configures and manages Cloud Memorystore for Redis instances
+// Configures and manages Cloud Memorystore for Redis instances
//
-// # Google Cloud Memorystore for Redis v1beta1
+// Google Cloud Memorystore for Redis v1beta1
//
// The redis.googleapis.com service implements the Google Cloud Memorystore
// for Redis API and defines the following resource model for managing Redis
// instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Redis instances, named: /instances/*
+// Each location has a collection of Redis instances, named: /instances/*
//
-// As such, Redis instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Redis instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be referring to a GCP region; for example:
//
-// projects/redpepper-1290/locations/us-central1/instances/my-redis
+// projects/redpepper-1290/locations/us-central1/instances/my-redis
type CloudRedisClient struct {
// The internal transport-dependent client.
internalClient internalCloudRedisClient
@@ -195,7 +195,7 @@ func (c *CloudRedisClient) Connection() *grpc.ClientConn {
//
// The location should have the following format:
//
-// projects/{project_id}/locations/{location_id}
+// projects/{project_id}/locations/{location_id}
//
// If location_id is specified as - (wildcard), then all regions
// available to the project are queried, and the results are aggregated.
@@ -362,26 +362,26 @@ type cloudRedisGRPCClient struct {
// NewCloudRedisClient creates a new cloud redis client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Configures and manages Cloud Memorystore for Redis instances
+// Configures and manages Cloud Memorystore for Redis instances
//
-// # Google Cloud Memorystore for Redis v1beta1
+// Google Cloud Memorystore for Redis v1beta1
//
// The redis.googleapis.com service implements the Google Cloud Memorystore
// for Redis API and defines the following resource model for managing Redis
// instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Redis instances, named: /instances/*
+// Each location has a collection of Redis instances, named: /instances/*
//
-// As such, Redis instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Redis instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be referring to a GCP region; for example:
//
-// projects/redpepper-1290/locations/us-central1/instances/my-redis
+// projects/redpepper-1290/locations/us-central1/instances/my-redis
func NewCloudRedisClient(ctx context.Context, opts ...option.ClientOption) (*CloudRedisClient, error) {
clientOpts := defaultCloudRedisGRPCClientOptions()
if newCloudRedisClientHook != nil {
@@ -472,26 +472,26 @@ type cloudRedisRESTClient struct {
// NewCloudRedisRESTClient creates a new cloud redis rest client.
//
-// # Configures and manages Cloud Memorystore for Redis instances
+// Configures and manages Cloud Memorystore for Redis instances
//
-// # Google Cloud Memorystore for Redis v1beta1
+// Google Cloud Memorystore for Redis v1beta1
//
// The redis.googleapis.com service implements the Google Cloud Memorystore
// for Redis API and defines the following resource model for managing Redis
// instances:
//
-// The service works with a collection of cloud projects, named: /projects/*
+// The service works with a collection of cloud projects, named: /projects/*
//
-// Each project has a collection of available locations, named: /locations/*
+// Each project has a collection of available locations, named: /locations/*
//
-// Each location has a collection of Redis instances, named: /instances/*
+// Each location has a collection of Redis instances, named: /instances/*
//
-// As such, Redis instances are resources of the form:
-// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
+// As such, Redis instances are resources of the form:
+// /projects/{project_id}/locations/{location_id}/instances/{instance_id}
//
// Note that location_id must be referring to a GCP region; for example:
//
-// projects/redpepper-1290/locations/us-central1/instances/my-redis
+// projects/redpepper-1290/locations/us-central1/instances/my-redis
func NewCloudRedisRESTClient(ctx context.Context, opts ...option.ClientOption) (*CloudRedisClient, error) {
clientOpts := append(defaultCloudRedisRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
@@ -833,7 +833,7 @@ func (c *cloudRedisGRPCClient) RescheduleMaintenance(ctx context.Context, req *r
//
// The location should have the following format:
//
-// projects/{project_id}/locations/{location_id}
+// projects/{project_id}/locations/{location_id}
//
// If location_id is specified as - (wildcard), then all regions
// available to the project are queried, and the results are aggregated.
diff --git a/redis/apiv1beta1/doc.go b/redis/apiv1beta1/doc.go
index 644302316824..8676880bca6b 100755
--- a/redis/apiv1beta1/doc.go
+++ b/redis/apiv1beta1/doc.go
@@ -19,67 +19,66 @@
//
// Creates and manages Redis instances on the Google Cloud Platform.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := redis.NewCloudRedisClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := redis.NewCloudRedisClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := redis.NewCloudRedisClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &redispb.ListInstancesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/redis/apiv1beta1/redispb#ListInstancesRequest.
-// }
-// it := c.ListInstances(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := redis.NewCloudRedisClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &redispb.ListInstancesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/redis/apiv1beta1/redispb#ListInstancesRequest.
+// }
+// it := c.ListInstances(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudRedisClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/redis/apiv1beta1/redispb/cloud_redis.pb.go b/redis/apiv1beta1/redispb/cloud_redis.pb.go
index d0f6dec2d52e..919abb76e4d7 100755
--- a/redis/apiv1beta1/redispb/cloud_redis.pb.go
+++ b/redis/apiv1beta1/redispb/cloud_redis.pb.go
@@ -21,11 +21,8 @@
package redispb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
dayofweek "google.golang.org/genproto/googleapis/type/dayofweek"
timeofday "google.golang.org/genproto/googleapis/type/timeofday"
@@ -37,6 +34,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/resourcemanager/apiv3/doc.go b/resourcemanager/apiv3/doc.go
index dbf47f5924d8..6840fe7619a0 100755
--- a/resourcemanager/apiv3/doc.go
+++ b/resourcemanager/apiv3/doc.go
@@ -20,59 +20,58 @@
// Creates, reads, and updates metadata for Google Cloud Platform resource
// containers.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := resourcemanager.NewFoldersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := resourcemanager.NewFoldersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := resourcemanager.NewFoldersClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &resourcemanagerpb.GetFolderRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/resourcemanager/apiv3/resourcemanagerpb#GetFolderRequest.
-// }
-// resp, err := c.GetFolder(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := resourcemanager.NewFoldersClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &resourcemanagerpb.GetFolderRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/resourcemanager/apiv3/resourcemanagerpb#GetFolderRequest.
+// }
+// resp, err := c.GetFolder(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewFoldersClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/resourcemanager/apiv3/folders_client.go b/resourcemanager/apiv3/folders_client.go
index 6a5a2a8dc75b..a7f343735fd2 100755
--- a/resourcemanager/apiv3/folders_client.go
+++ b/resourcemanager/apiv3/folders_client.go
@@ -267,16 +267,16 @@ func (c *FoldersClient) SearchFolders(ctx context.Context, req *resourcemanagerp
// In order to succeed, the addition of this new folder must not violate
// the folder naming, height, or fanout constraints.
//
-// The folder’s display_name must be distinct from all other folders that
-// share its parent.
+// The folder’s display_name must be distinct from all other folders that
+// share its parent.
//
-// The addition of the folder must not cause the active folder hierarchy
-// to exceed a height of 10. Note, the full active + deleted folder hierarchy
-// is allowed to reach a height of 20; this provides additional headroom when
-// moving folders that contain deleted folders.
+// The addition of the folder must not cause the active folder hierarchy
+// to exceed a height of 10. Note, the full active + deleted folder hierarchy
+// is allowed to reach a height of 20; this provides additional headroom when
+// moving folders that contain deleted folders.
//
-// The addition of the folder must not cause the total number of folders
-// under its parent to exceed 300.
+// The addition of the folder must not cause the total number of folders
+// under its parent to exceed 300.
//
// If the operation fails due to a folder constraint violation, some errors
// may be returned by the CreateFolder request, with status code
@@ -1150,16 +1150,16 @@ func (c *foldersRESTClient) SearchFolders(ctx context.Context, req *resourcemana
// In order to succeed, the addition of this new folder must not violate
// the folder naming, height, or fanout constraints.
//
-// The folder’s display_name must be distinct from all other folders that
-// share its parent.
+// The folder’s display_name must be distinct from all other folders that
+// share its parent.
//
-// The addition of the folder must not cause the active folder hierarchy
-// to exceed a height of 10. Note, the full active + deleted folder hierarchy
-// is allowed to reach a height of 20; this provides additional headroom when
-// moving folders that contain deleted folders.
+// The addition of the folder must not cause the active folder hierarchy
+// to exceed a height of 10. Note, the full active + deleted folder hierarchy
+// is allowed to reach a height of 20; this provides additional headroom when
+// moving folders that contain deleted folders.
//
-// The addition of the folder must not cause the total number of folders
-// under its parent to exceed 300.
+// The addition of the folder must not cause the total number of folders
+// under its parent to exceed 300.
//
// If the operation fails due to a folder constraint violation, some errors
// may be returned by the CreateFolder request, with status code
diff --git a/resourcemanager/apiv3/projects_client.go b/resourcemanager/apiv3/projects_client.go
index f6cc655d30a8..3cd4128afef2 100755
--- a/resourcemanager/apiv3/projects_client.go
+++ b/resourcemanager/apiv3/projects_client.go
@@ -389,39 +389,39 @@ func (c *ProjectsClient) GetIamPolicy(ctx context.Context, req *iampb.GetIamPoli
//
// The following constraints apply when using setIamPolicy():
//
-// Project does not support allUsers and allAuthenticatedUsers as
-// members in a Binding of a Policy.
-//
-// The owner role can be granted to a user, serviceAccount, or a group
-// that is part of an organization. For example,
-// group@myownpersonaldomain.com (at mailto:group@myownpersonaldomain.com) could be added as an owner to a project in
-// the myownpersonaldomain.com (at http://myownpersonaldomain.com) organization, but not the examplepetstore.com (at http://examplepetstore.com)
-// organization.
-//
-// Service accounts can be made owners of a project directly
-// without any restrictions. However, to be added as an owner, a user must be
-// invited using the Cloud Platform console and must accept the invitation.
-//
-// A user cannot be granted the owner role using setIamPolicy(). The user
-// must be granted the owner role using the Cloud Platform Console and must
-// explicitly accept the invitation.
-//
-// Invitations to grant the owner role cannot be sent using
-// setIamPolicy();
-// they must be sent only using the Cloud Platform Console.
-//
-// Membership changes that leave the project without any owners that have
-// accepted the Terms of Service (ToS) will be rejected.
-//
-// If the project is not part of an organization, there must be at least
-// one owner who has accepted the Terms of Service (ToS) agreement in the
-// policy. Calling setIamPolicy() to remove the last ToS-accepted owner
-// from the policy will fail. This restriction also applies to legacy
-// projects that no longer have owners who have accepted the ToS. Edits to
-// IAM policies will be rejected until the lack of a ToS-accepting owner is
-// rectified.
-//
-// Calling this method requires enabling the App Engine Admin API.
+// Project does not support allUsers and allAuthenticatedUsers as
+// members in a Binding of a Policy.
+//
+// The owner role can be granted to a user, serviceAccount, or a group
+// that is part of an organization. For example,
+// group@myownpersonaldomain.com (at mailto:group@myownpersonaldomain.com) could be added as an owner to a project in
+// the myownpersonaldomain.com (at http://myownpersonaldomain.com) organization, but not the examplepetstore.com (at http://examplepetstore.com)
+// organization.
+//
+// Service accounts can be made owners of a project directly
+// without any restrictions. However, to be added as an owner, a user must be
+// invited using the Cloud Platform console and must accept the invitation.
+//
+// A user cannot be granted the owner role using setIamPolicy(). The user
+// must be granted the owner role using the Cloud Platform Console and must
+// explicitly accept the invitation.
+//
+// Invitations to grant the owner role cannot be sent using
+// setIamPolicy();
+// they must be sent only using the Cloud Platform Console.
+//
+// Membership changes that leave the project without any owners that have
+// accepted the Terms of Service (ToS) will be rejected.
+//
+// If the project is not part of an organization, there must be at least
+// one owner who has accepted the Terms of Service (ToS) agreement in the
+// policy. Calling setIamPolicy() to remove the last ToS-accepted owner
+// from the policy will fail. This restriction also applies to legacy
+// projects that no longer have owners who have accepted the ToS. Edits to
+// IAM policies will be rejected until the lack of a ToS-accepting owner is
+// rectified.
+//
+// Calling this method requires enabling the App Engine Admin API.
func (c *ProjectsClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
return c.internalClient.SetIamPolicy(ctx, req, opts...)
}
@@ -1632,39 +1632,39 @@ func (c *projectsRESTClient) GetIamPolicy(ctx context.Context, req *iampb.GetIam
//
// The following constraints apply when using setIamPolicy():
//
-// Project does not support allUsers and allAuthenticatedUsers as
-// members in a Binding of a Policy.
+// Project does not support allUsers and allAuthenticatedUsers as
+// members in a Binding of a Policy.
//
-// The owner role can be granted to a user, serviceAccount, or a group
-// that is part of an organization. For example,
-// group@myownpersonaldomain.com (at mailto:group@myownpersonaldomain.com) could be added as an owner to a project in
-// the myownpersonaldomain.com (at http://myownpersonaldomain.com) organization, but not the examplepetstore.com (at http://examplepetstore.com)
-// organization.
+// The owner role can be granted to a user, serviceAccount, or a group
+// that is part of an organization. For example,
+// group@myownpersonaldomain.com (at mailto:group@myownpersonaldomain.com) could be added as an owner to a project in
+// the myownpersonaldomain.com (at http://myownpersonaldomain.com) organization, but not the examplepetstore.com (at http://examplepetstore.com)
+// organization.
//
-// Service accounts can be made owners of a project directly
-// without any restrictions. However, to be added as an owner, a user must be
-// invited using the Cloud Platform console and must accept the invitation.
+// Service accounts can be made owners of a project directly
+// without any restrictions. However, to be added as an owner, a user must be
+// invited using the Cloud Platform console and must accept the invitation.
//
-// A user cannot be granted the owner role using setIamPolicy(). The user
-// must be granted the owner role using the Cloud Platform Console and must
-// explicitly accept the invitation.
+// A user cannot be granted the owner role using setIamPolicy(). The user
+// must be granted the owner role using the Cloud Platform Console and must
+// explicitly accept the invitation.
//
-// Invitations to grant the owner role cannot be sent using
-// setIamPolicy();
-// they must be sent only using the Cloud Platform Console.
+// Invitations to grant the owner role cannot be sent using
+// setIamPolicy();
+// they must be sent only using the Cloud Platform Console.
//
-// Membership changes that leave the project without any owners that have
-// accepted the Terms of Service (ToS) will be rejected.
+// Membership changes that leave the project without any owners that have
+// accepted the Terms of Service (ToS) will be rejected.
//
-// If the project is not part of an organization, there must be at least
-// one owner who has accepted the Terms of Service (ToS) agreement in the
-// policy. Calling setIamPolicy() to remove the last ToS-accepted owner
-// from the policy will fail. This restriction also applies to legacy
-// projects that no longer have owners who have accepted the ToS. Edits to
-// IAM policies will be rejected until the lack of a ToS-accepting owner is
-// rectified.
+// If the project is not part of an organization, there must be at least
+// one owner who has accepted the Terms of Service (ToS) agreement in the
+// policy. Calling setIamPolicy() to remove the last ToS-accepted owner
+// from the policy will fail. This restriction also applies to legacy
+// projects that no longer have owners who have accepted the ToS. Edits to
+// IAM policies will be rejected until the lack of a ToS-accepting owner is
+// rectified.
//
-// Calling this method requires enabling the App Engine Admin API.
+// Calling this method requires enabling the App Engine Admin API.
func (c *projectsRESTClient) SetIamPolicy(ctx context.Context, req *iampb.SetIamPolicyRequest, opts ...gax.CallOption) (*iampb.Policy, error) {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/resourcemanager/apiv3/resourcemanagerpb/folders.pb.go b/resourcemanager/apiv3/resourcemanagerpb/folders.pb.go
index 11628806b6a3..5a13af43222f 100755
--- a/resourcemanager/apiv3/resourcemanagerpb/folders.pb.go
+++ b/resourcemanager/apiv3/resourcemanagerpb/folders.pb.go
@@ -21,12 +21,9 @@
package resourcemanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/resourcemanager/apiv3/resourcemanagerpb/organizations.pb.go b/resourcemanager/apiv3/resourcemanagerpb/organizations.pb.go
index daeb83439bc7..572ecf708e38 100755
--- a/resourcemanager/apiv3/resourcemanagerpb/organizations.pb.go
+++ b/resourcemanager/apiv3/resourcemanagerpb/organizations.pb.go
@@ -21,11 +21,8 @@
package resourcemanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/resourcemanager/apiv3/resourcemanagerpb/projects.pb.go b/resourcemanager/apiv3/resourcemanagerpb/projects.pb.go
index 0e831e1df3af..ee88c35f28b0 100755
--- a/resourcemanager/apiv3/resourcemanagerpb/projects.pb.go
+++ b/resourcemanager/apiv3/resourcemanagerpb/projects.pb.go
@@ -21,12 +21,9 @@
package resourcemanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/resourcemanager/apiv3/resourcemanagerpb/tag_bindings.pb.go b/resourcemanager/apiv3/resourcemanagerpb/tag_bindings.pb.go
index 0064693957ba..8184492c8bf8 100755
--- a/resourcemanager/apiv3/resourcemanagerpb/tag_bindings.pb.go
+++ b/resourcemanager/apiv3/resourcemanagerpb/tag_bindings.pb.go
@@ -21,17 +21,16 @@
package resourcemanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/resourcemanager/apiv3/resourcemanagerpb/tag_keys.pb.go b/resourcemanager/apiv3/resourcemanagerpb/tag_keys.pb.go
index 50bd65cada9b..6e977d2b8fd4 100755
--- a/resourcemanager/apiv3/resourcemanagerpb/tag_keys.pb.go
+++ b/resourcemanager/apiv3/resourcemanagerpb/tag_keys.pb.go
@@ -21,12 +21,9 @@
package resourcemanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/resourcemanager/apiv3/resourcemanagerpb/tag_values.pb.go b/resourcemanager/apiv3/resourcemanagerpb/tag_values.pb.go
index c02741663529..370799c1c39f 100755
--- a/resourcemanager/apiv3/resourcemanagerpb/tag_values.pb.go
+++ b/resourcemanager/apiv3/resourcemanagerpb/tag_values.pb.go
@@ -21,12 +21,9 @@
package resourcemanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/resourcesettings/apiv1/doc.go b/resourcesettings/apiv1/doc.go
index ca73171dd72f..f4da95fa6a45 100755
--- a/resourcesettings/apiv1/doc.go
+++ b/resourcesettings/apiv1/doc.go
@@ -21,65 +21,64 @@
// of their GCP resources (e.g., VM, firewall, Project, etc.) across the
// Cloud Resource Hierarchy.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := resourcesettings.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := resourcesettings.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := resourcesettings.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &resourcesettingspb.ListSettingsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/resourcesettings/apiv1/resourcesettingspb#ListSettingsRequest.
-// }
-// it := c.ListSettings(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := resourcesettings.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &resourcesettingspb.ListSettingsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/resourcesettings/apiv1/resourcesettingspb#ListSettingsRequest.
+// }
+// it := c.ListSettings(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/resourcesettings/apiv1/resourcesettingspb/resource_settings.pb.go b/resourcesettings/apiv1/resourcesettingspb/resource_settings.pb.go
index aa16b10d2a62..f15c2720df78 100755
--- a/resourcesettings/apiv1/resourcesettingspb/resource_settings.pb.go
+++ b/resourcesettings/apiv1/resourcesettingspb/resource_settings.pb.go
@@ -22,15 +22,14 @@ package resourcesettingspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/catalog_client.go b/retail/apiv2/catalog_client.go
index dcb6819bea9e..c090a54e2ca7 100755
--- a/retail/apiv2/catalog_client.go
+++ b/retail/apiv2/catalog_client.go
@@ -311,13 +311,13 @@ func (c *CatalogClient) UpdateCatalog(ctx context.Context, req *retailpb.UpdateC
//
// More specifically:
//
-// PredictionService will only return product IDs from branch {newBranch}.
+// PredictionService will only return product IDs from branch {newBranch}.
//
-// SearchService will only return product IDs from branch {newBranch}
-// (if branch is not explicitly set).
+// SearchService will only return product IDs from branch {newBranch}
+// (if branch is not explicitly set).
//
-// UserEventService will only join events with products from branch
-// {newBranch}.
+// UserEventService will only join events with products from branch
+// {newBranch}.
func (c *CatalogClient) SetDefaultBranch(ctx context.Context, req *retailpb.SetDefaultBranchRequest, opts ...gax.CallOption) error {
return c.internalClient.SetDefaultBranch(ctx, req, opts...)
}
diff --git a/retail/apiv2/doc.go b/retail/apiv2/doc.go
index 6dc366714f49..32ba7b5707bb 100755
--- a/retail/apiv2/doc.go
+++ b/retail/apiv2/doc.go
@@ -21,65 +21,64 @@
// recommendation systems without requiring a high level of expertise in
// machine learning, recommendation system, or Google Cloud.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := retail.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := retail.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := retail.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &retailpb.ListCatalogsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/retail/apiv2/retailpb#ListCatalogsRequest.
-// }
-// it := c.ListCatalogs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := retail.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &retailpb.ListCatalogsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/retail/apiv2/retailpb#ListCatalogsRequest.
+// }
+// it := c.ListCatalogs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCatalogClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/retail/apiv2/retailpb/catalog.pb.go b/retail/apiv2/retailpb/catalog.pb.go
index 9f3d37b2a255..519a02c1580f 100755
--- a/retail/apiv2/retailpb/catalog.pb.go
+++ b/retail/apiv2/retailpb/catalog.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/catalog_service.pb.go b/retail/apiv2/retailpb/catalog_service.pb.go
index 6dc45d699a4f..43a7eb9eed7b 100755
--- a/retail/apiv2/retailpb/catalog_service.pb.go
+++ b/retail/apiv2/retailpb/catalog_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/common.pb.go b/retail/apiv2/retailpb/common.pb.go
index d510887ea20b..78d640377079 100755
--- a/retail/apiv2/retailpb/common.pb.go
+++ b/retail/apiv2/retailpb/common.pb.go
@@ -21,13 +21,12 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1744,12 +1743,11 @@ func (x *Rule_BoostAction) GetProductsFilter() string {
// * Rule Condition:
// - No
-// [Condition.query_terms][google.cloud.retail.v2.Condition.query_terms]
-// provided is a global match.
+// [Condition.query_terms][google.cloud.retail.v2.Condition.query_terms]
+// provided is a global match.
// - 1 or more
-// [Condition.query_terms][google.cloud.retail.v2.Condition.query_terms]
-// provided are combined with OR operator.
-//
+// [Condition.query_terms][google.cloud.retail.v2.Condition.query_terms]
+// provided are combined with OR operator.
// * Action Input: The request query and filter that are applied to the
// retrieved products, in addition to any filters already provided with the
// SearchRequest. The AND operator is used to combine the query's existing
@@ -1822,8 +1820,7 @@ func (x *Rule_FilterAction) GetFilter() string {
//
// * Rule Condition:
// - Must specify
-// [Condition.query_terms][google.cloud.retail.v2.Condition.query_terms].
-//
+// [Condition.query_terms][google.cloud.retail.v2.Condition.query_terms].
// * Action Input: Request Query
// * Action Result: Redirects shopper to provided uri.
type Rule_RedirectAction struct {
@@ -1877,8 +1874,8 @@ func (x *Rule_RedirectAction) GetRedirectUri() string {
// Creates a set of terms that will be treated as synonyms of each other.
// Example: synonyms of "sneakers" and "shoes":
//
-// - "sneakers" will use a synonym of "shoes".
-// - "shoes" will use a synonym of "sneakers".
+// * "sneakers" will use a synonym of "shoes".
+// * "shoes" will use a synonym of "sneakers".
type Rule_TwowaySynonymsAction struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/retail/apiv2/retailpb/completion_service.pb.go b/retail/apiv2/retailpb/completion_service.pb.go
index ff135ff61552..1d8648e69e62 100755
--- a/retail/apiv2/retailpb/completion_service.pb.go
+++ b/retail/apiv2/retailpb/completion_service.pb.go
@@ -21,17 +21,16 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/control.pb.go b/retail/apiv2/retailpb/control.pb.go
index f56580e2d03e..4bfd6e9def7b 100755
--- a/retail/apiv2/retailpb/control.pb.go
+++ b/retail/apiv2/retailpb/control.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/control_service.pb.go b/retail/apiv2/retailpb/control_service.pb.go
index 5749638053d4..6c47b1ab7a64 100755
--- a/retail/apiv2/retailpb/control_service.pb.go
+++ b/retail/apiv2/retailpb/control_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/import_config.pb.go b/retail/apiv2/retailpb/import_config.pb.go
index adf768605bcb..0138c3947bb6 100755
--- a/retail/apiv2/retailpb/import_config.pb.go
+++ b/retail/apiv2/retailpb/import_config.pb.go
@@ -21,9 +21,6 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
date "google.golang.org/genproto/googleapis/type/date"
@@ -31,6 +28,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/prediction_service.pb.go b/retail/apiv2/retailpb/prediction_service.pb.go
index cb82ab3f79f7..0aa5fc0099dc 100755
--- a/retail/apiv2/retailpb/prediction_service.pb.go
+++ b/retail/apiv2/retailpb/prediction_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/product.pb.go b/retail/apiv2/retailpb/product.pb.go
index 31bdce13fd75..f71d6b825aa3 100755
--- a/retail/apiv2/retailpb/product.pb.go
+++ b/retail/apiv2/retailpb/product.pb.go
@@ -21,9 +21,6 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
@@ -31,6 +28,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/product_service.pb.go b/retail/apiv2/retailpb/product_service.pb.go
index 1f51bdf43545..3dd746c284ce 100755
--- a/retail/apiv2/retailpb/product_service.pb.go
+++ b/retail/apiv2/retailpb/product_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/promotion.pb.go b/retail/apiv2/retailpb/promotion.pb.go
index 7158ef8be6ee..779c707ee49f 100755
--- a/retail/apiv2/retailpb/promotion.pb.go
+++ b/retail/apiv2/retailpb/promotion.pb.go
@@ -21,11 +21,10 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/purge_config.pb.go b/retail/apiv2/retailpb/purge_config.pb.go
index 023ed180be2f..7627d3ab4c53 100755
--- a/retail/apiv2/retailpb/purge_config.pb.go
+++ b/retail/apiv2/retailpb/purge_config.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/search_service.pb.go b/retail/apiv2/retailpb/search_service.pb.go
index e2f0c9f3bcd9..c652ad6bfa71 100755
--- a/retail/apiv2/retailpb/search_service.pb.go
+++ b/retail/apiv2/retailpb/search_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/serving_config.pb.go b/retail/apiv2/retailpb/serving_config.pb.go
index d33964a5a254..a06ee9e4737e 100755
--- a/retail/apiv2/retailpb/serving_config.pb.go
+++ b/retail/apiv2/retailpb/serving_config.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/serving_config_service.pb.go b/retail/apiv2/retailpb/serving_config_service.pb.go
index 52ba3e9ec915..0c409cc206e4 100755
--- a/retail/apiv2/retailpb/serving_config_service.pb.go
+++ b/retail/apiv2/retailpb/serving_config_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/user_event.pb.go b/retail/apiv2/retailpb/user_event.pb.go
index 6fb1841b5f43..fce3221e57eb 100755
--- a/retail/apiv2/retailpb/user_event.pb.go
+++ b/retail/apiv2/retailpb/user_event.pb.go
@@ -21,14 +21,13 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2/retailpb/user_event_service.pb.go b/retail/apiv2/retailpb/user_event_service.pb.go
index 9c1836aaee17..f54bd0358b0a 100755
--- a/retail/apiv2/retailpb/user_event_service.pb.go
+++ b/retail/apiv2/retailpb/user_event_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/catalog_client.go b/retail/apiv2alpha/catalog_client.go
index 6ebe282fd59f..c79566b046eb 100755
--- a/retail/apiv2alpha/catalog_client.go
+++ b/retail/apiv2alpha/catalog_client.go
@@ -480,13 +480,13 @@ func (c *CatalogClient) UpdateCatalog(ctx context.Context, req *retailpb.UpdateC
//
// More specifically:
//
-// PredictionService will only return product IDs from branch {newBranch}.
+// PredictionService will only return product IDs from branch {newBranch}.
//
-// SearchService will only return product IDs from branch {newBranch}
-// (if branch is not explicitly set).
+// SearchService will only return product IDs from branch {newBranch}
+// (if branch is not explicitly set).
//
-// UserEventService will only join events with products from branch
-// {newBranch}.
+// UserEventService will only join events with products from branch
+// {newBranch}.
func (c *CatalogClient) SetDefaultBranch(ctx context.Context, req *retailpb.SetDefaultBranchRequest, opts ...gax.CallOption) error {
return c.internalClient.SetDefaultBranch(ctx, req, opts...)
}
@@ -1262,13 +1262,13 @@ func (c *catalogRESTClient) UpdateCatalog(ctx context.Context, req *retailpb.Upd
//
// More specifically:
//
-// PredictionService will only return product IDs from branch {newBranch}.
+// PredictionService will only return product IDs from branch {newBranch}.
//
-// SearchService will only return product IDs from branch {newBranch}
-// (if branch is not explicitly set).
+// SearchService will only return product IDs from branch {newBranch}
+// (if branch is not explicitly set).
//
-// UserEventService will only join events with products from branch
-// {newBranch}.
+// UserEventService will only join events with products from branch
+// {newBranch}.
func (c *catalogRESTClient) SetDefaultBranch(ctx context.Context, req *retailpb.SetDefaultBranchRequest, opts ...gax.CallOption) error {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/retail/apiv2alpha/doc.go b/retail/apiv2alpha/doc.go
index 7646d8e1b31f..de183f77e2e6 100755
--- a/retail/apiv2alpha/doc.go
+++ b/retail/apiv2alpha/doc.go
@@ -21,67 +21,66 @@
// recommendation systems without requiring a high level of expertise in
// machine learning, recommendation system, or Google Cloud.
//
-// NOTE: This package is in alpha. It is not stable, and is likely to change.
+// NOTE: This package is in alpha. It is not stable, and is likely to change.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := retail.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := retail.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := retail.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &retailpb.ListCatalogsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/retail/apiv2alpha/retailpb#ListCatalogsRequest.
-// }
-// it := c.ListCatalogs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := retail.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &retailpb.ListCatalogsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/retail/apiv2alpha/retailpb#ListCatalogsRequest.
+// }
+// it := c.ListCatalogs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCatalogClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/retail/apiv2alpha/model_client.go b/retail/apiv2alpha/model_client.go
index 429eba843697..6d6355bbc375 100755
--- a/retail/apiv2alpha/model_client.go
+++ b/retail/apiv2alpha/model_client.go
@@ -296,13 +296,13 @@ type internalModelClient interface {
//
// This service allows you to do the following:
//
-// Initiate training of a model.
+// Initiate training of a model.
//
-// Pause training of an existing model.
+// Pause training of an existing model.
//
-// List all the available models along with their metadata.
+// List all the available models along with their metadata.
//
-// Control their tuning schedule.
+// Control their tuning schedule.
type ModelClient struct {
// The internal transport-dependent client.
internalClient internalModelClient
@@ -437,13 +437,13 @@ type modelGRPCClient struct {
//
// This service allows you to do the following:
//
-// Initiate training of a model.
+// Initiate training of a model.
//
-// Pause training of an existing model.
+// Pause training of an existing model.
//
-// List all the available models along with their metadata.
+// List all the available models along with their metadata.
//
-// Control their tuning schedule.
+// Control their tuning schedule.
func NewModelClient(ctx context.Context, opts ...option.ClientOption) (*ModelClient, error) {
clientOpts := defaultModelGRPCClientOptions()
if newModelClientHook != nil {
@@ -543,13 +543,13 @@ type modelRESTClient struct {
//
// This service allows you to do the following:
//
-// Initiate training of a model.
+// Initiate training of a model.
//
-// Pause training of an existing model.
+// Pause training of an existing model.
//
-// List all the available models along with their metadata.
+// List all the available models along with their metadata.
//
-// Control their tuning schedule.
+// Control their tuning schedule.
func NewModelRESTClient(ctx context.Context, opts ...option.ClientOption) (*ModelClient, error) {
clientOpts := append(defaultModelRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/retail/apiv2alpha/retailpb/catalog.pb.go b/retail/apiv2alpha/retailpb/catalog.pb.go
index 5f2cc4752026..7c99e91182dc 100755
--- a/retail/apiv2alpha/retailpb/catalog.pb.go
+++ b/retail/apiv2alpha/retailpb/catalog.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/catalog_service.pb.go b/retail/apiv2alpha/retailpb/catalog_service.pb.go
index 27a2bd72c932..815bd5a7cbe2 100755
--- a/retail/apiv2alpha/retailpb/catalog_service.pb.go
+++ b/retail/apiv2alpha/retailpb/catalog_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/common.pb.go b/retail/apiv2alpha/retailpb/common.pb.go
index cbe13a5343e0..40b3aecc67d9 100755
--- a/retail/apiv2alpha/retailpb/common.pb.go
+++ b/retail/apiv2alpha/retailpb/common.pb.go
@@ -21,13 +21,12 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1808,12 +1807,11 @@ func (x *Rule_BoostAction) GetProductsFilter() string {
// * Rule Condition:
// - No
-// [Condition.query_terms][google.cloud.retail.v2alpha.Condition.query_terms]
-// provided is a global match.
+// [Condition.query_terms][google.cloud.retail.v2alpha.Condition.query_terms]
+// provided is a global match.
// - 1 or more
-// [Condition.query_terms][google.cloud.retail.v2alpha.Condition.query_terms]
-// provided are combined with OR operator.
-//
+// [Condition.query_terms][google.cloud.retail.v2alpha.Condition.query_terms]
+// provided are combined with OR operator.
// * Action Input: The request query and filter that are applied to the
// retrieved products, in addition to any filters already provided with the
// SearchRequest. The AND operator is used to combine the query's existing
@@ -1887,8 +1885,7 @@ func (x *Rule_FilterAction) GetFilter() string {
//
// * Rule Condition:
// - Must specify
-// [Condition.query_terms][google.cloud.retail.v2alpha.Condition.query_terms].
-//
+// [Condition.query_terms][google.cloud.retail.v2alpha.Condition.query_terms].
// * Action Input: Request Query
// * Action Result: Redirects shopper to provided uri.
type Rule_RedirectAction struct {
@@ -1942,8 +1939,8 @@ func (x *Rule_RedirectAction) GetRedirectUri() string {
// Creates a set of terms that will be treated as synonyms of each other.
// Example: synonyms of "sneakers" and "shoes":
//
-// - "sneakers" will use a synonym of "shoes".
-// - "shoes" will use a synonym of "sneakers".
+// * "sneakers" will use a synonym of "shoes".
+// * "shoes" will use a synonym of "sneakers".
type Rule_TwowaySynonymsAction struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/retail/apiv2alpha/retailpb/completion_service.pb.go b/retail/apiv2alpha/retailpb/completion_service.pb.go
index 54262b782fd7..e4eabad2c8b7 100755
--- a/retail/apiv2alpha/retailpb/completion_service.pb.go
+++ b/retail/apiv2alpha/retailpb/completion_service.pb.go
@@ -21,17 +21,16 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/control.pb.go b/retail/apiv2alpha/retailpb/control.pb.go
index b4dbcb77d483..3eb1e1afab20 100755
--- a/retail/apiv2alpha/retailpb/control.pb.go
+++ b/retail/apiv2alpha/retailpb/control.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/control_service.pb.go b/retail/apiv2alpha/retailpb/control_service.pb.go
index 49777671236b..79fdbd39afe4 100755
--- a/retail/apiv2alpha/retailpb/control_service.pb.go
+++ b/retail/apiv2alpha/retailpb/control_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/export_config.pb.go b/retail/apiv2alpha/retailpb/export_config.pb.go
index 164140041f6a..901d2f747b40 100755
--- a/retail/apiv2alpha/retailpb/export_config.pb.go
+++ b/retail/apiv2alpha/retailpb/export_config.pb.go
@@ -21,14 +21,13 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/import_config.pb.go b/retail/apiv2alpha/retailpb/import_config.pb.go
index 703f19853e59..385a143e562d 100755
--- a/retail/apiv2alpha/retailpb/import_config.pb.go
+++ b/retail/apiv2alpha/retailpb/import_config.pb.go
@@ -21,9 +21,6 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
date "google.golang.org/genproto/googleapis/type/date"
@@ -31,6 +28,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/model.pb.go b/retail/apiv2alpha/retailpb/model.pb.go
index 011931f598f9..99ad599408ad 100755
--- a/retail/apiv2alpha/retailpb/model.pb.go
+++ b/retail/apiv2alpha/retailpb/model.pb.go
@@ -21,13 +21,12 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/model_service.pb.go b/retail/apiv2alpha/retailpb/model_service.pb.go
index 886eb508ac01..b4427918ec94 100755
--- a/retail/apiv2alpha/retailpb/model_service.pb.go
+++ b/retail/apiv2alpha/retailpb/model_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/prediction_service.pb.go b/retail/apiv2alpha/retailpb/prediction_service.pb.go
index 6109dd516349..b7d14c6e95b9 100755
--- a/retail/apiv2alpha/retailpb/prediction_service.pb.go
+++ b/retail/apiv2alpha/retailpb/prediction_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/product.pb.go b/retail/apiv2alpha/retailpb/product.pb.go
index 32d8d7da5023..e5a6c2bc678f 100755
--- a/retail/apiv2alpha/retailpb/product.pb.go
+++ b/retail/apiv2alpha/retailpb/product.pb.go
@@ -21,9 +21,6 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
@@ -31,6 +28,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/product_service.pb.go b/retail/apiv2alpha/retailpb/product_service.pb.go
index 28b6cfac565a..4ea05b3c5d5e 100755
--- a/retail/apiv2alpha/retailpb/product_service.pb.go
+++ b/retail/apiv2alpha/retailpb/product_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/promotion.pb.go b/retail/apiv2alpha/retailpb/promotion.pb.go
index 603bb3455fc6..e2d5a7956f2c 100755
--- a/retail/apiv2alpha/retailpb/promotion.pb.go
+++ b/retail/apiv2alpha/retailpb/promotion.pb.go
@@ -21,11 +21,10 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/purge_config.pb.go b/retail/apiv2alpha/retailpb/purge_config.pb.go
index 337cc9ac3a9d..f61eaddd67df 100755
--- a/retail/apiv2alpha/retailpb/purge_config.pb.go
+++ b/retail/apiv2alpha/retailpb/purge_config.pb.go
@@ -21,13 +21,12 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/search_service.pb.go b/retail/apiv2alpha/retailpb/search_service.pb.go
index 043c65971e65..1e178dc038e6 100755
--- a/retail/apiv2alpha/retailpb/search_service.pb.go
+++ b/retail/apiv2alpha/retailpb/search_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/serving_config.pb.go b/retail/apiv2alpha/retailpb/serving_config.pb.go
index 05f227e09fe4..4a1be8d19d6f 100755
--- a/retail/apiv2alpha/retailpb/serving_config.pb.go
+++ b/retail/apiv2alpha/retailpb/serving_config.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/serving_config_service.pb.go b/retail/apiv2alpha/retailpb/serving_config_service.pb.go
index 9c4db977aca6..0b047eeebfff 100755
--- a/retail/apiv2alpha/retailpb/serving_config_service.pb.go
+++ b/retail/apiv2alpha/retailpb/serving_config_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/user_event.pb.go b/retail/apiv2alpha/retailpb/user_event.pb.go
index 9a73cfb5ba15..17ea4b1f5aae 100755
--- a/retail/apiv2alpha/retailpb/user_event.pb.go
+++ b/retail/apiv2alpha/retailpb/user_event.pb.go
@@ -21,14 +21,13 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2alpha/retailpb/user_event_service.pb.go b/retail/apiv2alpha/retailpb/user_event_service.pb.go
index e4889b19c971..c65debce8147 100755
--- a/retail/apiv2alpha/retailpb/user_event_service.pb.go
+++ b/retail/apiv2alpha/retailpb/user_event_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/catalog_client.go b/retail/apiv2beta/catalog_client.go
index 5922c459bea0..f2734abecfc6 100755
--- a/retail/apiv2beta/catalog_client.go
+++ b/retail/apiv2beta/catalog_client.go
@@ -480,13 +480,13 @@ func (c *CatalogClient) UpdateCatalog(ctx context.Context, req *retailpb.UpdateC
//
// More specifically:
//
-// PredictionService will only return product IDs from branch {newBranch}.
+// PredictionService will only return product IDs from branch {newBranch}.
//
-// SearchService will only return product IDs from branch {newBranch}
-// (if branch is not explicitly set).
+// SearchService will only return product IDs from branch {newBranch}
+// (if branch is not explicitly set).
//
-// UserEventService will only join events with products from branch
-// {newBranch}.
+// UserEventService will only join events with products from branch
+// {newBranch}.
func (c *CatalogClient) SetDefaultBranch(ctx context.Context, req *retailpb.SetDefaultBranchRequest, opts ...gax.CallOption) error {
return c.internalClient.SetDefaultBranch(ctx, req, opts...)
}
@@ -1262,13 +1262,13 @@ func (c *catalogRESTClient) UpdateCatalog(ctx context.Context, req *retailpb.Upd
//
// More specifically:
//
-// PredictionService will only return product IDs from branch {newBranch}.
+// PredictionService will only return product IDs from branch {newBranch}.
//
-// SearchService will only return product IDs from branch {newBranch}
-// (if branch is not explicitly set).
+// SearchService will only return product IDs from branch {newBranch}
+// (if branch is not explicitly set).
//
-// UserEventService will only join events with products from branch
-// {newBranch}.
+// UserEventService will only join events with products from branch
+// {newBranch}.
func (c *catalogRESTClient) SetDefaultBranch(ctx context.Context, req *retailpb.SetDefaultBranchRequest, opts ...gax.CallOption) error {
m := protojson.MarshalOptions{AllowPartial: true, UseEnumNumbers: true}
jsonReq, err := m.Marshal(req)
diff --git a/retail/apiv2beta/doc.go b/retail/apiv2beta/doc.go
index 791899101868..e6a66a04b588 100755
--- a/retail/apiv2beta/doc.go
+++ b/retail/apiv2beta/doc.go
@@ -21,67 +21,66 @@
// recommendation systems without requiring a high level of expertise in
// machine learning, recommendation system, or Google Cloud.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := retail.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := retail.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := retail.NewCatalogClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &retailpb.ListCatalogsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/retail/apiv2beta/retailpb#ListCatalogsRequest.
-// }
-// it := c.ListCatalogs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := retail.NewCatalogClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &retailpb.ListCatalogsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/retail/apiv2beta/retailpb#ListCatalogsRequest.
+// }
+// it := c.ListCatalogs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCatalogClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/retail/apiv2beta/model_client.go b/retail/apiv2beta/model_client.go
index 7898a7371f16..8b06ab78e3c0 100755
--- a/retail/apiv2beta/model_client.go
+++ b/retail/apiv2beta/model_client.go
@@ -149,13 +149,13 @@ type internalModelClient interface {
//
// This service allows you to do the following:
//
-// Initiate training of a model.
+// Initiate training of a model.
//
-// Pause training of an existing model.
+// Pause training of an existing model.
//
-// List all the available models along with their metadata.
+// List all the available models along with their metadata.
//
-// Control their tuning schedule.
+// Control their tuning schedule.
type ModelClient struct {
// The internal transport-dependent client.
internalClient internalModelClient
@@ -290,13 +290,13 @@ type modelGRPCClient struct {
//
// This service allows you to do the following:
//
-// Initiate training of a model.
+// Initiate training of a model.
//
-// Pause training of an existing model.
+// Pause training of an existing model.
//
-// List all the available models along with their metadata.
+// List all the available models along with their metadata.
//
-// Control their tuning schedule.
+// Control their tuning schedule.
func NewModelClient(ctx context.Context, opts ...option.ClientOption) (*ModelClient, error) {
clientOpts := defaultModelGRPCClientOptions()
if newModelClientHook != nil {
@@ -396,13 +396,13 @@ type modelRESTClient struct {
//
// This service allows you to do the following:
//
-// Initiate training of a model.
+// Initiate training of a model.
//
-// Pause training of an existing model.
+// Pause training of an existing model.
//
-// List all the available models along with their metadata.
+// List all the available models along with their metadata.
//
-// Control their tuning schedule.
+// Control their tuning schedule.
func NewModelRESTClient(ctx context.Context, opts ...option.ClientOption) (*ModelClient, error) {
clientOpts := append(defaultModelRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/retail/apiv2beta/retailpb/catalog.pb.go b/retail/apiv2beta/retailpb/catalog.pb.go
index a3adac34c8f0..ccdeadf05c2a 100755
--- a/retail/apiv2beta/retailpb/catalog.pb.go
+++ b/retail/apiv2beta/retailpb/catalog.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/catalog_service.pb.go b/retail/apiv2beta/retailpb/catalog_service.pb.go
index dba05fc54b4c..7baf501c1806 100755
--- a/retail/apiv2beta/retailpb/catalog_service.pb.go
+++ b/retail/apiv2beta/retailpb/catalog_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/common.pb.go b/retail/apiv2beta/retailpb/common.pb.go
index 194a7d46a527..b76ef5be73f1 100755
--- a/retail/apiv2beta/retailpb/common.pb.go
+++ b/retail/apiv2beta/retailpb/common.pb.go
@@ -21,13 +21,12 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1807,12 +1806,11 @@ func (x *Rule_BoostAction) GetProductsFilter() string {
// * Rule Condition:
// - No
-// [Condition.query_terms][google.cloud.retail.v2beta.Condition.query_terms]
-// provided is a global match.
+// [Condition.query_terms][google.cloud.retail.v2beta.Condition.query_terms]
+// provided is a global match.
// - 1 or more
-// [Condition.query_terms][google.cloud.retail.v2beta.Condition.query_terms]
-// provided are combined with OR operator.
-//
+// [Condition.query_terms][google.cloud.retail.v2beta.Condition.query_terms]
+// provided are combined with OR operator.
// * Action Input: The request query and filter that are applied to the
// retrieved products, in addition to any filters already provided with the
// SearchRequest. The AND operator is used to combine the query's existing
@@ -1886,8 +1884,7 @@ func (x *Rule_FilterAction) GetFilter() string {
//
// * Rule Condition:
// - Must specify
-// [Condition.query_terms][google.cloud.retail.v2beta.Condition.query_terms].
-//
+// [Condition.query_terms][google.cloud.retail.v2beta.Condition.query_terms].
// * Action Input: Request Query
// * Action Result: Redirects shopper to provided uri.
type Rule_RedirectAction struct {
@@ -1941,8 +1938,8 @@ func (x *Rule_RedirectAction) GetRedirectUri() string {
// Creates a set of terms that will be treated as synonyms of each other.
// Example: synonyms of "sneakers" and "shoes":
//
-// - "sneakers" will use a synonym of "shoes".
-// - "shoes" will use a synonym of "sneakers".
+// * "sneakers" will use a synonym of "shoes".
+// * "shoes" will use a synonym of "sneakers".
type Rule_TwowaySynonymsAction struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/retail/apiv2beta/retailpb/completion_service.pb.go b/retail/apiv2beta/retailpb/completion_service.pb.go
index 00c3282c9b57..13e55c4aa123 100755
--- a/retail/apiv2beta/retailpb/completion_service.pb.go
+++ b/retail/apiv2beta/retailpb/completion_service.pb.go
@@ -21,17 +21,16 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/control.pb.go b/retail/apiv2beta/retailpb/control.pb.go
index 691a35f36a7a..cf5ba4159be2 100755
--- a/retail/apiv2beta/retailpb/control.pb.go
+++ b/retail/apiv2beta/retailpb/control.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/control_service.pb.go b/retail/apiv2beta/retailpb/control_service.pb.go
index 1c748e23f6cd..791c89a6221e 100755
--- a/retail/apiv2beta/retailpb/control_service.pb.go
+++ b/retail/apiv2beta/retailpb/control_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/export_config.pb.go b/retail/apiv2beta/retailpb/export_config.pb.go
index 15b58e54efe2..9e576dd0a845 100755
--- a/retail/apiv2beta/retailpb/export_config.pb.go
+++ b/retail/apiv2beta/retailpb/export_config.pb.go
@@ -21,14 +21,13 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/import_config.pb.go b/retail/apiv2beta/retailpb/import_config.pb.go
index c5e387665d66..5c889c6aab87 100755
--- a/retail/apiv2beta/retailpb/import_config.pb.go
+++ b/retail/apiv2beta/retailpb/import_config.pb.go
@@ -21,9 +21,6 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
date "google.golang.org/genproto/googleapis/type/date"
@@ -31,6 +28,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/model.pb.go b/retail/apiv2beta/retailpb/model.pb.go
index 148133a3ae89..f74dad7ad54b 100755
--- a/retail/apiv2beta/retailpb/model.pb.go
+++ b/retail/apiv2beta/retailpb/model.pb.go
@@ -21,13 +21,12 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/model_service.pb.go b/retail/apiv2beta/retailpb/model_service.pb.go
index 83590284316f..ad21a9b07b92 100755
--- a/retail/apiv2beta/retailpb/model_service.pb.go
+++ b/retail/apiv2beta/retailpb/model_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/prediction_service.pb.go b/retail/apiv2beta/retailpb/prediction_service.pb.go
index f8ec4c1f5513..a19889a8c625 100755
--- a/retail/apiv2beta/retailpb/prediction_service.pb.go
+++ b/retail/apiv2beta/retailpb/prediction_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/product.pb.go b/retail/apiv2beta/retailpb/product.pb.go
index ab885f751393..993e85e9c144 100755
--- a/retail/apiv2beta/retailpb/product.pb.go
+++ b/retail/apiv2beta/retailpb/product.pb.go
@@ -21,9 +21,6 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
@@ -31,6 +28,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/product_service.pb.go b/retail/apiv2beta/retailpb/product_service.pb.go
index 5af2bf7f5d0b..082fd868a985 100755
--- a/retail/apiv2beta/retailpb/product_service.pb.go
+++ b/retail/apiv2beta/retailpb/product_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/promotion.pb.go b/retail/apiv2beta/retailpb/promotion.pb.go
index 81fe6d84e2b2..5987eed692e8 100755
--- a/retail/apiv2beta/retailpb/promotion.pb.go
+++ b/retail/apiv2beta/retailpb/promotion.pb.go
@@ -21,11 +21,10 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/purge_config.pb.go b/retail/apiv2beta/retailpb/purge_config.pb.go
index 9800737398e0..f2db9a047482 100755
--- a/retail/apiv2beta/retailpb/purge_config.pb.go
+++ b/retail/apiv2beta/retailpb/purge_config.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/search_service.pb.go b/retail/apiv2beta/retailpb/search_service.pb.go
index 1bf6ebf3b4e5..fc1bc8b1cb4b 100755
--- a/retail/apiv2beta/retailpb/search_service.pb.go
+++ b/retail/apiv2beta/retailpb/search_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/serving_config.pb.go b/retail/apiv2beta/retailpb/serving_config.pb.go
index 1e545b7a7d95..2ea8871e5d1f 100755
--- a/retail/apiv2beta/retailpb/serving_config.pb.go
+++ b/retail/apiv2beta/retailpb/serving_config.pb.go
@@ -21,12 +21,11 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/serving_config_service.pb.go b/retail/apiv2beta/retailpb/serving_config_service.pb.go
index 792fd185cf04..49d6831903f1 100755
--- a/retail/apiv2beta/retailpb/serving_config_service.pb.go
+++ b/retail/apiv2beta/retailpb/serving_config_service.pb.go
@@ -22,9 +22,6 @@ package retailpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/user_event.pb.go b/retail/apiv2beta/retailpb/user_event.pb.go
index b392a48a49cd..fcdc3f66caf5 100755
--- a/retail/apiv2beta/retailpb/user_event.pb.go
+++ b/retail/apiv2beta/retailpb/user_event.pb.go
@@ -21,14 +21,13 @@
package retailpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/retail/apiv2beta/retailpb/user_event_service.pb.go b/retail/apiv2beta/retailpb/user_event_service.pb.go
index 032836f04234..61e33c695c16 100755
--- a/retail/apiv2beta/retailpb/user_event_service.pb.go
+++ b/retail/apiv2beta/retailpb/user_event_service.pb.go
@@ -21,11 +21,8 @@
package retailpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
grpc "google.golang.org/grpc"
@@ -33,6 +30,8 @@ import (
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/doc.go b/run/apiv2/doc.go
index c8f0586b64ce..e19c4e102d8e 100755
--- a/run/apiv2/doc.go
+++ b/run/apiv2/doc.go
@@ -23,59 +23,58 @@
// API standards, as described in https://google.aip.dev/ (at
// https://google.aip.dev/).
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := run.NewExecutionsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := run.NewExecutionsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := run.NewExecutionsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &runpb.GetExecutionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/run/apiv2/runpb#GetExecutionRequest.
-// }
-// resp, err := c.GetExecution(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := run.NewExecutionsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &runpb.GetExecutionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/run/apiv2/runpb#GetExecutionRequest.
+// }
+// resp, err := c.GetExecution(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewExecutionsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/run/apiv2/runpb/condition.pb.go b/run/apiv2/runpb/condition.pb.go
index e0bc2f94dc20..4ecad8dc1a5a 100755
--- a/run/apiv2/runpb/condition.pb.go
+++ b/run/apiv2/runpb/condition.pb.go
@@ -21,12 +21,11 @@
package runpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/execution.pb.go b/run/apiv2/runpb/execution.pb.go
index c01468de4e50..7162334382b4 100755
--- a/run/apiv2/runpb/execution.pb.go
+++ b/run/apiv2/runpb/execution.pb.go
@@ -21,11 +21,8 @@
package runpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
api "google.golang.org/genproto/googleapis/api"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/execution_template.pb.go b/run/apiv2/runpb/execution_template.pb.go
index 5becb3469e06..0ab8aadf5af4 100755
--- a/run/apiv2/runpb/execution_template.pb.go
+++ b/run/apiv2/runpb/execution_template.pb.go
@@ -21,12 +21,11 @@
package runpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/job.pb.go b/run/apiv2/runpb/job.pb.go
index e3a890eb30bd..c34543d71233 100755
--- a/run/apiv2/runpb/job.pb.go
+++ b/run/apiv2/runpb/job.pb.go
@@ -21,12 +21,9 @@
package runpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
api "google.golang.org/genproto/googleapis/api"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/k8s.min.pb.go b/run/apiv2/runpb/k8s.min.pb.go
index 8f72f5489d2a..4509be4d8870 100755
--- a/run/apiv2/runpb/k8s.min.pb.go
+++ b/run/apiv2/runpb/k8s.min.pb.go
@@ -21,12 +21,11 @@
package runpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/revision.pb.go b/run/apiv2/runpb/revision.pb.go
index bde262308808..7e46b9b6adb2 100755
--- a/run/apiv2/runpb/revision.pb.go
+++ b/run/apiv2/runpb/revision.pb.go
@@ -21,11 +21,8 @@
package runpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
api "google.golang.org/genproto/googleapis/api"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/revision_template.pb.go b/run/apiv2/runpb/revision_template.pb.go
index 69c094ed45c3..e35cc19f6d87 100755
--- a/run/apiv2/runpb/revision_template.pb.go
+++ b/run/apiv2/runpb/revision_template.pb.go
@@ -21,13 +21,12 @@
package runpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/service.pb.go b/run/apiv2/runpb/service.pb.go
index 492f325e8da3..1fc859d03a26 100755
--- a/run/apiv2/runpb/service.pb.go
+++ b/run/apiv2/runpb/service.pb.go
@@ -21,12 +21,9 @@
package runpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
api "google.golang.org/genproto/googleapis/api"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/task.pb.go b/run/apiv2/runpb/task.pb.go
index ff58f49f4982..15c88397850c 100755
--- a/run/apiv2/runpb/task.pb.go
+++ b/run/apiv2/runpb/task.pb.go
@@ -22,9 +22,6 @@ package runpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/task_template.pb.go b/run/apiv2/runpb/task_template.pb.go
index 0340092c39df..a5886d0277ac 100755
--- a/run/apiv2/runpb/task_template.pb.go
+++ b/run/apiv2/runpb/task_template.pb.go
@@ -21,13 +21,12 @@
package runpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/traffic_target.pb.go b/run/apiv2/runpb/traffic_target.pb.go
index 456aa51f6acc..cf34033fd5f2 100755
--- a/run/apiv2/runpb/traffic_target.pb.go
+++ b/run/apiv2/runpb/traffic_target.pb.go
@@ -21,12 +21,11 @@
package runpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/run/apiv2/runpb/vendor_settings.pb.go b/run/apiv2/runpb/vendor_settings.pb.go
index 4b1bd7a376d7..1789189289f9 100755
--- a/run/apiv2/runpb/vendor_settings.pb.go
+++ b/run/apiv2/runpb/vendor_settings.pb.go
@@ -21,12 +21,11 @@
package runpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/scheduler/apiv1/doc.go b/scheduler/apiv1/doc.go
index 4ba80c5a7b85..c0fa3869186b 100755
--- a/scheduler/apiv1/doc.go
+++ b/scheduler/apiv1/doc.go
@@ -19,65 +19,64 @@
//
// Creates and manages jobs run on a regular recurring schedule.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := scheduler.NewCloudSchedulerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := scheduler.NewCloudSchedulerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := scheduler.NewCloudSchedulerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &schedulerpb.ListJobsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/scheduler/apiv1/schedulerpb#ListJobsRequest.
-// }
-// it := c.ListJobs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := scheduler.NewCloudSchedulerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &schedulerpb.ListJobsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/scheduler/apiv1/schedulerpb#ListJobsRequest.
+// }
+// it := c.ListJobs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudSchedulerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/scheduler/apiv1/schedulerpb/cloudscheduler.pb.go b/scheduler/apiv1/schedulerpb/cloudscheduler.pb.go
index 6acec7eba093..94d72d3130aa 100755
--- a/scheduler/apiv1/schedulerpb/cloudscheduler.pb.go
+++ b/scheduler/apiv1/schedulerpb/cloudscheduler.pb.go
@@ -22,9 +22,6 @@ package schedulerpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/scheduler/apiv1/schedulerpb/job.pb.go b/scheduler/apiv1/schedulerpb/job.pb.go
index 6889d833cb33..4a90dcdc6990 100755
--- a/scheduler/apiv1/schedulerpb/job.pb.go
+++ b/scheduler/apiv1/schedulerpb/job.pb.go
@@ -21,15 +21,14 @@
package schedulerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/scheduler/apiv1/schedulerpb/target.pb.go b/scheduler/apiv1/schedulerpb/target.pb.go
index cb9d9890f063..b7c7f3f4cc42 100755
--- a/scheduler/apiv1/schedulerpb/target.pb.go
+++ b/scheduler/apiv1/schedulerpb/target.pb.go
@@ -21,12 +21,11 @@
package schedulerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/scheduler/apiv1beta1/doc.go b/scheduler/apiv1beta1/doc.go
index 41260b3216a9..0d8916594e07 100755
--- a/scheduler/apiv1beta1/doc.go
+++ b/scheduler/apiv1beta1/doc.go
@@ -19,67 +19,66 @@
//
// Creates and manages jobs run on a regular recurring schedule.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := scheduler.NewCloudSchedulerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := scheduler.NewCloudSchedulerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := scheduler.NewCloudSchedulerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &schedulerpb.ListJobsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/scheduler/apiv1beta1/schedulerpb#ListJobsRequest.
-// }
-// it := c.ListJobs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := scheduler.NewCloudSchedulerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &schedulerpb.ListJobsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/scheduler/apiv1beta1/schedulerpb#ListJobsRequest.
+// }
+// it := c.ListJobs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewCloudSchedulerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/scheduler/apiv1beta1/schedulerpb/cloudscheduler.pb.go b/scheduler/apiv1beta1/schedulerpb/cloudscheduler.pb.go
index eec1eae7998c..228e6cb16a20 100755
--- a/scheduler/apiv1beta1/schedulerpb/cloudscheduler.pb.go
+++ b/scheduler/apiv1beta1/schedulerpb/cloudscheduler.pb.go
@@ -22,9 +22,6 @@ package schedulerpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/scheduler/apiv1beta1/schedulerpb/job.pb.go b/scheduler/apiv1beta1/schedulerpb/job.pb.go
index 167160d156cb..5a2c3cc80f5b 100755
--- a/scheduler/apiv1beta1/schedulerpb/job.pb.go
+++ b/scheduler/apiv1beta1/schedulerpb/job.pb.go
@@ -21,15 +21,14 @@
package schedulerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/scheduler/apiv1beta1/schedulerpb/target.pb.go b/scheduler/apiv1beta1/schedulerpb/target.pb.go
index a38ace04ae09..54b39368c368 100755
--- a/scheduler/apiv1beta1/schedulerpb/target.pb.go
+++ b/scheduler/apiv1beta1/schedulerpb/target.pb.go
@@ -21,12 +21,11 @@
package schedulerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/secretmanager/apiv1/doc.go b/secretmanager/apiv1/doc.go
index f3231c91e8b4..f3e7441b11f4 100755
--- a/secretmanager/apiv1/doc.go
+++ b/secretmanager/apiv1/doc.go
@@ -20,65 +20,64 @@
// Stores sensitive data such as API keys, passwords, and certificates.
// Provides convenience while improving security.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := secretmanager.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := secretmanager.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := secretmanager.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &secretmanagerpb.ListSecretsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/secretmanager/apiv1/secretmanagerpb#ListSecretsRequest.
-// }
-// it := c.ListSecrets(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := secretmanager.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &secretmanagerpb.ListSecretsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/secretmanager/apiv1/secretmanagerpb#ListSecretsRequest.
+// }
+// it := c.ListSecrets(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/secretmanager/apiv1/secret_manager_client.go b/secretmanager/apiv1/secret_manager_client.go
index d28965342759..a02583468e9d 100755
--- a/secretmanager/apiv1/secret_manager_client.go
+++ b/secretmanager/apiv1/secret_manager_client.go
@@ -161,14 +161,14 @@ type internalClient interface {
// Client is a client for interacting with Secret Manager API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Secret Manager Service
+// Secret Manager Service
//
// Manages secrets and operations using those secrets. Implements a REST
// model with the following objects:
//
-// Secret
+// Secret
//
-// SecretVersion
+// SecretVersion
type Client struct {
// The internal transport-dependent client.
internalClient internalClient
@@ -327,14 +327,14 @@ type gRPCClient struct {
// NewClient creates a new secret manager service client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Secret Manager Service
+// Secret Manager Service
//
// Manages secrets and operations using those secrets. Implements a REST
// model with the following objects:
//
-// Secret
+// Secret
//
-// SecretVersion
+// SecretVersion
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := defaultGRPCClientOptions()
if newClientHook != nil {
@@ -409,14 +409,14 @@ type restClient struct {
// NewRESTClient creates a new secret manager service rest client.
//
-// # Secret Manager Service
+// Secret Manager Service
//
// Manages secrets and operations using those secrets. Implements a REST
// model with the following objects:
//
-// Secret
+// Secret
//
-// SecretVersion
+// SecretVersion
func NewRESTClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
clientOpts := append(defaultRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/secretmanager/apiv1/secretmanagerpb/resources.pb.go b/secretmanager/apiv1/secretmanagerpb/resources.pb.go
index 6f9fd0e9b3d5..072e9c401ced 100755
--- a/secretmanager/apiv1/secretmanagerpb/resources.pb.go
+++ b/secretmanager/apiv1/secretmanagerpb/resources.pb.go
@@ -21,14 +21,13 @@
package secretmanagerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/secretmanager/apiv1/secretmanagerpb/service.pb.go b/secretmanager/apiv1/secretmanagerpb/service.pb.go
index 2e515b734fb8..d519538c755d 100755
--- a/secretmanager/apiv1/secretmanagerpb/service.pb.go
+++ b/secretmanager/apiv1/secretmanagerpb/service.pb.go
@@ -21,11 +21,8 @@
package secretmanagerpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/security/privateca/apiv1/doc.go b/security/privateca/apiv1/doc.go
index 8aee328db916..c9aed3825165 100755
--- a/security/privateca/apiv1/doc.go
+++ b/security/privateca/apiv1/doc.go
@@ -22,59 +22,58 @@
// private certificate authorities (CAs) while staying in control of your
// private keys.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := privateca.NewCertificateAuthorityClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := privateca.NewCertificateAuthorityClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := privateca.NewCertificateAuthorityClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &privatecapb.CreateCertificateRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#CreateCertificateRequest.
-// }
-// resp, err := c.CreateCertificate(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := privateca.NewCertificateAuthorityClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &privatecapb.CreateCertificateRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/security/privateca/apiv1/privatecapb#CreateCertificateRequest.
+// }
+// resp, err := c.CreateCertificate(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewCertificateAuthorityClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/security/privateca/apiv1/privatecapb/resources.pb.go b/security/privateca/apiv1/privatecapb/resources.pb.go
index ae36891cc3f7..773a5c669669 100755
--- a/security/privateca/apiv1/privatecapb/resources.pb.go
+++ b/security/privateca/apiv1/privatecapb/resources.pb.go
@@ -21,15 +21,14 @@
package privatecapb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
expr "google.golang.org/genproto/googleapis/type/expr"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/security/privateca/apiv1/privatecapb/service.pb.go b/security/privateca/apiv1/privatecapb/service.pb.go
index 2526dcd9211c..4639d5db25f5 100755
--- a/security/privateca/apiv1/privatecapb/service.pb.go
+++ b/security/privateca/apiv1/privatecapb/service.pb.go
@@ -21,11 +21,8 @@
package privatecapb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
_ "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/security/publicca/apiv1beta1/doc.go b/security/publicca/apiv1beta1/doc.go
index 176e35ec2205..425a8445aded 100755
--- a/security/publicca/apiv1beta1/doc.go
+++ b/security/publicca/apiv1beta1/doc.go
@@ -21,61 +21,60 @@
// external account binding keys associated with Google Trust Services’
// publicly trusted certificate authority.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := publicca.NewPublicCertificateAuthorityClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := publicca.NewPublicCertificateAuthorityClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := publicca.NewPublicCertificateAuthorityClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &publiccapb.CreateExternalAccountKeyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/security/publicca/apiv1beta1/publiccapb#CreateExternalAccountKeyRequest.
-// }
-// resp, err := c.CreateExternalAccountKey(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := publicca.NewPublicCertificateAuthorityClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &publiccapb.CreateExternalAccountKeyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/security/publicca/apiv1beta1/publiccapb#CreateExternalAccountKeyRequest.
+// }
+// resp, err := c.CreateExternalAccountKey(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewPublicCertificateAuthorityClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/security/publicca/apiv1beta1/publiccapb/resources.pb.go b/security/publicca/apiv1beta1/publiccapb/resources.pb.go
index bb124734693b..a8745c8c0fbe 100755
--- a/security/publicca/apiv1beta1/publiccapb/resources.pb.go
+++ b/security/publicca/apiv1beta1/publiccapb/resources.pb.go
@@ -21,12 +21,11 @@
package publiccapb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/security/publicca/apiv1beta1/publiccapb/service.pb.go b/security/publicca/apiv1beta1/publiccapb/service.pb.go
index ee518cfb3042..e444349ad682 100755
--- a/security/publicca/apiv1beta1/publiccapb/service.pb.go
+++ b/security/publicca/apiv1beta1/publiccapb/service.pb.go
@@ -22,15 +22,14 @@ package publiccapb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/doc.go b/securitycenter/apiv1/doc.go
index 50692344a376..d905d186957c 100755
--- a/securitycenter/apiv1/doc.go
+++ b/securitycenter/apiv1/doc.go
@@ -20,64 +20,63 @@
// Security Command Center API provides access to temporal views of assets
// and findings within an organization.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := securitycenter.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := securitycenter.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := securitycenter.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &securitycenterpb.BulkMuteFindingsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/apiv1/securitycenterpb#BulkMuteFindingsRequest.
-// }
-// op, err := c.BulkMuteFindings(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := securitycenter.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &securitycenterpb.BulkMuteFindingsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/apiv1/securitycenterpb#BulkMuteFindingsRequest.
+// }
+// op, err := c.BulkMuteFindings(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/securitycenter/apiv1/securitycenterpb/access.pb.go b/securitycenter/apiv1/securitycenterpb/access.pb.go
index f06b2e66f932..c61646e435a4 100755
--- a/securitycenter/apiv1/securitycenterpb/access.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/access.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/asset.pb.go b/securitycenter/apiv1/securitycenterpb/asset.pb.go
index 97c6543dc755..757c086e8d74 100755
--- a/securitycenter/apiv1/securitycenterpb/asset.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/asset.pb.go
@@ -21,14 +21,13 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/bigquery_export.pb.go b/securitycenter/apiv1/securitycenterpb/bigquery_export.pb.go
index 7a2ac892cb5d..ad6621979b9e 100755
--- a/securitycenter/apiv1/securitycenterpb/bigquery_export.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/bigquery_export.pb.go
@@ -21,13 +21,12 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/compliance.pb.go b/securitycenter/apiv1/securitycenterpb/compliance.pb.go
index f46fc5dedd23..9af04f533278 100755
--- a/securitycenter/apiv1/securitycenterpb/compliance.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/compliance.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/connection.pb.go b/securitycenter/apiv1/securitycenterpb/connection.pb.go
index f39f4c515a91..8e714a527f35 100755
--- a/securitycenter/apiv1/securitycenterpb/connection.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/connection.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/contact_details.pb.go b/securitycenter/apiv1/securitycenterpb/contact_details.pb.go
index 0dbde8d94680..cb2f4606abb4 100755
--- a/securitycenter/apiv1/securitycenterpb/contact_details.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/contact_details.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/container.pb.go b/securitycenter/apiv1/securitycenterpb/container.pb.go
index 864c476382f0..e32a097075cb 100755
--- a/securitycenter/apiv1/securitycenterpb/container.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/container.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/database.pb.go b/securitycenter/apiv1/securitycenterpb/database.pb.go
index c780843fd911..19c0719e4996 100755
--- a/securitycenter/apiv1/securitycenterpb/database.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/database.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/exfiltration.pb.go b/securitycenter/apiv1/securitycenterpb/exfiltration.pb.go
index 80b0c33afbad..b74acc2d79eb 100755
--- a/securitycenter/apiv1/securitycenterpb/exfiltration.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/exfiltration.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/external_system.pb.go b/securitycenter/apiv1/securitycenterpb/external_system.pb.go
index 3566f2cc1d9a..1667998555d2 100755
--- a/securitycenter/apiv1/securitycenterpb/external_system.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/external_system.pb.go
@@ -21,13 +21,12 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/file.pb.go b/securitycenter/apiv1/securitycenterpb/file.pb.go
index 84dddcf50397..aa9c9841b070 100755
--- a/securitycenter/apiv1/securitycenterpb/file.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/file.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/finding.pb.go b/securitycenter/apiv1/securitycenterpb/finding.pb.go
index e7f19dea8b55..19e5a36fa315 100755
--- a/securitycenter/apiv1/securitycenterpb/finding.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/finding.pb.go
@@ -21,14 +21,13 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/folder.pb.go b/securitycenter/apiv1/securitycenterpb/folder.pb.go
index 0be5dc8a9faa..012cb01b5854 100755
--- a/securitycenter/apiv1/securitycenterpb/folder.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/folder.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/iam_binding.pb.go b/securitycenter/apiv1/securitycenterpb/iam_binding.pb.go
index 457ccdc502d3..3a0f163c8d2c 100755
--- a/securitycenter/apiv1/securitycenterpb/iam_binding.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/iam_binding.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/indicator.pb.go b/securitycenter/apiv1/securitycenterpb/indicator.pb.go
index 9c0dedd44e32..1f9b7112b765 100755
--- a/securitycenter/apiv1/securitycenterpb/indicator.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/indicator.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/kernel_rootkit.pb.go b/securitycenter/apiv1/securitycenterpb/kernel_rootkit.pb.go
index 70a730547d17..58613454d23b 100755
--- a/securitycenter/apiv1/securitycenterpb/kernel_rootkit.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/kernel_rootkit.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/kubernetes.pb.go b/securitycenter/apiv1/securitycenterpb/kubernetes.pb.go
index daf701dca820..ef7ed544baa1 100755
--- a/securitycenter/apiv1/securitycenterpb/kubernetes.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/kubernetes.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/label.pb.go b/securitycenter/apiv1/securitycenterpb/label.pb.go
index 0b2b0ec97551..aaa65375f5ca 100755
--- a/securitycenter/apiv1/securitycenterpb/label.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/label.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/mitre_attack.pb.go b/securitycenter/apiv1/securitycenterpb/mitre_attack.pb.go
index 4e6662e3466c..d3eb8f199259 100755
--- a/securitycenter/apiv1/securitycenterpb/mitre_attack.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/mitre_attack.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/mute_config.pb.go b/securitycenter/apiv1/securitycenterpb/mute_config.pb.go
index 9e4603c56dda..3dce43aed1f3 100755
--- a/securitycenter/apiv1/securitycenterpb/mute_config.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/mute_config.pb.go
@@ -21,13 +21,12 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/notification_config.pb.go b/securitycenter/apiv1/securitycenterpb/notification_config.pb.go
index 94a79dac539e..2af52aba473f 100755
--- a/securitycenter/apiv1/securitycenterpb/notification_config.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/notification_config.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/notification_message.pb.go b/securitycenter/apiv1/securitycenterpb/notification_message.pb.go
index e485be718917..82958010b66b 100755
--- a/securitycenter/apiv1/securitycenterpb/notification_message.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/notification_message.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/organization_settings.pb.go b/securitycenter/apiv1/securitycenterpb/organization_settings.pb.go
index bb655b48ef04..809c5fc011b8 100755
--- a/securitycenter/apiv1/securitycenterpb/organization_settings.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/organization_settings.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/process.pb.go b/securitycenter/apiv1/securitycenterpb/process.pb.go
index c9fdd11c5084..ceab6e32c7b3 100755
--- a/securitycenter/apiv1/securitycenterpb/process.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/process.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/resource.pb.go b/securitycenter/apiv1/securitycenterpb/resource.pb.go
index dbdcc1bf119e..ad30d1086196 100755
--- a/securitycenter/apiv1/securitycenterpb/resource.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/resource.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/run_asset_discovery_response.pb.go b/securitycenter/apiv1/securitycenterpb/run_asset_discovery_response.pb.go
index e8f49b24c83d..0af2bb2c6916 100755
--- a/securitycenter/apiv1/securitycenterpb/run_asset_discovery_response.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/run_asset_discovery_response.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/security_marks.pb.go b/securitycenter/apiv1/securitycenterpb/security_marks.pb.go
index 9bf47fa3d883..c2efff07393f 100755
--- a/securitycenter/apiv1/securitycenterpb/security_marks.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/security_marks.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/securitycenter_service.pb.go b/securitycenter/apiv1/securitycenterpb/securitycenter_service.pb.go
index c4b9d022cb0a..67020c2085a7 100755
--- a/securitycenter/apiv1/securitycenterpb/securitycenter_service.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/securitycenter_service.pb.go
@@ -21,12 +21,9 @@
package securitycenterpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -38,6 +35,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/source.pb.go b/securitycenter/apiv1/securitycenterpb/source.pb.go
index 3871ccb64ea6..0b4586bc61ca 100755
--- a/securitycenter/apiv1/securitycenterpb/source.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/source.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1/securitycenterpb/vulnerability.pb.go b/securitycenter/apiv1/securitycenterpb/vulnerability.pb.go
index 3aa0e7ba8728..3cdcf73a4b8c 100755
--- a/securitycenter/apiv1/securitycenterpb/vulnerability.pb.go
+++ b/securitycenter/apiv1/securitycenterpb/vulnerability.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1beta1/doc.go b/securitycenter/apiv1beta1/doc.go
index 9639942a0c31..b8f7abbf4eb1 100755
--- a/securitycenter/apiv1beta1/doc.go
+++ b/securitycenter/apiv1beta1/doc.go
@@ -20,61 +20,60 @@
// Security Command Center API provides access to temporal views of assets
// and findings within an organization.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := securitycenter.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := securitycenter.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := securitycenter.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &securitycenterpb.CreateSourceRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/apiv1beta1/securitycenterpb#CreateSourceRequest.
-// }
-// resp, err := c.CreateSource(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := securitycenter.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &securitycenterpb.CreateSourceRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/apiv1beta1/securitycenterpb#CreateSourceRequest.
+// }
+// resp, err := c.CreateSource(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/securitycenter/apiv1beta1/securitycenterpb/asset.pb.go b/securitycenter/apiv1beta1/securitycenterpb/asset.pb.go
index 600f17416893..99190b4649b1 100755
--- a/securitycenter/apiv1beta1/securitycenterpb/asset.pb.go
+++ b/securitycenter/apiv1beta1/securitycenterpb/asset.pb.go
@@ -21,14 +21,13 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1beta1/securitycenterpb/finding.pb.go b/securitycenter/apiv1beta1/securitycenterpb/finding.pb.go
index 247290d3856e..d5e9c1fa603a 100755
--- a/securitycenter/apiv1beta1/securitycenterpb/finding.pb.go
+++ b/securitycenter/apiv1beta1/securitycenterpb/finding.pb.go
@@ -21,14 +21,13 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1beta1/securitycenterpb/organization_settings.pb.go b/securitycenter/apiv1beta1/securitycenterpb/organization_settings.pb.go
index 85e53a0c3992..b65298c30e11 100755
--- a/securitycenter/apiv1beta1/securitycenterpb/organization_settings.pb.go
+++ b/securitycenter/apiv1beta1/securitycenterpb/organization_settings.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1beta1/securitycenterpb/run_asset_discovery_response.pb.go b/securitycenter/apiv1beta1/securitycenterpb/run_asset_discovery_response.pb.go
index c8e1096efe55..3d1a9856e395 100755
--- a/securitycenter/apiv1beta1/securitycenterpb/run_asset_discovery_response.pb.go
+++ b/securitycenter/apiv1beta1/securitycenterpb/run_asset_discovery_response.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1beta1/securitycenterpb/security_marks.pb.go b/securitycenter/apiv1beta1/securitycenterpb/security_marks.pb.go
index e83162e34805..8dace6a129a6 100755
--- a/securitycenter/apiv1beta1/securitycenterpb/security_marks.pb.go
+++ b/securitycenter/apiv1beta1/securitycenterpb/security_marks.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1beta1/securitycenterpb/securitycenter_service.pb.go b/securitycenter/apiv1beta1/securitycenterpb/securitycenter_service.pb.go
index ef43c65e54ca..d7cc7af02212 100755
--- a/securitycenter/apiv1beta1/securitycenterpb/securitycenter_service.pb.go
+++ b/securitycenter/apiv1beta1/securitycenterpb/securitycenter_service.pb.go
@@ -21,12 +21,9 @@
package securitycenterpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -37,6 +34,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1beta1/securitycenterpb/source.pb.go b/securitycenter/apiv1beta1/securitycenterpb/source.pb.go
index 34b392867e48..1b60014ca6bd 100755
--- a/securitycenter/apiv1beta1/securitycenterpb/source.pb.go
+++ b/securitycenter/apiv1beta1/securitycenterpb/source.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/doc.go b/securitycenter/apiv1p1beta1/doc.go
index 4ab6de666f7a..698976611071 100755
--- a/securitycenter/apiv1p1beta1/doc.go
+++ b/securitycenter/apiv1p1beta1/doc.go
@@ -20,61 +20,60 @@
// Security Command Center API provides access to temporal views of assets
// and findings within an organization.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := securitycenter.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := securitycenter.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := securitycenter.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &securitycenterpb.CreateSourceRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/apiv1p1beta1/securitycenterpb#CreateSourceRequest.
-// }
-// resp, err := c.CreateSource(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := securitycenter.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &securitycenterpb.CreateSourceRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/apiv1p1beta1/securitycenterpb#CreateSourceRequest.
+// }
+// resp, err := c.CreateSource(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/asset.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/asset.pb.go
index b7acf49224bf..c22111c66e37 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/asset.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/asset.pb.go
@@ -21,14 +21,13 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/finding.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/finding.pb.go
index 41ac362e421d..aa0dbb138ceb 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/finding.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/finding.pb.go
@@ -21,14 +21,13 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/folder.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/folder.pb.go
index fcd6c2eb7959..2fc07b032fe0 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/folder.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/folder.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/notification_config.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/notification_config.pb.go
index 09620c9e6e31..3ec852146b11 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/notification_config.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/notification_config.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/notification_message.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/notification_message.pb.go
index a2982909809b..ed5fc1758ff4 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/notification_message.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/notification_message.pb.go
@@ -21,11 +21,10 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/organization_settings.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/organization_settings.pb.go
index 345667f073b8..2f4ce9cf7ed9 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/organization_settings.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/organization_settings.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/resource.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/resource.pb.go
index 19ae0569afe6..4069027745d2 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/resource.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/resource.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/run_asset_discovery_response.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/run_asset_discovery_response.pb.go
index d6a113d6ae81..8982ca49db3c 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/run_asset_discovery_response.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/run_asset_discovery_response.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/security_marks.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/security_marks.pb.go
index 1ae3f74edc3f..16179921c410 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/security_marks.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/security_marks.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/securitycenter_service.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/securitycenter_service.pb.go
index 2c59ecf22339..1eaa2a3b5573 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/securitycenter_service.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/securitycenter_service.pb.go
@@ -21,12 +21,9 @@
package securitycenterpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -38,6 +35,8 @@ import (
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/apiv1p1beta1/securitycenterpb/source.pb.go b/securitycenter/apiv1p1beta1/securitycenterpb/source.pb.go
index 4450cf8ae898..2e3fe69277d3 100755
--- a/securitycenter/apiv1p1beta1/securitycenterpb/source.pb.go
+++ b/securitycenter/apiv1p1beta1/securitycenterpb/source.pb.go
@@ -21,12 +21,11 @@
package securitycenterpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/settings/apiv1beta1/doc.go b/securitycenter/settings/apiv1beta1/doc.go
index cf58ddd21315..4a8c690fee1c 100755
--- a/securitycenter/settings/apiv1beta1/doc.go
+++ b/securitycenter/settings/apiv1beta1/doc.go
@@ -20,61 +20,60 @@
// Cloud Security Command Center Settings API provides functionality to
// retrieve and update configurations.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := settings.NewSecurityCenterSettingsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := settings.NewSecurityCenterSettingsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := settings.NewSecurityCenterSettingsClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &settingspb.GetServiceAccountRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/settings/apiv1beta1/settingspb#GetServiceAccountRequest.
-// }
-// resp, err := c.GetServiceAccount(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := settings.NewSecurityCenterSettingsClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &settingspb.GetServiceAccountRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/securitycenter/settings/apiv1beta1/settingspb#GetServiceAccountRequest.
+// }
+// resp, err := c.GetServiceAccount(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewSecurityCenterSettingsClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/securitycenter/settings/apiv1beta1/security_center_settings_client.go b/securitycenter/settings/apiv1beta1/security_center_settings_client.go
index 08ba84bc1dd2..6104d04a0298 100755
--- a/securitycenter/settings/apiv1beta1/security_center_settings_client.go
+++ b/securitycenter/settings/apiv1beta1/security_center_settings_client.go
@@ -486,16 +486,16 @@ func (c *SecurityCenterSettingsClient) BatchGetSettings(ctx context.Context, req
// Settings resources in the GCP resource hierarchy, and calculates the
// effective settings on that resource by applying the following rules:
//
-// Settings provided closer to the target resource take precedence over
-// those further away (e.g. folder will override organization level
-// settings).
+// Settings provided closer to the target resource take precedence over
+// those further away (e.g. folder will override organization level
+// settings).
//
-// Product defaults can be overridden at org, folder, project, and cluster
-// levels.
+// Product defaults can be overridden at org, folder, project, and cluster
+// levels.
//
-// Detectors will be filtered out if they belong to a billing tier the
-// customer
-// has not configured.
+// Detectors will be filtered out if they belong to a billing tier the
+// customer
+// has not configured.
func (c *SecurityCenterSettingsClient) CalculateEffectiveSettings(ctx context.Context, req *settingspb.CalculateEffectiveSettingsRequest, opts ...gax.CallOption) (*settingspb.Settings, error) {
return c.internalClient.CalculateEffectiveSettings(ctx, req, opts...)
}
@@ -1320,16 +1320,16 @@ func (c *securityCenterSettingsRESTClient) BatchGetSettings(ctx context.Context,
// Settings resources in the GCP resource hierarchy, and calculates the
// effective settings on that resource by applying the following rules:
//
-// Settings provided closer to the target resource take precedence over
-// those further away (e.g. folder will override organization level
-// settings).
+// Settings provided closer to the target resource take precedence over
+// those further away (e.g. folder will override organization level
+// settings).
//
-// Product defaults can be overridden at org, folder, project, and cluster
-// levels.
+// Product defaults can be overridden at org, folder, project, and cluster
+// levels.
//
-// Detectors will be filtered out if they belong to a billing tier the
-// customer
-// has not configured.
+// Detectors will be filtered out if they belong to a billing tier the
+// customer
+// has not configured.
func (c *securityCenterSettingsRESTClient) CalculateEffectiveSettings(ctx context.Context, req *settingspb.CalculateEffectiveSettingsRequest, opts ...gax.CallOption) (*settingspb.Settings, error) {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
diff --git a/securitycenter/settings/apiv1beta1/settingspb/billing_settings.pb.go b/securitycenter/settings/apiv1beta1/settingspb/billing_settings.pb.go
index 88dd5bd03453..88d9e3e7cd24 100755
--- a/securitycenter/settings/apiv1beta1/settingspb/billing_settings.pb.go
+++ b/securitycenter/settings/apiv1beta1/settingspb/billing_settings.pb.go
@@ -21,13 +21,12 @@
package settingspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/settings/apiv1beta1/settingspb/component_settings.pb.go b/securitycenter/settings/apiv1beta1/settingspb/component_settings.pb.go
index 5f9cb7d2da30..908f60c52c88 100755
--- a/securitycenter/settings/apiv1beta1/settingspb/component_settings.pb.go
+++ b/securitycenter/settings/apiv1beta1/settingspb/component_settings.pb.go
@@ -21,13 +21,12 @@
package settingspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/settings/apiv1beta1/settingspb/detector.pb.go b/securitycenter/settings/apiv1beta1/settingspb/detector.pb.go
index af712a0e21c2..87b6819d0306 100755
--- a/securitycenter/settings/apiv1beta1/settingspb/detector.pb.go
+++ b/securitycenter/settings/apiv1beta1/settingspb/detector.pb.go
@@ -21,12 +21,11 @@
package settingspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/settings/apiv1beta1/settingspb/securitycenter_settings_service.pb.go b/securitycenter/settings/apiv1beta1/settingspb/securitycenter_settings_service.pb.go
index 7cd9f8ba578a..9057c507b513 100755
--- a/securitycenter/settings/apiv1beta1/settingspb/securitycenter_settings_service.pb.go
+++ b/securitycenter/settings/apiv1beta1/settingspb/securitycenter_settings_service.pb.go
@@ -22,9 +22,6 @@ package settingspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/settings/apiv1beta1/settingspb/settings.pb.go b/securitycenter/settings/apiv1beta1/settingspb/settings.pb.go
index fe8b486a1a0d..62a54990d012 100755
--- a/securitycenter/settings/apiv1beta1/settingspb/settings.pb.go
+++ b/securitycenter/settings/apiv1beta1/settingspb/settings.pb.go
@@ -21,13 +21,12 @@
package settingspb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/securitycenter/settings/apiv1beta1/settingspb/sink_settings.pb.go b/securitycenter/settings/apiv1beta1/settingspb/sink_settings.pb.go
index 284a98eedb0d..2c7d85b94919 100755
--- a/securitycenter/settings/apiv1beta1/settingspb/sink_settings.pb.go
+++ b/securitycenter/settings/apiv1beta1/settingspb/sink_settings.pb.go
@@ -21,11 +21,10 @@
package settingspb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/doc.go b/servicecontrol/apiv1/doc.go
index fdeff4a0daf3..d63afb5dd310 100755
--- a/servicecontrol/apiv1/doc.go
+++ b/servicecontrol/apiv1/doc.go
@@ -20,59 +20,58 @@
// Provides admission control and telemetry reporting for services integrated
// with Service Infrastructure.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicecontrol.NewQuotaControllerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicecontrol.NewQuotaControllerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicecontrol.NewQuotaControllerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &servicecontrolpb.AllocateQuotaRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/servicecontrol/apiv1/servicecontrolpb#AllocateQuotaRequest.
-// }
-// resp, err := c.AllocateQuota(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicecontrol.NewQuotaControllerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &servicecontrolpb.AllocateQuotaRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/servicecontrol/apiv1/servicecontrolpb#AllocateQuotaRequest.
+// }
+// resp, err := c.AllocateQuota(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewQuotaControllerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/servicecontrol/apiv1/servicecontrolpb/check_error.pb.go b/servicecontrol/apiv1/servicecontrolpb/check_error.pb.go
index a09a2455d837..a22c425ceec8 100755
--- a/servicecontrol/apiv1/servicecontrolpb/check_error.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/check_error.pb.go
@@ -21,12 +21,11 @@
package servicecontrolpb
import (
- reflect "reflect"
- sync "sync"
-
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/servicecontrolpb/distribution.pb.go b/servicecontrol/apiv1/servicecontrolpb/distribution.pb.go
index 15409b5a7fee..1b1b846ab715 100755
--- a/servicecontrol/apiv1/servicecontrolpb/distribution.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/distribution.pb.go
@@ -21,12 +21,11 @@
package servicecontrolpb
import (
- reflect "reflect"
- sync "sync"
-
distribution "google.golang.org/genproto/googleapis/api/distribution"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/servicecontrolpb/http_request.pb.go b/servicecontrol/apiv1/servicecontrolpb/http_request.pb.go
index d20d1fbd70d9..c0e903e78c55 100755
--- a/servicecontrol/apiv1/servicecontrolpb/http_request.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/http_request.pb.go
@@ -21,12 +21,11 @@
package servicecontrolpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/servicecontrolpb/log_entry.pb.go b/servicecontrol/apiv1/servicecontrolpb/log_entry.pb.go
index 2584bc7c1ad6..206534b040b0 100755
--- a/servicecontrol/apiv1/servicecontrolpb/log_entry.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/log_entry.pb.go
@@ -21,15 +21,14 @@
package servicecontrolpb
import (
- reflect "reflect"
- sync "sync"
-
_type "google.golang.org/genproto/googleapis/logging/type"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/servicecontrolpb/metric_value.pb.go b/servicecontrol/apiv1/servicecontrolpb/metric_value.pb.go
index a11781e2e772..7d800e2653d2 100755
--- a/servicecontrol/apiv1/servicecontrolpb/metric_value.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/metric_value.pb.go
@@ -21,12 +21,11 @@
package servicecontrolpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/servicecontrolpb/operation.pb.go b/servicecontrol/apiv1/servicecontrolpb/operation.pb.go
index b616d62ef3b1..f4d46e5a8c67 100755
--- a/servicecontrol/apiv1/servicecontrolpb/operation.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/operation.pb.go
@@ -21,13 +21,12 @@
package servicecontrolpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/servicecontrolpb/quota_controller.pb.go b/servicecontrol/apiv1/servicecontrolpb/quota_controller.pb.go
index ce62906a04b4..da94e929cd33 100755
--- a/servicecontrol/apiv1/servicecontrolpb/quota_controller.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/quota_controller.pb.go
@@ -22,9 +22,6 @@ package servicecontrolpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -32,6 +29,8 @@ import (
status1 "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicecontrol/apiv1/servicecontrolpb/service_controller.pb.go b/servicecontrol/apiv1/servicecontrolpb/service_controller.pb.go
index 6500fb4bdacb..b80afc311f8e 100755
--- a/servicecontrol/apiv1/servicecontrolpb/service_controller.pb.go
+++ b/servicecontrol/apiv1/servicecontrolpb/service_controller.pb.go
@@ -22,9 +22,6 @@ package servicecontrolpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -32,6 +29,8 @@ import (
status1 "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1/doc.go b/servicedirectory/apiv1/doc.go
index 4747ed6e5097..d26bc5b018ff 100755
--- a/servicedirectory/apiv1/doc.go
+++ b/servicedirectory/apiv1/doc.go
@@ -20,59 +20,58 @@
// Service Directory is a platform for discovering, publishing, and
// connecting services.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicedirectory.NewLookupClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicedirectory.NewLookupClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicedirectory.NewLookupClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &servicedirectorypb.ResolveServiceRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/servicedirectory/apiv1/servicedirectorypb#ResolveServiceRequest.
-// }
-// resp, err := c.ResolveService(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicedirectory.NewLookupClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &servicedirectorypb.ResolveServiceRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/servicedirectory/apiv1/servicedirectorypb#ResolveServiceRequest.
+// }
+// resp, err := c.ResolveService(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewLookupClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/servicedirectory/apiv1/registration_client.go b/servicedirectory/apiv1/registration_client.go
index 5a9449814126..7c5b3edbf655 100755
--- a/servicedirectory/apiv1/registration_client.go
+++ b/servicedirectory/apiv1/registration_client.go
@@ -533,18 +533,18 @@ type internalRegistrationClient interface {
// Service Directory API for registering services. It defines the following
// resource model:
//
-// The API has a collection of
-// Namespace
-// resources, named projects/*/locations/*/namespaces/*.
+// The API has a collection of
+// Namespace
+// resources, named projects/*/locations/*/namespaces/*.
//
-// Each Namespace has a collection of
-// Service resources, named
-// projects/*/locations/*/namespaces/*/services/*.
+// Each Namespace has a collection of
+// Service resources, named
+// projects/*/locations/*/namespaces/*/services/*.
//
-// Each Service has a collection of
-// Endpoint
-// resources, named
-// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
+// Each Service has a collection of
+// Endpoint
+// resources, named
+// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
type RegistrationClient struct {
// The internal transport-dependent client.
internalClient internalRegistrationClient
@@ -694,18 +694,18 @@ type registrationGRPCClient struct {
// Service Directory API for registering services. It defines the following
// resource model:
//
-// The API has a collection of
-// Namespace
-// resources, named projects/*/locations/*/namespaces/*.
+// The API has a collection of
+// Namespace
+// resources, named projects/*/locations/*/namespaces/*.
//
-// Each Namespace has a collection of
-// Service resources, named
-// projects/*/locations/*/namespaces/*/services/*.
+// Each Namespace has a collection of
+// Service resources, named
+// projects/*/locations/*/namespaces/*/services/*.
//
-// Each Service has a collection of
-// Endpoint
-// resources, named
-// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
+// Each Service has a collection of
+// Endpoint
+// resources, named
+// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
func NewRegistrationClient(ctx context.Context, opts ...option.ClientOption) (*RegistrationClient, error) {
clientOpts := defaultRegistrationGRPCClientOptions()
if newRegistrationClientHook != nil {
@@ -783,18 +783,18 @@ type registrationRESTClient struct {
// Service Directory API for registering services. It defines the following
// resource model:
//
-// The API has a collection of
-// Namespace
-// resources, named projects/*/locations/*/namespaces/*.
+// The API has a collection of
+// Namespace
+// resources, named projects/*/locations/*/namespaces/*.
//
-// Each Namespace has a collection of
-// Service resources, named
-// projects/*/locations/*/namespaces/*/services/*.
+// Each Namespace has a collection of
+// Service resources, named
+// projects/*/locations/*/namespaces/*/services/*.
//
-// Each Service has a collection of
-// Endpoint
-// resources, named
-// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
+// Each Service has a collection of
+// Endpoint
+// resources, named
+// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
func NewRegistrationRESTClient(ctx context.Context, opts ...option.ClientOption) (*RegistrationClient, error) {
clientOpts := append(defaultRegistrationRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/servicedirectory/apiv1/servicedirectorypb/endpoint.pb.go b/servicedirectory/apiv1/servicedirectorypb/endpoint.pb.go
index bb6f3ce652ec..a6d2506ba3a9 100755
--- a/servicedirectory/apiv1/servicedirectorypb/endpoint.pb.go
+++ b/servicedirectory/apiv1/servicedirectorypb/endpoint.pb.go
@@ -21,12 +21,11 @@
package servicedirectorypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1/servicedirectorypb/lookup_service.pb.go b/servicedirectory/apiv1/servicedirectorypb/lookup_service.pb.go
index 816b8acc89ae..02f493115095 100755
--- a/servicedirectory/apiv1/servicedirectorypb/lookup_service.pb.go
+++ b/servicedirectory/apiv1/servicedirectorypb/lookup_service.pb.go
@@ -22,15 +22,14 @@ package servicedirectorypb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1/servicedirectorypb/namespace.pb.go b/servicedirectory/apiv1/servicedirectorypb/namespace.pb.go
index 5b88ffb9cde6..0d6dac24596f 100755
--- a/servicedirectory/apiv1/servicedirectorypb/namespace.pb.go
+++ b/servicedirectory/apiv1/servicedirectorypb/namespace.pb.go
@@ -21,12 +21,11 @@
package servicedirectorypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1/servicedirectorypb/registration_service.pb.go b/servicedirectory/apiv1/servicedirectorypb/registration_service.pb.go
index c7fa7eebe047..486abdac089c 100755
--- a/servicedirectory/apiv1/servicedirectorypb/registration_service.pb.go
+++ b/servicedirectory/apiv1/servicedirectorypb/registration_service.pb.go
@@ -21,11 +21,8 @@
package servicedirectorypb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1/servicedirectorypb/service.pb.go b/servicedirectory/apiv1/servicedirectorypb/service.pb.go
index 6f0b65627ec3..7ae7933c1862 100755
--- a/servicedirectory/apiv1/servicedirectorypb/service.pb.go
+++ b/servicedirectory/apiv1/servicedirectorypb/service.pb.go
@@ -21,12 +21,11 @@
package servicedirectorypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1beta1/doc.go b/servicedirectory/apiv1beta1/doc.go
index 8c2405beb857..de6fcd76186c 100755
--- a/servicedirectory/apiv1beta1/doc.go
+++ b/servicedirectory/apiv1beta1/doc.go
@@ -20,61 +20,60 @@
// Service Directory is a platform for discovering, publishing, and
// connecting services.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicedirectory.NewLookupClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicedirectory.NewLookupClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicedirectory.NewLookupClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &servicedirectorypb.ResolveServiceRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb#ResolveServiceRequest.
-// }
-// resp, err := c.ResolveService(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicedirectory.NewLookupClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &servicedirectorypb.ResolveServiceRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb#ResolveServiceRequest.
+// }
+// resp, err := c.ResolveService(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewLookupClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/servicedirectory/apiv1beta1/registration_client.go b/servicedirectory/apiv1beta1/registration_client.go
index 148036cf9def..1bdd574a09af 100755
--- a/servicedirectory/apiv1beta1/registration_client.go
+++ b/servicedirectory/apiv1beta1/registration_client.go
@@ -533,18 +533,18 @@ type internalRegistrationClient interface {
// Service Directory API for registering services. It defines the following
// resource model:
//
-// The API has a collection of
-// Namespace
-// resources, named projects/*/locations/*/namespaces/*.
+// The API has a collection of
+// Namespace
+// resources, named projects/*/locations/*/namespaces/*.
//
-// Each Namespace has a collection of
-// Service resources, named
-// projects/*/locations/*/namespaces/*/services/*.
+// Each Namespace has a collection of
+// Service resources, named
+// projects/*/locations/*/namespaces/*/services/*.
//
-// Each Service has a collection of
-// Endpoint
-// resources, named
-// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
+// Each Service has a collection of
+// Endpoint
+// resources, named
+// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
type RegistrationClient struct {
// The internal transport-dependent client.
internalClient internalRegistrationClient
@@ -694,18 +694,18 @@ type registrationGRPCClient struct {
// Service Directory API for registering services. It defines the following
// resource model:
//
-// The API has a collection of
-// Namespace
-// resources, named projects/*/locations/*/namespaces/*.
+// The API has a collection of
+// Namespace
+// resources, named projects/*/locations/*/namespaces/*.
//
-// Each Namespace has a collection of
-// Service resources, named
-// projects/*/locations/*/namespaces/*/services/*.
+// Each Namespace has a collection of
+// Service resources, named
+// projects/*/locations/*/namespaces/*/services/*.
//
-// Each Service has a collection of
-// Endpoint
-// resources, named
-// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
+// Each Service has a collection of
+// Endpoint
+// resources, named
+// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
func NewRegistrationClient(ctx context.Context, opts ...option.ClientOption) (*RegistrationClient, error) {
clientOpts := defaultRegistrationGRPCClientOptions()
if newRegistrationClientHook != nil {
@@ -783,18 +783,18 @@ type registrationRESTClient struct {
// Service Directory API for registering services. It defines the following
// resource model:
//
-// The API has a collection of
-// Namespace
-// resources, named projects/*/locations/*/namespaces/*.
+// The API has a collection of
+// Namespace
+// resources, named projects/*/locations/*/namespaces/*.
//
-// Each Namespace has a collection of
-// Service resources, named
-// projects/*/locations/*/namespaces/*/services/*.
+// Each Namespace has a collection of
+// Service resources, named
+// projects/*/locations/*/namespaces/*/services/*.
//
-// Each Service has a collection of
-// Endpoint
-// resources, named
-// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
+// Each Service has a collection of
+// Endpoint
+// resources, named
+// projects/*/locations/*/namespaces/*/services/*/endpoints/*.
func NewRegistrationRESTClient(ctx context.Context, opts ...option.ClientOption) (*RegistrationClient, error) {
clientOpts := append(defaultRegistrationRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/servicedirectory/apiv1beta1/servicedirectorypb/endpoint.pb.go b/servicedirectory/apiv1beta1/servicedirectorypb/endpoint.pb.go
index 146d06a6ac90..237e4233c3e7 100755
--- a/servicedirectory/apiv1beta1/servicedirectorypb/endpoint.pb.go
+++ b/servicedirectory/apiv1beta1/servicedirectorypb/endpoint.pb.go
@@ -21,13 +21,12 @@
package servicedirectorypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1beta1/servicedirectorypb/lookup_service.pb.go b/servicedirectory/apiv1beta1/servicedirectorypb/lookup_service.pb.go
index 044f9dcfed48..dc96d0bf4996 100755
--- a/servicedirectory/apiv1beta1/servicedirectorypb/lookup_service.pb.go
+++ b/servicedirectory/apiv1beta1/servicedirectorypb/lookup_service.pb.go
@@ -22,15 +22,14 @@ package servicedirectorypb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1beta1/servicedirectorypb/namespace.pb.go b/servicedirectory/apiv1beta1/servicedirectorypb/namespace.pb.go
index 6903295987c7..c3ba7f8d3970 100755
--- a/servicedirectory/apiv1beta1/servicedirectorypb/namespace.pb.go
+++ b/servicedirectory/apiv1beta1/servicedirectorypb/namespace.pb.go
@@ -21,13 +21,12 @@
package servicedirectorypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1beta1/servicedirectorypb/registration_service.pb.go b/servicedirectory/apiv1beta1/servicedirectorypb/registration_service.pb.go
index 8284289b6a99..12395395117b 100755
--- a/servicedirectory/apiv1beta1/servicedirectorypb/registration_service.pb.go
+++ b/servicedirectory/apiv1beta1/servicedirectorypb/registration_service.pb.go
@@ -21,11 +21,8 @@
package servicedirectorypb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicedirectory/apiv1beta1/servicedirectorypb/service.pb.go b/servicedirectory/apiv1beta1/servicedirectorypb/service.pb.go
index 1996a83be052..655905c5bd77 100755
--- a/servicedirectory/apiv1beta1/servicedirectorypb/service.pb.go
+++ b/servicedirectory/apiv1beta1/servicedirectorypb/service.pb.go
@@ -21,13 +21,12 @@
package servicedirectorypb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/servicemanagement/apiv1/doc.go b/servicemanagement/apiv1/doc.go
index 29f2ccc41c04..d6dc877c7070 100755
--- a/servicemanagement/apiv1/doc.go
+++ b/servicemanagement/apiv1/doc.go
@@ -21,65 +21,64 @@
// services on Google Cloud Platform so that they can be discovered and used
// by service consumers.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicemanagement.NewServiceManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicemanagement.NewServiceManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := servicemanagement.NewServiceManagerClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &servicemanagementpb.ListServicesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/servicemanagement/apiv1/servicemanagementpb#ListServicesRequest.
-// }
-// it := c.ListServices(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := servicemanagement.NewServiceManagerClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &servicemanagementpb.ListServicesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/servicemanagement/apiv1/servicemanagementpb#ListServicesRequest.
+// }
+// it := c.ListServices(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewServiceManagerClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/servicemanagement/apiv1/servicemanagementpb/resources.pb.go b/servicemanagement/apiv1/servicemanagementpb/resources.pb.go
index bf069dba860a..f927ba7c7d4e 100755
--- a/servicemanagement/apiv1/servicemanagementpb/resources.pb.go
+++ b/servicemanagement/apiv1/servicemanagementpb/resources.pb.go
@@ -21,14 +21,13 @@
package servicemanagementpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
configchange "google.golang.org/genproto/googleapis/api/configchange"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -952,26 +951,26 @@ func (x *OperationMetadata_Step) GetStatus() OperationMetadata_Status {
// strategy:
// Day 1
//
-// Rollout {
-// id: "example.googleapis.com/rollout_20160206"
-// traffic_percent_strategy {
-// percentages: {
-// "example.googleapis.com/20160201": 70.00
-// "example.googleapis.com/20160206": 30.00
-// }
-// }
-// }
+// Rollout {
+// id: "example.googleapis.com/rollout_20160206"
+// traffic_percent_strategy {
+// percentages: {
+// "example.googleapis.com/20160201": 70.00
+// "example.googleapis.com/20160206": 30.00
+// }
+// }
+// }
//
// Day 2
//
-// Rollout {
-// id: "example.googleapis.com/rollout_20160207"
-// traffic_percent_strategy: {
-// percentages: {
-// "example.googleapis.com/20160206": 100.00
-// }
-// }
-// }
+// Rollout {
+// id: "example.googleapis.com/rollout_20160207"
+// traffic_percent_strategy: {
+// percentages: {
+// "example.googleapis.com/20160206": 100.00
+// }
+// }
+// }
type Rollout_TrafficPercentStrategy struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/servicemanagement/apiv1/servicemanagementpb/servicemanager.pb.go b/servicemanagement/apiv1/servicemanagementpb/servicemanager.pb.go
index 5d213f092266..31858ebf4eb2 100755
--- a/servicemanagement/apiv1/servicemanagementpb/servicemanager.pb.go
+++ b/servicemanagement/apiv1/servicemanagementpb/servicemanager.pb.go
@@ -21,11 +21,8 @@
package servicemanagementpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
serviceconfig "google.golang.org/genproto/googleapis/api/serviceconfig"
grpc "google.golang.org/grpc"
@@ -34,6 +31,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/shell/apiv1/doc.go b/shell/apiv1/doc.go
index e7db4e4950f5..21882e8ab3e9 100755
--- a/shell/apiv1/doc.go
+++ b/shell/apiv1/doc.go
@@ -20,59 +20,58 @@
// Allows users to start, configure, and connect to interactive shell
// sessions running in the cloud.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := shell.NewCloudShellClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := shell.NewCloudShellClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := shell.NewCloudShellClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &shellpb.GetEnvironmentRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/shell/apiv1/shellpb#GetEnvironmentRequest.
-// }
-// resp, err := c.GetEnvironment(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := shell.NewCloudShellClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &shellpb.GetEnvironmentRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/shell/apiv1/shellpb#GetEnvironmentRequest.
+// }
+// resp, err := c.GetEnvironment(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewCloudShellClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/shell/apiv1/shellpb/cloudshell.pb.go b/shell/apiv1/shellpb/cloudshell.pb.go
index af8ddf240a51..4f076ee8034d 100755
--- a/shell/apiv1/shellpb/cloudshell.pb.go
+++ b/shell/apiv1/shellpb/cloudshell.pb.go
@@ -21,11 +21,8 @@
package shellpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/admin/database/apiv1/database_admin_client.go b/spanner/admin/database/apiv1/database_admin_client.go
index 8cda8eb18134..d639d985c833 100755
--- a/spanner/admin/database/apiv1/database_admin_client.go
+++ b/spanner/admin/database/apiv1/database_admin_client.go
@@ -453,17 +453,17 @@ type internalDatabaseAdminClient interface {
// DatabaseAdminClient is a client for interacting with Cloud Spanner API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Cloud Spanner Database Admin API
+// Cloud Spanner Database Admin API
//
// The Cloud Spanner Database Admin API can be used to:
//
-// create, drop, and list databases
+// create, drop, and list databases
//
-// update the schema of pre-existing databases
+// update the schema of pre-existing databases
//
-// create, delete and list backups for a database
+// create, delete and list backups for a database
//
-// restore a database from an existing backup
+// restore a database from an existing backup
type DatabaseAdminClient struct {
// The internal transport-dependent client.
internalClient internalDatabaseAdminClient
@@ -772,17 +772,17 @@ type databaseAdminGRPCClient struct {
// NewDatabaseAdminClient creates a new database admin client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Cloud Spanner Database Admin API
+// Cloud Spanner Database Admin API
//
// The Cloud Spanner Database Admin API can be used to:
//
-// create, drop, and list databases
+// create, drop, and list databases
//
-// update the schema of pre-existing databases
+// update the schema of pre-existing databases
//
-// create, delete and list backups for a database
+// create, delete and list backups for a database
//
-// restore a database from an existing backup
+// restore a database from an existing backup
func NewDatabaseAdminClient(ctx context.Context, opts ...option.ClientOption) (*DatabaseAdminClient, error) {
clientOpts := defaultDatabaseAdminGRPCClientOptions()
if newDatabaseAdminClientHook != nil {
@@ -874,17 +874,17 @@ type databaseAdminRESTClient struct {
// NewDatabaseAdminRESTClient creates a new database admin rest client.
//
-// # Cloud Spanner Database Admin API
+// Cloud Spanner Database Admin API
//
// The Cloud Spanner Database Admin API can be used to:
//
-// create, drop, and list databases
+// create, drop, and list databases
//
-// update the schema of pre-existing databases
+// update the schema of pre-existing databases
//
-// create, delete and list backups for a database
+// create, delete and list backups for a database
//
-// restore a database from an existing backup
+// restore a database from an existing backup
func NewDatabaseAdminRESTClient(ctx context.Context, opts ...option.ClientOption) (*DatabaseAdminClient, error) {
clientOpts := append(defaultDatabaseAdminRESTClientOptions(), opts...)
httpClient, endpoint, err := httptransport.NewClient(ctx, clientOpts...)
diff --git a/spanner/admin/database/apiv1/databasepb/backup.pb.go b/spanner/admin/database/apiv1/databasepb/backup.pb.go
index 1d9342f08ef8..eecce35d0377 100755
--- a/spanner/admin/database/apiv1/databasepb/backup.pb.go
+++ b/spanner/admin/database/apiv1/databasepb/backup.pb.go
@@ -21,15 +21,14 @@
package databasepb
import (
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/admin/database/apiv1/databasepb/common.pb.go b/spanner/admin/database/apiv1/databasepb/common.pb.go
index 76af1213294b..e06abf9816c2 100755
--- a/spanner/admin/database/apiv1/databasepb/common.pb.go
+++ b/spanner/admin/database/apiv1/databasepb/common.pb.go
@@ -21,14 +21,13 @@
package databasepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/admin/database/apiv1/databasepb/spanner_database_admin.pb.go b/spanner/admin/database/apiv1/databasepb/spanner_database_admin.pb.go
index 269b1f23be75..ec23715e2f35 100755
--- a/spanner/admin/database/apiv1/databasepb/spanner_database_admin.pb.go
+++ b/spanner/admin/database/apiv1/databasepb/spanner_database_admin.pb.go
@@ -21,12 +21,9 @@
package databasepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/admin/database/apiv1/doc.go b/spanner/admin/database/apiv1/doc.go
index b616c1e486eb..c3c1f8206a17 100755
--- a/spanner/admin/database/apiv1/doc.go
+++ b/spanner/admin/database/apiv1/doc.go
@@ -20,65 +20,64 @@
// Cloud Spanner is a managed, mission-critical, globally consistent and
// scalable relational database service.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := database.NewDatabaseAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := database.NewDatabaseAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := database.NewDatabaseAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &databasepb.ListDatabasesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/spanner/admin/database/apiv1/databasepb#ListDatabasesRequest.
-// }
-// it := c.ListDatabases(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := database.NewDatabaseAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &databasepb.ListDatabasesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/spanner/admin/database/apiv1/databasepb#ListDatabasesRequest.
+// }
+// it := c.ListDatabases(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewDatabaseAdminClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/spanner/admin/instance/apiv1/doc.go b/spanner/admin/instance/apiv1/doc.go
index 434043debdaf..d95cd63a70d0 100755
--- a/spanner/admin/instance/apiv1/doc.go
+++ b/spanner/admin/instance/apiv1/doc.go
@@ -17,65 +17,64 @@
// Package instance is an auto-generated package for the
// Cloud Spanner Instance Admin API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := instance.NewInstanceAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := instance.NewInstanceAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := instance.NewInstanceAdminClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &instancepb.ListInstanceConfigsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/spanner/admin/instance/apiv1/instancepb#ListInstanceConfigsRequest.
-// }
-// it := c.ListInstanceConfigs(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := instance.NewInstanceAdminClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &instancepb.ListInstanceConfigsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/spanner/admin/instance/apiv1/instancepb#ListInstanceConfigsRequest.
+// }
+// it := c.ListInstanceConfigs(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewInstanceAdminClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/spanner/admin/instance/apiv1/instance_admin_client.go b/spanner/admin/instance/apiv1/instance_admin_client.go
index 488e6cada5b3..f9eb6a1479cf 100755
--- a/spanner/admin/instance/apiv1/instance_admin_client.go
+++ b/spanner/admin/instance/apiv1/instance_admin_client.go
@@ -269,7 +269,7 @@ type internalInstanceAdminClient interface {
// InstanceAdminClient is a client for interacting with Cloud Spanner Instance Admin API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Cloud Spanner Instance Admin API
+// Cloud Spanner Instance Admin API
//
// The Cloud Spanner Instance Admin API can be used to create, delete,
// modify and list instances. Instances are dedicated Cloud Spanner serving
@@ -345,26 +345,26 @@ func (c *InstanceAdminClient) GetInstanceConfig(ctx context.Context, req *instan
//
// Immediately after the request returns:
//
-// The instance config is readable via the API, with all requested
-// attributes. The instance config’s
-// reconciling
-// field is set to true. Its state is CREATING.
+// The instance config is readable via the API, with all requested
+// attributes. The instance config’s
+// reconciling
+// field is set to true. Its state is CREATING.
//
// While the operation is pending:
//
-// Cancelling the operation renders the instance config immediately
-// unreadable via the API.
+// Cancelling the operation renders the instance config immediately
+// unreadable via the API.
//
-// Except for deleting the creating resource, all other attempts to modify
-// the instance config are rejected.
+// Except for deleting the creating resource, all other attempts to modify
+// the instance config are rejected.
//
// Upon completion of the returned operation:
//
-// Instances can be created using the instance configuration.
+// Instances can be created using the instance configuration.
//
-// The instance config’s
-// reconciling
-// field becomes false. Its state becomes READY.
+// The instance config’s
+// reconciling
+// field becomes false. Its state becomes READY.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format
@@ -398,32 +398,32 @@ func (c *InstanceAdminClient) CreateInstanceConfigOperation(name string) *Create
//
// Immediately after the request returns:
//
-// The instance config’s
-// reconciling
-// field is set to true.
+// The instance config’s
+// reconciling
+// field is set to true.
//
// While the operation is pending:
//
-// Cancelling the operation sets its metadata’s
-// cancel_time.
-// The operation is guaranteed to succeed at undoing all changes, after
-// which point it terminates with a CANCELLED status.
+// Cancelling the operation sets its metadata’s
+// cancel_time.
+// The operation is guaranteed to succeed at undoing all changes, after
+// which point it terminates with a CANCELLED status.
//
-// All other attempts to modify the instance config are rejected.
+// All other attempts to modify the instance config are rejected.
//
-// Reading the instance config via the API continues to give the
-// pre-request values.
+// Reading the instance config via the API continues to give the
+// pre-request values.
//
// Upon completion of the returned operation:
//
-// Creating instances using the instance configuration uses the new
-// values.
+// Creating instances using the instance configuration uses the new
+// values.
//
-// The instance config’s new values are readable via the API.
+// The instance config’s new values are readable via the API.
//
-// The instance config’s
-// reconciling
-// field becomes false.
+// The instance config’s
+// reconciling
+// field becomes false.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format
@@ -493,28 +493,28 @@ func (c *InstanceAdminClient) GetInstance(ctx context.Context, req *instancepb.G
//
// Immediately upon completion of this request:
//
-// The instance is readable via the API, with all requested attributes
-// but no allocated resources. Its state is CREATING.
+// The instance is readable via the API, with all requested attributes
+// but no allocated resources. Its state is CREATING.
//
// Until completion of the returned operation:
//
-// Cancelling the operation renders the instance immediately unreadable
-// via the API.
+// Cancelling the operation renders the instance immediately unreadable
+// via the API.
//
-// The instance can be deleted.
+// The instance can be deleted.
//
-// All other attempts to modify the instance are rejected.
+// All other attempts to modify the instance are rejected.
//
// Upon completion of the returned operation:
//
-// Billing for all successfully-allocated resources begins (some types
-// may have lower than the requested levels).
+// Billing for all successfully-allocated resources begins (some types
+// may have lower than the requested levels).
//
-// Databases can be created in the instance.
+// Databases can be created in the instance.
//
-// The instance’s allocated resource levels are readable via the API.
+// The instance’s allocated resource levels are readable via the API.
//
-// The instance’s state becomes READY.
+// The instance’s state becomes READY.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format /operations/ and
@@ -541,31 +541,31 @@ func (c *InstanceAdminClient) CreateInstanceOperation(name string) *CreateInstan
//
// Immediately upon completion of this request:
//
-// For resource types for which a decrease in the instance’s allocation
-// has been requested, billing is based on the newly-requested level.
+// For resource types for which a decrease in the instance’s allocation
+// has been requested, billing is based on the newly-requested level.
//
// Until completion of the returned operation:
//
-// Cancelling the operation sets its metadata’s
-// cancel_time,
-// and begins restoring resources to their pre-request values. The
-// operation is guaranteed to succeed at undoing all resource changes,
-// after which point it terminates with a CANCELLED status.
+// Cancelling the operation sets its metadata’s
+// cancel_time,
+// and begins restoring resources to their pre-request values. The
+// operation is guaranteed to succeed at undoing all resource changes,
+// after which point it terminates with a CANCELLED status.
//
-// All other attempts to modify the instance are rejected.
+// All other attempts to modify the instance are rejected.
//
-// Reading the instance via the API continues to give the pre-request
-// resource levels.
+// Reading the instance via the API continues to give the pre-request
+// resource levels.
//
// Upon completion of the returned operation:
//
-// Billing begins for all successfully-allocated resources (some types
-// may have lower than the requested levels).
+// Billing begins for all successfully-allocated resources (some types
+// may have lower than the requested levels).
//
-// All newly-reserved resources are available for serving the instance’s
-// tables.
+// All newly-reserved resources are available for serving the instance’s
+// tables.
//
-// The instance’s new resource levels are readable via the API.
+// The instance’s new resource levels are readable via the API.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format /operations/ and
@@ -591,13 +591,13 @@ func (c *InstanceAdminClient) UpdateInstanceOperation(name string) *UpdateInstan
//
// Immediately upon completion of the request:
//
-// Billing ceases for all of the instance’s reserved resources.
+// Billing ceases for all of the instance’s reserved resources.
//
// Soon afterward:
//
-// The instance and all of its databases immediately and
-// irrevocably disappear from the API. All data in the databases
-// is permanently deleted.
+// The instance and all of its databases immediately and
+// irrevocably disappear from the API. All data in the databases
+// is permanently deleted.
func (c *InstanceAdminClient) DeleteInstance(ctx context.Context, req *instancepb.DeleteInstanceRequest, opts ...gax.CallOption) error {
return c.internalClient.DeleteInstance(ctx, req, opts...)
}
@@ -658,7 +658,7 @@ type instanceAdminGRPCClient struct {
// NewInstanceAdminClient creates a new instance admin client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Cloud Spanner Instance Admin API
+// Cloud Spanner Instance Admin API
//
// The Cloud Spanner Instance Admin API can be used to create, delete,
// modify and list instances. Instances are dedicated Cloud Spanner serving
@@ -769,7 +769,7 @@ type instanceAdminRESTClient struct {
// NewInstanceAdminRESTClient creates a new instance admin rest client.
//
-// # Cloud Spanner Instance Admin API
+// Cloud Spanner Instance Admin API
//
// The Cloud Spanner Instance Admin API can be used to create, delete,
// modify and list instances. Instances are dedicated Cloud Spanner serving
@@ -1367,26 +1367,26 @@ func (c *instanceAdminRESTClient) GetInstanceConfig(ctx context.Context, req *in
//
// Immediately after the request returns:
//
-// The instance config is readable via the API, with all requested
-// attributes. The instance config’s
-// reconciling
-// field is set to true. Its state is CREATING.
+// The instance config is readable via the API, with all requested
+// attributes. The instance config’s
+// reconciling
+// field is set to true. Its state is CREATING.
//
// While the operation is pending:
//
-// Cancelling the operation renders the instance config immediately
-// unreadable via the API.
+// Cancelling the operation renders the instance config immediately
+// unreadable via the API.
//
-// Except for deleting the creating resource, all other attempts to modify
-// the instance config are rejected.
+// Except for deleting the creating resource, all other attempts to modify
+// the instance config are rejected.
//
// Upon completion of the returned operation:
//
-// Instances can be created using the instance configuration.
+// Instances can be created using the instance configuration.
//
-// The instance config’s
-// reconciling
-// field becomes false. Its state becomes READY.
+// The instance config’s
+// reconciling
+// field becomes false. Its state becomes READY.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format
@@ -1477,32 +1477,32 @@ func (c *instanceAdminRESTClient) CreateInstanceConfig(ctx context.Context, req
//
// Immediately after the request returns:
//
-// The instance config’s
-// reconciling
-// field is set to true.
+// The instance config’s
+// reconciling
+// field is set to true.
//
// While the operation is pending:
//
-// Cancelling the operation sets its metadata’s
-// cancel_time.
-// The operation is guaranteed to succeed at undoing all changes, after
-// which point it terminates with a CANCELLED status.
+// Cancelling the operation sets its metadata’s
+// cancel_time.
+// The operation is guaranteed to succeed at undoing all changes, after
+// which point it terminates with a CANCELLED status.
//
-// All other attempts to modify the instance config are rejected.
+// All other attempts to modify the instance config are rejected.
//
-// Reading the instance config via the API continues to give the
-// pre-request values.
+// Reading the instance config via the API continues to give the
+// pre-request values.
//
// Upon completion of the returned operation:
//
-// Creating instances using the instance configuration uses the new
-// values.
+// Creating instances using the instance configuration uses the new
+// values.
//
-// The instance config’s new values are readable via the API.
+// The instance config’s new values are readable via the API.
//
-// The instance config’s
-// reconciling
-// field becomes false.
+// The instance config’s
+// reconciling
+// field becomes false.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format
@@ -1902,28 +1902,28 @@ func (c *instanceAdminRESTClient) GetInstance(ctx context.Context, req *instance
//
// Immediately upon completion of this request:
//
-// The instance is readable via the API, with all requested attributes
-// but no allocated resources. Its state is CREATING.
+// The instance is readable via the API, with all requested attributes
+// but no allocated resources. Its state is CREATING.
//
// Until completion of the returned operation:
//
-// Cancelling the operation renders the instance immediately unreadable
-// via the API.
+// Cancelling the operation renders the instance immediately unreadable
+// via the API.
//
-// The instance can be deleted.
+// The instance can be deleted.
//
-// All other attempts to modify the instance are rejected.
+// All other attempts to modify the instance are rejected.
//
// Upon completion of the returned operation:
//
-// Billing for all successfully-allocated resources begins (some types
-// may have lower than the requested levels).
+// Billing for all successfully-allocated resources begins (some types
+// may have lower than the requested levels).
//
-// Databases can be created in the instance.
+// Databases can be created in the instance.
//
-// The instance’s allocated resource levels are readable via the API.
+// The instance’s allocated resource levels are readable via the API.
//
-// The instance’s state becomes READY.
+// The instance’s state becomes READY.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format /operations/ and
@@ -2007,31 +2007,31 @@ func (c *instanceAdminRESTClient) CreateInstance(ctx context.Context, req *insta
//
// Immediately upon completion of this request:
//
-// For resource types for which a decrease in the instance’s allocation
-// has been requested, billing is based on the newly-requested level.
+// For resource types for which a decrease in the instance’s allocation
+// has been requested, billing is based on the newly-requested level.
//
// Until completion of the returned operation:
//
-// Cancelling the operation sets its metadata’s
-// cancel_time,
-// and begins restoring resources to their pre-request values. The
-// operation is guaranteed to succeed at undoing all resource changes,
-// after which point it terminates with a CANCELLED status.
+// Cancelling the operation sets its metadata’s
+// cancel_time,
+// and begins restoring resources to their pre-request values. The
+// operation is guaranteed to succeed at undoing all resource changes,
+// after which point it terminates with a CANCELLED status.
//
-// All other attempts to modify the instance are rejected.
+// All other attempts to modify the instance are rejected.
//
-// Reading the instance via the API continues to give the pre-request
-// resource levels.
+// Reading the instance via the API continues to give the pre-request
+// resource levels.
//
// Upon completion of the returned operation:
//
-// Billing begins for all successfully-allocated resources (some types
-// may have lower than the requested levels).
+// Billing begins for all successfully-allocated resources (some types
+// may have lower than the requested levels).
//
-// All newly-reserved resources are available for serving the instance’s
-// tables.
+// All newly-reserved resources are available for serving the instance’s
+// tables.
//
-// The instance’s new resource levels are readable via the API.
+// The instance’s new resource levels are readable via the API.
//
// The returned [long-running operation][google.longrunning.Operation] will
// have a name of the format /operations/ and
@@ -2114,13 +2114,13 @@ func (c *instanceAdminRESTClient) UpdateInstance(ctx context.Context, req *insta
//
// Immediately upon completion of the request:
//
-// Billing ceases for all of the instance’s reserved resources.
+// Billing ceases for all of the instance’s reserved resources.
//
// Soon afterward:
//
-// The instance and all of its databases immediately and
-// irrevocably disappear from the API. All data in the databases
-// is permanently deleted.
+// The instance and all of its databases immediately and
+// irrevocably disappear from the API. All data in the databases
+// is permanently deleted.
func (c *instanceAdminRESTClient) DeleteInstance(ctx context.Context, req *instancepb.DeleteInstanceRequest, opts ...gax.CallOption) error {
baseUrl, err := url.Parse(c.endpoint)
if err != nil {
diff --git a/spanner/admin/instance/apiv1/instancepb/common.pb.go b/spanner/admin/instance/apiv1/instancepb/common.pb.go
index dc1dc414c140..63d9984eab9d 100755
--- a/spanner/admin/instance/apiv1/instancepb/common.pb.go
+++ b/spanner/admin/instance/apiv1/instancepb/common.pb.go
@@ -21,12 +21,11 @@
package instancepb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/admin/instance/apiv1/instancepb/spanner_instance_admin.pb.go b/spanner/admin/instance/apiv1/instancepb/spanner_instance_admin.pb.go
index 698535e8f83f..0807af52bf89 100755
--- a/spanner/admin/instance/apiv1/instancepb/spanner_instance_admin.pb.go
+++ b/spanner/admin/instance/apiv1/instancepb/spanner_instance_admin.pb.go
@@ -21,12 +21,9 @@
package instancepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
iampb "cloud.google.com/go/iam/apiv1/iampb"
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -36,6 +33,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/apiv1/doc.go b/spanner/apiv1/doc.go
index 5f81f0dc764e..087e0bbc85ed 100755
--- a/spanner/apiv1/doc.go
+++ b/spanner/apiv1/doc.go
@@ -20,59 +20,58 @@
// Cloud Spanner is a managed, mission-critical, globally consistent and
// scalable relational database service.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := spanner.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := spanner.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := spanner.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &spannerpb.CreateSessionRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/spanner/apiv1/spannerpb#CreateSessionRequest.
-// }
-// resp, err := c.CreateSession(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := spanner.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &spannerpb.CreateSessionRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/spanner/apiv1/spannerpb#CreateSessionRequest.
+// }
+// resp, err := c.CreateSession(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/spanner/apiv1/spanner_client.go b/spanner/apiv1/spanner_client.go
index 6de640382e11..cf382073e3fc 100755
--- a/spanner/apiv1/spanner_client.go
+++ b/spanner/apiv1/spanner_client.go
@@ -386,7 +386,7 @@ type internalClient interface {
// Client is a client for interacting with Cloud Spanner API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Cloud Spanner API
+// Cloud Spanner API
//
// The Cloud Spanner API can be used to manage sessions and execute
// transactions on data stored in Cloud Spanner databases.
@@ -629,7 +629,7 @@ type gRPCClient struct {
// NewClient creates a new spanner client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Cloud Spanner API
+// Cloud Spanner API
//
// The Cloud Spanner API can be used to manage sessions and execute
// transactions on data stored in Cloud Spanner databases.
@@ -707,7 +707,7 @@ type restClient struct {
// NewRESTClient creates a new spanner rest client.
//
-// # Cloud Spanner API
+// Cloud Spanner API
//
// The Cloud Spanner API can be used to manage sessions and execute
// transactions on data stored in Cloud Spanner databases.
diff --git a/spanner/apiv1/spannerpb/commit_response.pb.go b/spanner/apiv1/spannerpb/commit_response.pb.go
index 88a45c56b68c..673635c1222f 100755
--- a/spanner/apiv1/spannerpb/commit_response.pb.go
+++ b/spanner/apiv1/spannerpb/commit_response.pb.go
@@ -21,12 +21,11 @@
package spannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/apiv1/spannerpb/keys.pb.go b/spanner/apiv1/spannerpb/keys.pb.go
index 64033a0fed49..2c5e2de9d8c8 100755
--- a/spanner/apiv1/spannerpb/keys.pb.go
+++ b/spanner/apiv1/spannerpb/keys.pb.go
@@ -21,12 +21,11 @@
package spannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -48,15 +47,15 @@ const (
//
// For example, consider the following table definition:
//
-// CREATE TABLE UserEvents (
-// UserName STRING(MAX),
-// EventDate STRING(10)
-// ) PRIMARY KEY(UserName, EventDate);
+// CREATE TABLE UserEvents (
+// UserName STRING(MAX),
+// EventDate STRING(10)
+// ) PRIMARY KEY(UserName, EventDate);
//
// The following keys name rows in this table:
//
-// ["Bob", "2014-09-23"]
-// ["Alfred", "2015-06-12"]
+// ["Bob", "2014-09-23"]
+// ["Alfred", "2015-06-12"]
//
// Since the `UserEvents` table's `PRIMARY KEY` clause names two
// columns, each `UserEvents` key has two elements; the first is the
@@ -67,8 +66,8 @@ const (
// sort order. For example, the following range returns all events for
// user `"Bob"` that occurred in the year 2015:
//
-// "start_closed": ["Bob", "2015-01-01"]
-// "end_closed": ["Bob", "2015-12-31"]
+// "start_closed": ["Bob", "2015-01-01"]
+// "end_closed": ["Bob", "2015-12-31"]
//
// Start and end keys can omit trailing key components. This affects the
// inclusion and exclusion of rows that exactly match the provided key
@@ -79,48 +78,48 @@ const (
// For example, the following range includes all events for `"Bob"` that
// occurred during and after the year 2000:
//
-// "start_closed": ["Bob", "2000-01-01"]
-// "end_closed": ["Bob"]
+// "start_closed": ["Bob", "2000-01-01"]
+// "end_closed": ["Bob"]
//
// The next example retrieves all events for `"Bob"`:
//
-// "start_closed": ["Bob"]
-// "end_closed": ["Bob"]
+// "start_closed": ["Bob"]
+// "end_closed": ["Bob"]
//
// To retrieve events before the year 2000:
//
-// "start_closed": ["Bob"]
-// "end_open": ["Bob", "2000-01-01"]
+// "start_closed": ["Bob"]
+// "end_open": ["Bob", "2000-01-01"]
//
// The following range includes all rows in the table:
//
-// "start_closed": []
-// "end_closed": []
+// "start_closed": []
+// "end_closed": []
//
// This range returns all users whose `UserName` begins with any
// character from A to C:
//
-// "start_closed": ["A"]
-// "end_open": ["D"]
+// "start_closed": ["A"]
+// "end_open": ["D"]
//
// This range returns all users whose `UserName` begins with B:
//
-// "start_closed": ["B"]
-// "end_open": ["C"]
+// "start_closed": ["B"]
+// "end_open": ["C"]
//
// Key ranges honor column sort order. For example, suppose a table is
// defined as follows:
//
-// CREATE TABLE DescendingSortedTable {
-// Key INT64,
-// ...
-// ) PRIMARY KEY(Key DESC);
+// CREATE TABLE DescendingSortedTable {
+// Key INT64,
+// ...
+// ) PRIMARY KEY(Key DESC);
//
// The following range retrieves all rows with key values between 1
// and 100 inclusive:
//
-// "start_closed": ["100"]
-// "end_closed": ["1"]
+// "start_closed": ["100"]
+// "end_closed": ["1"]
//
// Note that 100 is passed as the start, and 1 is passed as the end,
// because `Key` is a descending column in the schema.
diff --git a/spanner/apiv1/spannerpb/mutation.pb.go b/spanner/apiv1/spannerpb/mutation.pb.go
index bab044eedba8..c856a12054d4 100755
--- a/spanner/apiv1/spannerpb/mutation.pb.go
+++ b/spanner/apiv1/spannerpb/mutation.pb.go
@@ -21,13 +21,12 @@
package spannerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/apiv1/spannerpb/query_plan.pb.go b/spanner/apiv1/spannerpb/query_plan.pb.go
index 3ebb2bb6cb4e..0c81430f3d8e 100755
--- a/spanner/apiv1/spannerpb/query_plan.pb.go
+++ b/spanner/apiv1/spannerpb/query_plan.pb.go
@@ -21,12 +21,11 @@
package spannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/apiv1/spannerpb/result_set.pb.go b/spanner/apiv1/spannerpb/result_set.pb.go
index fae630a5f1c1..48653fdc086d 100755
--- a/spanner/apiv1/spannerpb/result_set.pb.go
+++ b/spanner/apiv1/spannerpb/result_set.pb.go
@@ -21,12 +21,11 @@
package spannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/spanner/apiv1/spannerpb/spanner.pb.go b/spanner/apiv1/spannerpb/spanner.pb.go
index aadc00b36cd5..96e1394fc06b 100755
--- a/spanner/apiv1/spannerpb/spanner.pb.go
+++ b/spanner/apiv1/spannerpb/spanner.pb.go
@@ -22,9 +22,6 @@ package spannerpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
structpb "google.golang.org/protobuf/types/known/structpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -50,16 +49,16 @@ const (
// The priority acts as a hint to the Cloud Spanner scheduler and does not
// guarantee priority or order of execution. For example:
//
-// - Some parts of a write operation always execute at `PRIORITY_HIGH`,
-// regardless of the specified priority. This may cause you to see an
-// increase in high priority workload even when executing a low priority
-// request. This can also potentially cause a priority inversion where a
-// lower priority request will be fulfilled ahead of a higher priority
-// request.
-// - If a transaction contains multiple operations with different priorities,
-// Cloud Spanner does not guarantee to process the higher priority
-// operations first. There may be other constraints to satisfy, such as
-// order of operations.
+// * Some parts of a write operation always execute at `PRIORITY_HIGH`,
+// regardless of the specified priority. This may cause you to see an
+// increase in high priority workload even when executing a low priority
+// request. This can also potentially cause a priority inversion where a
+// lower priority request will be fulfilled ahead of a higher priority
+// request.
+// * If a transaction contains multiple operations with different priorities,
+// Cloud Spanner does not guarantee to process the higher priority
+// operations first. There may be other constraints to satisfy, such as
+// order of operations.
type RequestOptions_Priority int32
const (
@@ -1083,11 +1082,11 @@ func (x *ExecuteBatchDmlRequest) GetRequestOptions() *RequestOptions {
//
// To check for DML statements that failed, use the following approach:
//
-// 1. Check the status in the response message. The [google.rpc.Code][google.rpc.Code] enum
-// value `OK` indicates that all statements were executed successfully.
-// 2. If the status was not `OK`, check the number of result sets in the
-// response. If the response contains `N` [ResultSet][google.spanner.v1.ResultSet] messages, then
-// statement `N+1` in the request failed.
+// 1. Check the status in the response message. The [google.rpc.Code][google.rpc.Code] enum
+// value `OK` indicates that all statements were executed successfully.
+// 2. If the status was not `OK`, check the number of result sets in the
+// response. If the response contains `N` [ResultSet][google.spanner.v1.ResultSet] messages, then
+// statement `N+1` in the request failed.
//
// Example 1:
//
@@ -1096,10 +1095,10 @@ func (x *ExecuteBatchDmlRequest) GetRequestOptions() *RequestOptions {
//
// Example 2:
//
-// - Request: 5 DML statements. The third statement has a syntax error.
-// - Response: 2 [ResultSet][google.spanner.v1.ResultSet] messages, and a syntax error (`INVALID_ARGUMENT`)
-// status. The number of [ResultSet][google.spanner.v1.ResultSet] messages indicates that the third
-// statement failed, and the fourth and fifth statements were not executed.
+// * Request: 5 DML statements. The third statement has a syntax error.
+// * Response: 2 [ResultSet][google.spanner.v1.ResultSet] messages, and a syntax error (`INVALID_ARGUMENT`)
+// status. The number of [ResultSet][google.spanner.v1.ResultSet] messages indicates that the third
+// statement failed, and the fourth and fifth statements were not executed.
type ExecuteBatchDmlResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
diff --git a/spanner/apiv1/spannerpb/transaction.pb.go b/spanner/apiv1/spannerpb/transaction.pb.go
index 510c3017ef51..30ea17fded1a 100755
--- a/spanner/apiv1/spannerpb/transaction.pb.go
+++ b/spanner/apiv1/spannerpb/transaction.pb.go
@@ -21,13 +21,12 @@
package spannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -111,32 +110,32 @@ func (TransactionOptions_ReadWrite_ReadLockMode) EnumDescriptor() ([]byte, []int
//
// Cloud Spanner supports three transaction modes:
//
-// 1. Locking read-write. This type of transaction is the only way
-// to write data into Cloud Spanner. These transactions rely on
-// pessimistic locking and, if necessary, two-phase commit.
-// Locking read-write transactions may abort, requiring the
-// application to retry.
-//
-// 2. Snapshot read-only. Snapshot read-only transactions provide guaranteed
-// consistency across several reads, but do not allow
-// writes. Snapshot read-only transactions can be configured to read at
-// timestamps in the past, or configured to perform a strong read
-// (where Spanner will select a timestamp such that the read is
-// guaranteed to see the effects of all transactions that have committed
-// before the start of the read). Snapshot read-only transactions do not
-// need to be committed.
-//
-// Queries on change streams must be performed with the snapshot read-only
-// transaction mode, specifying a strong read. Please see
-// [TransactionOptions.ReadOnly.strong][google.spanner.v1.TransactionOptions.ReadOnly.strong]
-// for more details.
-//
-// 3. Partitioned DML. This type of transaction is used to execute
-// a single Partitioned DML statement. Partitioned DML partitions
-// the key space and runs the DML statement over each partition
-// in parallel using separate, internal transactions that commit
-// independently. Partitioned DML transactions do not need to be
-// committed.
+// 1. Locking read-write. This type of transaction is the only way
+// to write data into Cloud Spanner. These transactions rely on
+// pessimistic locking and, if necessary, two-phase commit.
+// Locking read-write transactions may abort, requiring the
+// application to retry.
+//
+// 2. Snapshot read-only. Snapshot read-only transactions provide guaranteed
+// consistency across several reads, but do not allow
+// writes. Snapshot read-only transactions can be configured to read at
+// timestamps in the past, or configured to perform a strong read
+// (where Spanner will select a timestamp such that the read is
+// guaranteed to see the effects of all transactions that have committed
+// before the start of the read). Snapshot read-only transactions do not
+// need to be committed.
+//
+// Queries on change streams must be performed with the snapshot read-only
+// transaction mode, specifying a strong read. Please see
+// [TransactionOptions.ReadOnly.strong][google.spanner.v1.TransactionOptions.ReadOnly.strong]
+// for more details.
+//
+// 3. Partitioned DML. This type of transaction is used to execute
+// a single Partitioned DML statement. Partitioned DML partitions
+// the key space and runs the DML statement over each partition
+// in parallel using separate, internal transactions that commit
+// independently. Partitioned DML transactions do not need to be
+// committed.
//
// For transactions that only read, snapshot read-only transactions
// provide simpler semantics and are almost always faster. In
@@ -387,38 +386,38 @@ func (TransactionOptions_ReadWrite_ReadLockMode) EnumDescriptor() ([]byte, []int
// That said, Partitioned DML is not a drop-in replacement for standard DML used
// in ReadWrite transactions.
//
-// - The DML statement must be fully-partitionable. Specifically, the statement
-// must be expressible as the union of many statements which each access only
-// a single row of the table.
-//
-// - The statement is not applied atomically to all rows of the table. Rather,
-// the statement is applied atomically to partitions of the table, in
-// independent transactions. Secondary index rows are updated atomically
-// with the base table rows.
-//
-// - Partitioned DML does not guarantee exactly-once execution semantics
-// against a partition. The statement will be applied at least once to each
-// partition. It is strongly recommended that the DML statement should be
-// idempotent to avoid unexpected results. For instance, it is potentially
-// dangerous to run a statement such as
-// `UPDATE table SET column = column + 1` as it could be run multiple times
-// against some rows.
-//
-// - The partitions are committed automatically - there is no support for
-// Commit or Rollback. If the call returns an error, or if the client issuing
-// the ExecuteSql call dies, it is possible that some rows had the statement
-// executed on them successfully. It is also possible that statement was
-// never executed against other rows.
-//
-// - Partitioned DML transactions may only contain the execution of a single
-// DML statement via ExecuteSql or ExecuteStreamingSql.
-//
-// - If any error is encountered during the execution of the partitioned DML
-// operation (for instance, a UNIQUE INDEX violation, division by zero, or a
-// value that cannot be stored due to schema constraints), then the
-// operation is stopped at that point and an error is returned. It is
-// possible that at this point, some partitions have been committed (or even
-// committed multiple times), and other partitions have not been run at all.
+// - The DML statement must be fully-partitionable. Specifically, the statement
+// must be expressible as the union of many statements which each access only
+// a single row of the table.
+//
+// - The statement is not applied atomically to all rows of the table. Rather,
+// the statement is applied atomically to partitions of the table, in
+// independent transactions. Secondary index rows are updated atomically
+// with the base table rows.
+//
+// - Partitioned DML does not guarantee exactly-once execution semantics
+// against a partition. The statement will be applied at least once to each
+// partition. It is strongly recommended that the DML statement should be
+// idempotent to avoid unexpected results. For instance, it is potentially
+// dangerous to run a statement such as
+// `UPDATE table SET column = column + 1` as it could be run multiple times
+// against some rows.
+//
+// - The partitions are committed automatically - there is no support for
+// Commit or Rollback. If the call returns an error, or if the client issuing
+// the ExecuteSql call dies, it is possible that some rows had the statement
+// executed on them successfully. It is also possible that statement was
+// never executed against other rows.
+//
+// - Partitioned DML transactions may only contain the execution of a single
+// DML statement via ExecuteSql or ExecuteStreamingSql.
+//
+// - If any error is encountered during the execution of the partitioned DML
+// operation (for instance, a UNIQUE INDEX violation, division by zero, or a
+// value that cannot be stored due to schema constraints), then the
+// operation is stopped at that point and an error is returned. It is
+// possible that at this point, some partitions have been committed (or even
+// committed multiple times), and other partitions have not been run at all.
//
// Given the above, Partitioned DML is good fit for large, database-wide,
// operations that are idempotent, such as deleting old rows from a very large
diff --git a/spanner/apiv1/spannerpb/type.pb.go b/spanner/apiv1/spannerpb/type.pb.go
index 78e07996c34f..8ad684301a4e 100755
--- a/spanner/apiv1/spannerpb/type.pb.go
+++ b/spanner/apiv1/spannerpb/type.pb.go
@@ -21,12 +21,11 @@
package spannerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/speech/apiv1/doc.go b/speech/apiv1/doc.go
index c92c088681ca..13eae1010fe5 100755
--- a/speech/apiv1/doc.go
+++ b/speech/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Converts audio to text by applying powerful neural network models.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := speech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := speech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := speech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &speechpb.RecognizeRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/speech/apiv1/speechpb#RecognizeRequest.
-// }
-// resp, err := c.Recognize(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := speech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &speechpb.RecognizeRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/speech/apiv1/speechpb#RecognizeRequest.
+// }
+// resp, err := c.Recognize(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/speech/apiv1/speechpb/cloud_speech.pb.go b/speech/apiv1/speechpb/cloud_speech.pb.go
index c418bba1e281..fc603670c2ef 100755
--- a/speech/apiv1/speechpb/cloud_speech.pb.go
+++ b/speech/apiv1/speechpb/cloud_speech.pb.go
@@ -21,11 +21,8 @@
package speechpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1920,39 +1919,39 @@ func (x *LongRunningRecognizeMetadata) GetUri() string {
//
// 2. results { alternatives { transcript: "to be a" } stability: 0.01 }
//
-// 3. results { alternatives { transcript: "to be" } stability: 0.9 }
-// results { alternatives { transcript: " or not to be" } stability: 0.01 }
+// 3. results { alternatives { transcript: "to be" } stability: 0.9 }
+// results { alternatives { transcript: " or not to be" } stability: 0.01 }
//
-// 4. results { alternatives { transcript: "to be or not to be"
-// confidence: 0.92 }
-// alternatives { transcript: "to bee or not to bee" }
-// is_final: true }
+// 4. results { alternatives { transcript: "to be or not to be"
+// confidence: 0.92 }
+// alternatives { transcript: "to bee or not to bee" }
+// is_final: true }
//
// 5. results { alternatives { transcript: " that's" } stability: 0.01 }
//
-// 6. results { alternatives { transcript: " that is" } stability: 0.9 }
-// results { alternatives { transcript: " the question" } stability: 0.01 }
+// 6. results { alternatives { transcript: " that is" } stability: 0.9 }
+// results { alternatives { transcript: " the question" } stability: 0.01 }
//
-// 7. results { alternatives { transcript: " that is the question"
-// confidence: 0.98 }
-// alternatives { transcript: " that was the question" }
-// is_final: true }
+// 7. results { alternatives { transcript: " that is the question"
+// confidence: 0.98 }
+// alternatives { transcript: " that was the question" }
+// is_final: true }
//
// Notes:
//
-// - Only two of the above responses #4 and #7 contain final results; they are
-// indicated by `is_final: true`. Concatenating these together generates the
-// full transcript: "to be or not to be that is the question".
+// - Only two of the above responses #4 and #7 contain final results; they are
+// indicated by `is_final: true`. Concatenating these together generates the
+// full transcript: "to be or not to be that is the question".
//
-// - The others contain interim `results`. #3 and #6 contain two interim
-// `results`: the first portion has a high stability and is less likely to
-// change; the second portion has a low stability and is very likely to
-// change. A UI designer might choose to show only high stability `results`.
+// - The others contain interim `results`. #3 and #6 contain two interim
+// `results`: the first portion has a high stability and is less likely to
+// change; the second portion has a low stability and is very likely to
+// change. A UI designer might choose to show only high stability `results`.
//
-// - The specific `stability` and `confidence` values shown above are only for
-// illustrative purposes. Actual values may vary.
+// - The specific `stability` and `confidence` values shown above are only for
+// illustrative purposes. Actual values may vary.
//
-// - In each response, only one of these fields will be set:
+// - In each response, only one of these fields will be set:
// `error`,
// `speech_event_type`, or
// one or more (repeated) `results`.
diff --git a/speech/apiv1/speechpb/cloud_speech_adaptation.pb.go b/speech/apiv1/speechpb/cloud_speech_adaptation.pb.go
index 471a9db96841..d4c4fd555def 100755
--- a/speech/apiv1/speechpb/cloud_speech_adaptation.pb.go
+++ b/speech/apiv1/speechpb/cloud_speech_adaptation.pb.go
@@ -22,9 +22,6 @@ package speechpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/speech/apiv1/speechpb/resource.pb.go b/speech/apiv1/speechpb/resource.pb.go
index 142a1d173b2f..5435ba10be8d 100755
--- a/speech/apiv1/speechpb/resource.pb.go
+++ b/speech/apiv1/speechpb/resource.pb.go
@@ -21,12 +21,11 @@
package speechpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/speech/apiv1p1beta1/doc.go b/speech/apiv1p1beta1/doc.go
index 369f041e7a20..643c56fcd1be 100755
--- a/speech/apiv1p1beta1/doc.go
+++ b/speech/apiv1p1beta1/doc.go
@@ -19,61 +19,60 @@
//
// Converts audio to text by applying powerful neural network models.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := speech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := speech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := speech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &speechpb.RecognizeRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/speech/apiv1p1beta1/speechpb#RecognizeRequest.
-// }
-// resp, err := c.Recognize(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := speech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &speechpb.RecognizeRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/speech/apiv1p1beta1/speechpb#RecognizeRequest.
+// }
+// resp, err := c.Recognize(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/speech/apiv1p1beta1/speechpb/cloud_speech.pb.go b/speech/apiv1p1beta1/speechpb/cloud_speech.pb.go
index add9f90c199f..3258f12b899f 100755
--- a/speech/apiv1p1beta1/speechpb/cloud_speech.pb.go
+++ b/speech/apiv1p1beta1/speechpb/cloud_speech.pb.go
@@ -21,11 +21,8 @@
package speechpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -1991,39 +1990,39 @@ func (x *LongRunningRecognizeMetadata) GetOutputConfig() *TranscriptOutputConfig
//
// 2. results { alternatives { transcript: "to be a" } stability: 0.01 }
//
-// 3. results { alternatives { transcript: "to be" } stability: 0.9 }
-// results { alternatives { transcript: " or not to be" } stability: 0.01 }
+// 3. results { alternatives { transcript: "to be" } stability: 0.9 }
+// results { alternatives { transcript: " or not to be" } stability: 0.01 }
//
-// 4. results { alternatives { transcript: "to be or not to be"
-// confidence: 0.92 }
-// alternatives { transcript: "to bee or not to bee" }
-// is_final: true }
+// 4. results { alternatives { transcript: "to be or not to be"
+// confidence: 0.92 }
+// alternatives { transcript: "to bee or not to bee" }
+// is_final: true }
//
// 5. results { alternatives { transcript: " that's" } stability: 0.01 }
//
-// 6. results { alternatives { transcript: " that is" } stability: 0.9 }
-// results { alternatives { transcript: " the question" } stability: 0.01 }
+// 6. results { alternatives { transcript: " that is" } stability: 0.9 }
+// results { alternatives { transcript: " the question" } stability: 0.01 }
//
-// 7. results { alternatives { transcript: " that is the question"
-// confidence: 0.98 }
-// alternatives { transcript: " that was the question" }
-// is_final: true }
+// 7. results { alternatives { transcript: " that is the question"
+// confidence: 0.98 }
+// alternatives { transcript: " that was the question" }
+// is_final: true }
//
// Notes:
//
-// - Only two of the above responses #4 and #7 contain final results; they are
-// indicated by `is_final: true`. Concatenating these together generates the
-// full transcript: "to be or not to be that is the question".
+// - Only two of the above responses #4 and #7 contain final results; they are
+// indicated by `is_final: true`. Concatenating these together generates the
+// full transcript: "to be or not to be that is the question".
//
-// - The others contain interim `results`. #3 and #6 contain two interim
-// `results`: the first portion has a high stability and is less likely to
-// change; the second portion has a low stability and is very likely to
-// change. A UI designer might choose to show only high stability `results`.
+// - The others contain interim `results`. #3 and #6 contain two interim
+// `results`: the first portion has a high stability and is less likely to
+// change; the second portion has a low stability and is very likely to
+// change. A UI designer might choose to show only high stability `results`.
//
-// - The specific `stability` and `confidence` values shown above are only for
-// illustrative purposes. Actual values may vary.
+// - The specific `stability` and `confidence` values shown above are only for
+// illustrative purposes. Actual values may vary.
//
-// - In each response, only one of these fields will be set:
+// - In each response, only one of these fields will be set:
// `error`,
// `speech_event_type`, or
// one or more (repeated) `results`.
diff --git a/speech/apiv1p1beta1/speechpb/cloud_speech_adaptation.pb.go b/speech/apiv1p1beta1/speechpb/cloud_speech_adaptation.pb.go
index e6363cc48106..04d084906652 100755
--- a/speech/apiv1p1beta1/speechpb/cloud_speech_adaptation.pb.go
+++ b/speech/apiv1p1beta1/speechpb/cloud_speech_adaptation.pb.go
@@ -22,9 +22,6 @@ package speechpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/speech/apiv1p1beta1/speechpb/resource.pb.go b/speech/apiv1p1beta1/speechpb/resource.pb.go
index fc16edff24fa..f5301d58654d 100755
--- a/speech/apiv1p1beta1/speechpb/resource.pb.go
+++ b/speech/apiv1p1beta1/speechpb/resource.pb.go
@@ -21,12 +21,11 @@
package speechpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/speech/apiv2/doc.go b/speech/apiv2/doc.go
index 935f05235981..e154292ad16b 100755
--- a/speech/apiv2/doc.go
+++ b/speech/apiv2/doc.go
@@ -19,66 +19,65 @@
//
// Converts audio to text by applying powerful neural network models.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := speech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := speech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := speech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &speechpb.CreateRecognizerRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/speech/apiv2/speechpb#CreateRecognizerRequest.
-// }
-// op, err := c.CreateRecognizer(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := speech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &speechpb.CreateRecognizerRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/speech/apiv2/speechpb#CreateRecognizerRequest.
+// }
+// op, err := c.CreateRecognizer(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/speech/apiv2/speechpb/cloud_speech.pb.go b/speech/apiv2/speechpb/cloud_speech.pb.go
index 8fb82088b3d6..798a1b40cd98 100755
--- a/speech/apiv2/speechpb/cloud_speech.pb.go
+++ b/speech/apiv2/speechpb/cloud_speech.pb.go
@@ -21,11 +21,8 @@
package speechpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -3667,39 +3666,39 @@ func (x *StreamingRecognitionResult) GetLanguageCode() string {
//
// 2. results { alternatives { transcript: "to be a" } stability: 0.01 }
//
-// 3. results { alternatives { transcript: "to be" } stability: 0.9 }
-// results { alternatives { transcript: " or not to be" } stability: 0.01 }
+// 3. results { alternatives { transcript: "to be" } stability: 0.9 }
+// results { alternatives { transcript: " or not to be" } stability: 0.01 }
//
-// 4. results { alternatives { transcript: "to be or not to be"
-// confidence: 0.92 }
-// alternatives { transcript: "to bee or not to bee" }
-// is_final: true }
+// 4. results { alternatives { transcript: "to be or not to be"
+// confidence: 0.92 }
+// alternatives { transcript: "to bee or not to bee" }
+// is_final: true }
//
// 5. results { alternatives { transcript: " that's" } stability: 0.01 }
//
-// 6. results { alternatives { transcript: " that is" } stability: 0.9 }
-// results { alternatives { transcript: " the question" } stability: 0.01 }
+// 6. results { alternatives { transcript: " that is" } stability: 0.9 }
+// results { alternatives { transcript: " the question" } stability: 0.01 }
//
-// 7. results { alternatives { transcript: " that is the question"
-// confidence: 0.98 }
-// alternatives { transcript: " that was the question" }
-// is_final: true }
+// 7. results { alternatives { transcript: " that is the question"
+// confidence: 0.98 }
+// alternatives { transcript: " that was the question" }
+// is_final: true }
//
// Notes:
//
-// - Only two of the above responses #4 and #7 contain final results; they are
-// indicated by `is_final: true`. Concatenating these together generates the
-// full transcript: "to be or not to be that is the question".
+// - Only two of the above responses #4 and #7 contain final results; they are
+// indicated by `is_final: true`. Concatenating these together generates the
+// full transcript: "to be or not to be that is the question".
//
-// - The others contain interim `results`. #3 and #6 contain two interim
-// `results`: the first portion has a high stability and is less likely to
-// change; the second portion has a low stability and is very likely to
-// change. A UI designer might choose to show only high stability `results`.
+// - The others contain interim `results`. #3 and #6 contain two interim
+// `results`: the first portion has a high stability and is less likely to
+// change; the second portion has a low stability and is very likely to
+// change. A UI designer might choose to show only high stability `results`.
//
-// - The specific `stability` and `confidence` values shown above are only for
-// illustrative purposes. Actual values may vary.
+// - The specific `stability` and `confidence` values shown above are only for
+// illustrative purposes. Actual values may vary.
//
-// - In each response, only one of these fields will be set:
+// - In each response, only one of these fields will be set:
// `error`,
// `speech_event_type`, or
// one or more (repeated) `results`.
diff --git a/storagetransfer/apiv1/doc.go b/storagetransfer/apiv1/doc.go
index 724ba0634bca..6d25e5362141 100755
--- a/storagetransfer/apiv1/doc.go
+++ b/storagetransfer/apiv1/doc.go
@@ -20,59 +20,58 @@
// Transfers data from external data sources to a Google Cloud Storage bucket
// or between Google Cloud Storage buckets.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storagetransfer.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storagetransfer.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := storagetransfer.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &storagetransferpb.GetGoogleServiceAccountRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/storagetransfer/apiv1/storagetransferpb#GetGoogleServiceAccountRequest.
-// }
-// resp, err := c.GetGoogleServiceAccount(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := storagetransfer.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &storagetransferpb.GetGoogleServiceAccountRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/storagetransfer/apiv1/storagetransferpb#GetGoogleServiceAccountRequest.
+// }
+// resp, err := c.GetGoogleServiceAccount(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/storagetransfer/apiv1/storagetransferpb/transfer.pb.go b/storagetransfer/apiv1/storagetransferpb/transfer.pb.go
index 9b35d749b1cd..5a54cacdbf94 100755
--- a/storagetransfer/apiv1/storagetransferpb/transfer.pb.go
+++ b/storagetransfer/apiv1/storagetransferpb/transfer.pb.go
@@ -21,11 +21,8 @@
package storagetransferpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/storagetransfer/apiv1/storagetransferpb/transfer_types.pb.go b/storagetransfer/apiv1/storagetransferpb/transfer_types.pb.go
index 4f8d021d133f..04767efa2bdb 100755
--- a/storagetransfer/apiv1/storagetransferpb/transfer_types.pb.go
+++ b/storagetransfer/apiv1/storagetransferpb/transfer_types.pb.go
@@ -21,9 +21,6 @@
package storagetransferpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
code "google.golang.org/genproto/googleapis/rpc/code"
date "google.golang.org/genproto/googleapis/type/date"
@@ -32,6 +29,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/doc.go b/talent/apiv4/doc.go
index 9fcc90f79e64..cef443a25c1e 100755
--- a/talent/apiv4/doc.go
+++ b/talent/apiv4/doc.go
@@ -20,59 +20,58 @@
// Cloud Talent Solution provides the capability to create, read, update, and
// delete job postings, as well as search jobs based on keywords and filters.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := talent.NewCompanyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := talent.NewCompanyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := talent.NewCompanyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &talentpb.CreateCompanyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/talent/apiv4/talentpb#CreateCompanyRequest.
-// }
-// resp, err := c.CreateCompany(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := talent.NewCompanyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &talentpb.CreateCompanyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/talent/apiv4/talentpb#CreateCompanyRequest.
+// }
+// resp, err := c.CreateCompany(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewCompanyClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/talent/apiv4/talentpb/common.pb.go b/talent/apiv4/talentpb/common.pb.go
index 14ff755b4ad9..f583a29c078e 100755
--- a/talent/apiv4/talentpb/common.pb.go
+++ b/talent/apiv4/talentpb/common.pb.go
@@ -21,9 +21,6 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
latlng "google.golang.org/genproto/googleapis/type/latlng"
money "google.golang.org/genproto/googleapis/type/money"
@@ -32,6 +29,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/company.pb.go b/talent/apiv4/talentpb/company.pb.go
index c6ef3f7692f2..98d1add31d15 100755
--- a/talent/apiv4/talentpb/company.pb.go
+++ b/talent/apiv4/talentpb/company.pb.go
@@ -21,12 +21,11 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/company_service.pb.go b/talent/apiv4/talentpb/company_service.pb.go
index 5fa620767e0f..c65612e845bf 100755
--- a/talent/apiv4/talentpb/company_service.pb.go
+++ b/talent/apiv4/talentpb/company_service.pb.go
@@ -22,9 +22,6 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/completion_service.pb.go b/talent/apiv4/talentpb/completion_service.pb.go
index 15ede23be4c8..164482104cf2 100755
--- a/talent/apiv4/talentpb/completion_service.pb.go
+++ b/talent/apiv4/talentpb/completion_service.pb.go
@@ -22,15 +22,14 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/event.pb.go b/talent/apiv4/talentpb/event.pb.go
index cbe859767cfd..b7cfa413e832 100755
--- a/talent/apiv4/talentpb/event.pb.go
+++ b/talent/apiv4/talentpb/event.pb.go
@@ -21,13 +21,12 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/event_service.pb.go b/talent/apiv4/talentpb/event_service.pb.go
index 08f69d5e6dae..201303388e8b 100755
--- a/talent/apiv4/talentpb/event_service.pb.go
+++ b/talent/apiv4/talentpb/event_service.pb.go
@@ -22,15 +22,14 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/filters.pb.go b/talent/apiv4/talentpb/filters.pb.go
index 42389cbe7a56..b01839a321ff 100755
--- a/talent/apiv4/talentpb/filters.pb.go
+++ b/talent/apiv4/talentpb/filters.pb.go
@@ -21,15 +21,14 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
latlng "google.golang.org/genproto/googleapis/type/latlng"
timeofday "google.golang.org/genproto/googleapis/type/timeofday"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/histogram.pb.go b/talent/apiv4/talentpb/histogram.pb.go
index 2b2bdea9c49e..af7b05056636 100755
--- a/talent/apiv4/talentpb/histogram.pb.go
+++ b/talent/apiv4/talentpb/histogram.pb.go
@@ -21,11 +21,10 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/job.pb.go b/talent/apiv4/talentpb/job.pb.go
index 46172e29d301..fcf6a17f1cc4 100755
--- a/talent/apiv4/talentpb/job.pb.go
+++ b/talent/apiv4/talentpb/job.pb.go
@@ -21,13 +21,12 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/job_service.pb.go b/talent/apiv4/talentpb/job_service.pb.go
index ad7446fa9ff3..7f819f9425d4 100755
--- a/talent/apiv4/talentpb/job_service.pb.go
+++ b/talent/apiv4/talentpb/job_service.pb.go
@@ -21,11 +21,8 @@
package talentpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/tenant.pb.go b/talent/apiv4/talentpb/tenant.pb.go
index d9ebe54f0520..b17fbb3dc517 100755
--- a/talent/apiv4/talentpb/tenant.pb.go
+++ b/talent/apiv4/talentpb/tenant.pb.go
@@ -21,12 +21,11 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4/talentpb/tenant_service.pb.go b/talent/apiv4/talentpb/tenant_service.pb.go
index 995e7f0ebaf8..f5d5866aeb0a 100755
--- a/talent/apiv4/talentpb/tenant_service.pb.go
+++ b/talent/apiv4/talentpb/tenant_service.pb.go
@@ -22,9 +22,6 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/doc.go b/talent/apiv4beta1/doc.go
index 05360ee6de5c..ea358fe02608 100755
--- a/talent/apiv4beta1/doc.go
+++ b/talent/apiv4beta1/doc.go
@@ -20,61 +20,60 @@
// Cloud Talent Solution provides the capability to create, read, update, and
// delete job postings, as well as search jobs based on keywords and filters.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := talent.NewCompanyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := talent.NewCompanyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := talent.NewCompanyClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &talentpb.CreateCompanyRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/talent/apiv4beta1/talentpb#CreateCompanyRequest.
-// }
-// resp, err := c.CreateCompany(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := talent.NewCompanyClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &talentpb.CreateCompanyRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/talent/apiv4beta1/talentpb#CreateCompanyRequest.
+// }
+// resp, err := c.CreateCompany(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewCompanyClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/talent/apiv4beta1/talentpb/batch.pb.go b/talent/apiv4beta1/talentpb/batch.pb.go
index f94e9a80bca6..f0a195a40750 100755
--- a/talent/apiv4beta1/talentpb/batch.pb.go
+++ b/talent/apiv4beta1/talentpb/batch.pb.go
@@ -21,10 +21,9 @@
package talentpb
import (
- reflect "reflect"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
)
const (
diff --git a/talent/apiv4beta1/talentpb/common.pb.go b/talent/apiv4beta1/talentpb/common.pb.go
index 8715d02a0252..d101222d17f2 100755
--- a/talent/apiv4beta1/talentpb/common.pb.go
+++ b/talent/apiv4beta1/talentpb/common.pb.go
@@ -21,9 +21,6 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
latlng "google.golang.org/genproto/googleapis/type/latlng"
money "google.golang.org/genproto/googleapis/type/money"
@@ -32,6 +29,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/company.pb.go b/talent/apiv4beta1/talentpb/company.pb.go
index 8e1dcccaaac5..475a0239c2cf 100755
--- a/talent/apiv4beta1/talentpb/company.pb.go
+++ b/talent/apiv4beta1/talentpb/company.pb.go
@@ -21,12 +21,11 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/company_service.pb.go b/talent/apiv4beta1/talentpb/company_service.pb.go
index e0a7a0828e36..e88d2c9ff8d7 100755
--- a/talent/apiv4beta1/talentpb/company_service.pb.go
+++ b/talent/apiv4beta1/talentpb/company_service.pb.go
@@ -22,9 +22,6 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/completion_service.pb.go b/talent/apiv4beta1/talentpb/completion_service.pb.go
index 864de5fa0aa5..c3205f6f5c42 100755
--- a/talent/apiv4beta1/talentpb/completion_service.pb.go
+++ b/talent/apiv4beta1/talentpb/completion_service.pb.go
@@ -22,15 +22,14 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/event.pb.go b/talent/apiv4beta1/talentpb/event.pb.go
index b7c99a9bab23..8005895a4bb4 100755
--- a/talent/apiv4beta1/talentpb/event.pb.go
+++ b/talent/apiv4beta1/talentpb/event.pb.go
@@ -21,13 +21,12 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/event_service.pb.go b/talent/apiv4beta1/talentpb/event_service.pb.go
index bcc15683be72..51065b0eb27b 100755
--- a/talent/apiv4beta1/talentpb/event_service.pb.go
+++ b/talent/apiv4beta1/talentpb/event_service.pb.go
@@ -22,15 +22,14 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/filters.pb.go b/talent/apiv4beta1/talentpb/filters.pb.go
index d7eeaaa77b4d..14fd34664628 100755
--- a/talent/apiv4beta1/talentpb/filters.pb.go
+++ b/talent/apiv4beta1/talentpb/filters.pb.go
@@ -21,15 +21,14 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
latlng "google.golang.org/genproto/googleapis/type/latlng"
timeofday "google.golang.org/genproto/googleapis/type/timeofday"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/histogram.pb.go b/talent/apiv4beta1/talentpb/histogram.pb.go
index af1e9eb4a9b2..ec13626a069d 100755
--- a/talent/apiv4beta1/talentpb/histogram.pb.go
+++ b/talent/apiv4beta1/talentpb/histogram.pb.go
@@ -21,11 +21,10 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/job.pb.go b/talent/apiv4beta1/talentpb/job.pb.go
index e8ba41c28ee1..d36a7f96dc3a 100755
--- a/talent/apiv4beta1/talentpb/job.pb.go
+++ b/talent/apiv4beta1/talentpb/job.pb.go
@@ -21,13 +21,12 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/job_service.pb.go b/talent/apiv4beta1/talentpb/job_service.pb.go
index d71ae9e28860..eec3ec9b8838 100755
--- a/talent/apiv4beta1/talentpb/job_service.pb.go
+++ b/talent/apiv4beta1/talentpb/job_service.pb.go
@@ -21,11 +21,8 @@
package talentpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/tenant.pb.go b/talent/apiv4beta1/talentpb/tenant.pb.go
index 71e89fc12320..b13edaa56420 100755
--- a/talent/apiv4beta1/talentpb/tenant.pb.go
+++ b/talent/apiv4beta1/talentpb/tenant.pb.go
@@ -21,12 +21,11 @@
package talentpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/talent/apiv4beta1/talentpb/tenant_service.pb.go b/talent/apiv4beta1/talentpb/tenant_service.pb.go
index d745f380dbaa..b15d8faf60ec 100755
--- a/talent/apiv4beta1/talentpb/tenant_service.pb.go
+++ b/talent/apiv4beta1/talentpb/tenant_service.pb.go
@@ -22,9 +22,6 @@ package talentpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/texttospeech/apiv1/doc.go b/texttospeech/apiv1/doc.go
index b5f385743e68..e6fe18563016 100755
--- a/texttospeech/apiv1/doc.go
+++ b/texttospeech/apiv1/doc.go
@@ -20,59 +20,58 @@
// Synthesizes natural-sounding speech by applying powerful neural network
// models.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := texttospeech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := texttospeech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := texttospeech.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &texttospeechpb.ListVoicesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/texttospeech/apiv1/texttospeechpb#ListVoicesRequest.
-// }
-// resp, err := c.ListVoices(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := texttospeech.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &texttospeechpb.ListVoicesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/texttospeech/apiv1/texttospeechpb#ListVoicesRequest.
+// }
+// resp, err := c.ListVoices(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/texttospeech/apiv1/texttospeechpb/cloud_tts.pb.go b/texttospeech/apiv1/texttospeechpb/cloud_tts.pb.go
index 7f55c7ffc58b..81526a414a7b 100755
--- a/texttospeech/apiv1/texttospeechpb/cloud_tts.pb.go
+++ b/texttospeech/apiv1/texttospeechpb/cloud_tts.pb.go
@@ -22,15 +22,14 @@ package texttospeechpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/texttospeech/apiv1/texttospeechpb/cloud_tts_lrs.pb.go b/texttospeech/apiv1/texttospeechpb/cloud_tts_lrs.pb.go
index 108e07c054c2..a626330c52e5 100755
--- a/texttospeech/apiv1/texttospeechpb/cloud_tts_lrs.pb.go
+++ b/texttospeech/apiv1/texttospeechpb/cloud_tts_lrs.pb.go
@@ -21,11 +21,8 @@
package texttospeechpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/tpu/apiv1/doc.go b/tpu/apiv1/doc.go
index d08b0e4d1aaa..9b0fefaa07c8 100755
--- a/tpu/apiv1/doc.go
+++ b/tpu/apiv1/doc.go
@@ -19,65 +19,64 @@
//
// TPU API provides customers with access to Google TPU technology.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := tpu.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := tpu.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := tpu.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &tpupb.ListNodesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/tpu/apiv1/tpupb#ListNodesRequest.
-// }
-// it := c.ListNodes(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := tpu.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &tpupb.ListNodesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/tpu/apiv1/tpupb#ListNodesRequest.
+// }
+// it := c.ListNodes(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/tpu/apiv1/tpu_client.go b/tpu/apiv1/tpu_client.go
index 263fe402c330..008cc6b671bb 100755
--- a/tpu/apiv1/tpu_client.go
+++ b/tpu/apiv1/tpu_client.go
@@ -127,7 +127,7 @@ type internalClient interface {
// Client is a client for interacting with Cloud TPU API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # Manages TPU nodes and other resources
+// Manages TPU nodes and other resources
//
// TPU API v1
type Client struct {
@@ -313,7 +313,7 @@ type gRPCClient struct {
// NewClient creates a new tpu client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # Manages TPU nodes and other resources
+// Manages TPU nodes and other resources
//
// TPU API v1
func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) {
diff --git a/tpu/apiv1/tpupb/cloud_tpu.pb.go b/tpu/apiv1/tpupb/cloud_tpu.pb.go
index 963b6c0f1b17..d82e6f5835b5 100755
--- a/tpu/apiv1/tpupb/cloud_tpu.pb.go
+++ b/tpu/apiv1/tpupb/cloud_tpu.pb.go
@@ -21,11 +21,8 @@
package tpupb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/video/livestream/apiv1/doc.go b/video/livestream/apiv1/doc.go
index 1756663c25d3..7e0801168af5 100755
--- a/video/livestream/apiv1/doc.go
+++ b/video/livestream/apiv1/doc.go
@@ -17,64 +17,63 @@
// Package livestream is an auto-generated package for the
// Live Stream API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := livestream.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := livestream.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := livestream.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &livestreampb.CreateChannelRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/video/livestream/apiv1/livestreampb#CreateChannelRequest.
-// }
-// op, err := c.CreateChannel(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := livestream.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &livestreampb.CreateChannelRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/video/livestream/apiv1/livestreampb#CreateChannelRequest.
+// }
+// op, err := c.CreateChannel(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/video/livestream/apiv1/livestreampb/outputs.pb.go b/video/livestream/apiv1/livestreampb/outputs.pb.go
index 005d0a9a1590..7d1c2d4ef08c 100755
--- a/video/livestream/apiv1/livestreampb/outputs.pb.go
+++ b/video/livestream/apiv1/livestreampb/outputs.pb.go
@@ -21,14 +21,13 @@
package livestreampb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
datetime "google.golang.org/genproto/googleapis/type/datetime"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/video/livestream/apiv1/livestreampb/resources.pb.go b/video/livestream/apiv1/livestreampb/resources.pb.go
index f02787988de9..b7d67a2e83c9 100755
--- a/video/livestream/apiv1/livestreampb/resources.pb.go
+++ b/video/livestream/apiv1/livestreampb/resources.pb.go
@@ -21,15 +21,14 @@
package livestreampb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/video/livestream/apiv1/livestreampb/service.pb.go b/video/livestream/apiv1/livestreampb/service.pb.go
index d2d6f2465a2a..86a3651a7bb9 100755
--- a/video/livestream/apiv1/livestreampb/service.pb.go
+++ b/video/livestream/apiv1/livestreampb/service.pb.go
@@ -21,11 +21,8 @@
package livestreampb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -35,6 +32,8 @@ import (
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/video/transcoder/apiv1/doc.go b/video/transcoder/apiv1/doc.go
index c97296045047..10c93bd05e2a 100755
--- a/video/transcoder/apiv1/doc.go
+++ b/video/transcoder/apiv1/doc.go
@@ -21,59 +21,58 @@
// distribution. For more information, see the TranscoderAPI overview (at
// https://cloud.google.com/transcoder/docs/concepts/overview).
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := transcoder.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := transcoder.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := transcoder.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &transcoderpb.CreateJobRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/video/transcoder/apiv1/transcoderpb#CreateJobRequest.
-// }
-// resp, err := c.CreateJob(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := transcoder.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &transcoderpb.CreateJobRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/video/transcoder/apiv1/transcoderpb#CreateJobRequest.
+// }
+// resp, err := c.CreateJob(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/video/transcoder/apiv1/transcoderpb/resources.pb.go b/video/transcoder/apiv1/transcoderpb/resources.pb.go
index 0049bfd13cf1..c31c0d104bf0 100755
--- a/video/transcoder/apiv1/transcoderpb/resources.pb.go
+++ b/video/transcoder/apiv1/transcoderpb/resources.pb.go
@@ -21,15 +21,14 @@
package transcoderpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/video/transcoder/apiv1/transcoderpb/services.pb.go b/video/transcoder/apiv1/transcoderpb/services.pb.go
index d93691efcd6e..149525a9ac2c 100755
--- a/video/transcoder/apiv1/transcoderpb/services.pb.go
+++ b/video/transcoder/apiv1/transcoderpb/services.pb.go
@@ -22,9 +22,6 @@ package transcoderpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/videointelligence/apiv1/doc.go b/videointelligence/apiv1/doc.go
index c85d3441a71c..218cc4f1bf0c 100755
--- a/videointelligence/apiv1/doc.go
+++ b/videointelligence/apiv1/doc.go
@@ -21,64 +21,63 @@
// specifies the region for annotation and transcribes speech to text.
// Supports both asynchronous API and streaming API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := videointelligence.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := videointelligence.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := videointelligence.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &videointelligencepb.AnnotateVideoRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/videointelligence/apiv1/videointelligencepb#AnnotateVideoRequest.
-// }
-// op, err := c.AnnotateVideo(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := videointelligence.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &videointelligencepb.AnnotateVideoRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/videointelligence/apiv1/videointelligencepb#AnnotateVideoRequest.
+// }
+// op, err := c.AnnotateVideo(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/videointelligence/apiv1/videointelligencepb/video_intelligence.pb.go b/videointelligence/apiv1/videointelligencepb/video_intelligence.pb.go
index d4300e1bb76b..0bcfa27375ed 100755
--- a/videointelligence/apiv1/videointelligencepb/video_intelligence.pb.go
+++ b/videointelligence/apiv1/videointelligencepb/video_intelligence.pb.go
@@ -21,11 +21,8 @@
package videointelligencepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -2992,17 +2991,15 @@ func (x *NormalizedVertex) GetY() float32 {
// Contains list of the corner points in clockwise order starting from
// top-left corner. For example, for a rectangular bounding box:
// When the text is horizontal it might look like:
-//
-// 0----1
-// | |
-// 3----2
+// 0----1
+// | |
+// 3----2
//
// When it's clockwise rotated 180 degrees around the top-left corner it
// becomes:
-//
-// 2----3
-// | |
-// 1----0
+// 2----3
+// | |
+// 1----0
//
// and the vertex order will still be (0, 1, 2, 3). Note that values can be less
// than 0, or greater than 1 due to trignometric calculations for location of
diff --git a/videointelligence/apiv1beta2/doc.go b/videointelligence/apiv1beta2/doc.go
index d81642d04706..80c06d20735a 100755
--- a/videointelligence/apiv1beta2/doc.go
+++ b/videointelligence/apiv1beta2/doc.go
@@ -21,66 +21,65 @@
// specifies the region for annotation and transcribes speech to text.
// Supports both asynchronous API and streaming API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := videointelligence.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := videointelligence.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := videointelligence.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &videointelligencepb.AnnotateVideoRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/videointelligence/apiv1beta2/videointelligencepb#AnnotateVideoRequest.
-// }
-// op, err := c.AnnotateVideo(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := videointelligence.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &videointelligencepb.AnnotateVideoRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/videointelligence/apiv1beta2/videointelligencepb#AnnotateVideoRequest.
+// }
+// op, err := c.AnnotateVideo(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/videointelligence/apiv1beta2/videointelligencepb/video_intelligence.pb.go b/videointelligence/apiv1beta2/videointelligencepb/video_intelligence.pb.go
index c4f822fbe683..1aa8e98c85c0 100755
--- a/videointelligence/apiv1beta2/videointelligencepb/video_intelligence.pb.go
+++ b/videointelligence/apiv1beta2/videointelligencepb/video_intelligence.pb.go
@@ -22,11 +22,8 @@
package videointelligencepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -36,6 +33,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/videointelligence/apiv1p3beta1/doc.go b/videointelligence/apiv1p3beta1/doc.go
index 29a45386aa14..803afd91343f 100755
--- a/videointelligence/apiv1p3beta1/doc.go
+++ b/videointelligence/apiv1p3beta1/doc.go
@@ -21,66 +21,65 @@
// specifies the region for annotation and transcribes speech to text.
// Supports both asynchronous API and streaming API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := videointelligence.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := videointelligence.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := videointelligence.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &videointelligencepb.AnnotateVideoRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb#AnnotateVideoRequest.
-// }
-// op, err := c.AnnotateVideo(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := videointelligence.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &videointelligencepb.AnnotateVideoRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/videointelligence/apiv1p3beta1/videointelligencepb#AnnotateVideoRequest.
+// }
+// op, err := c.AnnotateVideo(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/videointelligence/apiv1p3beta1/videointelligencepb/video_intelligence.pb.go b/videointelligence/apiv1p3beta1/videointelligencepb/video_intelligence.pb.go
index f8c94160626b..5987e2327a89 100755
--- a/videointelligence/apiv1p3beta1/videointelligencepb/video_intelligence.pb.go
+++ b/videointelligence/apiv1p3beta1/videointelligencepb/video_intelligence.pb.go
@@ -21,11 +21,8 @@
package videointelligencepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
status "google.golang.org/genproto/googleapis/rpc/status"
grpc "google.golang.org/grpc"
@@ -35,6 +32,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
durationpb "google.golang.org/protobuf/types/known/durationpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
@@ -3029,17 +3028,15 @@ func (x *NormalizedVertex) GetY() float32 {
// Contains list of the corner points in clockwise order starting from
// top-left corner. For example, for a rectangular bounding box:
// When the text is horizontal it might look like:
-//
-// 0----1
-// | |
-// 3----2
+// 0----1
+// | |
+// 3----2
//
// When it's clockwise rotated 180 degrees around the top-left corner it
// becomes:
-//
-// 2----3
-// | |
-// 1----0
+// 2----3
+// | |
+// 1----0
//
// and the vertex order will still be (0, 1, 2, 3). Note that values can be less
// than 0, or greater than 1 due to trignometric calculations for location of
diff --git a/vmmigration/apiv1/doc.go b/vmmigration/apiv1/doc.go
index 2bab7a77359a..918b945af830 100755
--- a/vmmigration/apiv1/doc.go
+++ b/vmmigration/apiv1/doc.go
@@ -20,65 +20,64 @@
// Use the Migrate to Virtual Machines API to programmatically migrate
// workloads.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := vmmigration.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := vmmigration.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := vmmigration.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &vmmigrationpb.ListSourcesRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/vmmigration/apiv1/vmmigrationpb#ListSourcesRequest.
-// }
-// it := c.ListSources(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := vmmigration.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &vmmigrationpb.ListSourcesRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/vmmigration/apiv1/vmmigrationpb#ListSourcesRequest.
+// }
+// it := c.ListSources(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/vmmigration/apiv1/iam_policy_client.go b/vmmigration/apiv1/iam_policy_client.go
index 0bdee051a999..9f6558966a97 100755
--- a/vmmigration/apiv1/iam_policy_client.go
+++ b/vmmigration/apiv1/iam_policy_client.go
@@ -115,7 +115,7 @@ type internalIamPolicyClient interface {
// IamPolicyClient is a client for interacting with VM Migration API.
// Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -131,7 +131,7 @@ type internalIamPolicyClient interface {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -250,7 +250,7 @@ type iamPolicyGRPCClient struct {
// NewIamPolicyClient creates a new iam policy client based on gRPC.
// The returned client must be Closed when it is done being used to clean up its underlying connections.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -266,7 +266,7 @@ type iamPolicyGRPCClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
@@ -347,7 +347,7 @@ type iamPolicyRESTClient struct {
// NewIamPolicyRESTClient creates a new iam policy rest client.
//
-// # API Overview
+// API Overview
//
// Manages Identity and Access Management (IAM) policies.
//
@@ -363,7 +363,7 @@ type iamPolicyRESTClient struct {
// specified only at the Table level, whereas another might allow access control
// to also be specified at the Column level.
//
-// # Policy StructureSee google.iam.v1.Policy
+// Policy StructureSee google.iam.v1.Policy
//
// This is intentionally not a CRUD style API because access control policies
// are created and deleted implicitly with the resources to which they are
diff --git a/vmmigration/apiv1/vmmigrationpb/vmmigration.pb.go b/vmmigration/apiv1/vmmigrationpb/vmmigration.pb.go
index a31af61b2576..f570d022d941 100755
--- a/vmmigration/apiv1/vmmigrationpb/vmmigration.pb.go
+++ b/vmmigration/apiv1/vmmigrationpb/vmmigration.pb.go
@@ -21,11 +21,8 @@
package vmmigrationpb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
errdetails "google.golang.org/genproto/googleapis/rpc/errdetails"
status "google.golang.org/genproto/googleapis/rpc/status"
@@ -37,6 +34,8 @@ import (
durationpb "google.golang.org/protobuf/types/known/durationpb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/vmwareengine/apiv1/doc.go b/vmwareengine/apiv1/doc.go
index 21dfb95f558e..2ef0a7cd4675 100755
--- a/vmwareengine/apiv1/doc.go
+++ b/vmwareengine/apiv1/doc.go
@@ -20,67 +20,66 @@
// The Google VMware Engine API lets you programmatically manage VMware
// environments.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := vmwareengine.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := vmwareengine.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := vmwareengine.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &vmwareenginepb.ListPrivateCloudsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/vmwareengine/apiv1/vmwareenginepb#ListPrivateCloudsRequest.
-// }
-// it := c.ListPrivateClouds(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := vmwareengine.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &vmwareenginepb.ListPrivateCloudsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/vmwareengine/apiv1/vmwareenginepb#ListPrivateCloudsRequest.
+// }
+// it := c.ListPrivateClouds(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/vmwareengine/apiv1/vmwareenginepb/vmwareengine.pb.go b/vmwareengine/apiv1/vmwareenginepb/vmwareengine.pb.go
index 0431fe707afd..a1f06e1cd93b 100755
--- a/vmwareengine/apiv1/vmwareenginepb/vmwareengine.pb.go
+++ b/vmwareengine/apiv1/vmwareenginepb/vmwareengine.pb.go
@@ -21,11 +21,8 @@
package vmwareenginepb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/vmwareengine/apiv1/vmwareenginepb/vmwareengine_resources.pb.go b/vmwareengine/apiv1/vmwareenginepb/vmwareengine_resources.pb.go
index e6750fcd24d3..d428c705eeb8 100755
--- a/vmwareengine/apiv1/vmwareenginepb/vmwareengine_resources.pb.go
+++ b/vmwareengine/apiv1/vmwareenginepb/vmwareengine_resources.pb.go
@@ -21,13 +21,12 @@
package vmwareenginepb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/vpcaccess/apiv1/doc.go b/vpcaccess/apiv1/doc.go
index 5e5dcea129ef..e725933264db 100755
--- a/vpcaccess/apiv1/doc.go
+++ b/vpcaccess/apiv1/doc.go
@@ -19,64 +19,63 @@
//
// API for managing VPC access connectors.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := vpcaccess.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := vpcaccess.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := vpcaccess.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &vpcaccesspb.CreateConnectorRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/vpcaccess/apiv1/vpcaccesspb#CreateConnectorRequest.
-// }
-// op, err := c.CreateConnector(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-//
-// resp, err := op.Wait(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := vpcaccess.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &vpcaccesspb.CreateConnectorRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/vpcaccess/apiv1/vpcaccesspb#CreateConnectorRequest.
+// }
+// op, err := c.CreateConnector(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+//
+// resp, err := op.Wait(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/vpcaccess/apiv1/vpcaccesspb/vpc_access.pb.go b/vpcaccess/apiv1/vpcaccesspb/vpc_access.pb.go
index 374c758bd89c..bf0533d31b4d 100755
--- a/vpcaccess/apiv1/vpcaccesspb/vpc_access.pb.go
+++ b/vpcaccess/apiv1/vpcaccesspb/vpc_access.pb.go
@@ -21,11 +21,8 @@
package vpcaccesspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/webrisk/apiv1/doc.go b/webrisk/apiv1/doc.go
index af499fe7f010..1f521c432130 100755
--- a/webrisk/apiv1/doc.go
+++ b/webrisk/apiv1/doc.go
@@ -17,59 +17,58 @@
// Package webrisk is an auto-generated package for the
// Web Risk API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := webrisk.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := webrisk.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := webrisk.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &webriskpb.ComputeThreatListDiffRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/webrisk/apiv1/webriskpb#ComputeThreatListDiffRequest.
-// }
-// resp, err := c.ComputeThreatListDiff(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := webrisk.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &webriskpb.ComputeThreatListDiffRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/webrisk/apiv1/webriskpb#ComputeThreatListDiffRequest.
+// }
+// resp, err := c.ComputeThreatListDiff(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/webrisk/apiv1/webriskpb/webrisk.pb.go b/webrisk/apiv1/webriskpb/webrisk.pb.go
index b6a81e873558..9f91c65ef5bb 100755
--- a/webrisk/apiv1/webriskpb/webrisk.pb.go
+++ b/webrisk/apiv1/webriskpb/webrisk.pb.go
@@ -22,9 +22,6 @@ package webriskpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/webrisk/apiv1beta1/doc.go b/webrisk/apiv1beta1/doc.go
index 08cc3829566a..3e5753f1a5df 100755
--- a/webrisk/apiv1beta1/doc.go
+++ b/webrisk/apiv1beta1/doc.go
@@ -17,61 +17,60 @@
// Package webrisk is an auto-generated package for the
// Web Risk API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := webrisk.NewWebRiskServiceV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := webrisk.NewWebRiskServiceV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := webrisk.NewWebRiskServiceV1Beta1Client(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &webriskpb.ComputeThreatListDiffRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/webrisk/apiv1beta1/webriskpb#ComputeThreatListDiffRequest.
-// }
-// resp, err := c.ComputeThreatListDiff(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := webrisk.NewWebRiskServiceV1Beta1Client(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &webriskpb.ComputeThreatListDiffRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/webrisk/apiv1beta1/webriskpb#ComputeThreatListDiffRequest.
+// }
+// resp, err := c.ComputeThreatListDiff(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewWebRiskServiceV1Beta1Client is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/webrisk/apiv1beta1/webriskpb/webrisk.pb.go b/webrisk/apiv1beta1/webriskpb/webrisk.pb.go
index b9538aab2191..9e47fef170ee 100755
--- a/webrisk/apiv1beta1/webriskpb/webrisk.pb.go
+++ b/webrisk/apiv1beta1/webriskpb/webrisk.pb.go
@@ -23,9 +23,6 @@ package webriskpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/doc.go b/websecurityscanner/apiv1/doc.go
index ee3e8dd4ded3..bb0ad0307faa 100755
--- a/websecurityscanner/apiv1/doc.go
+++ b/websecurityscanner/apiv1/doc.go
@@ -19,59 +19,58 @@
//
// Scans your Compute and App Engine apps for common web vulnerabilities.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := websecurityscanner.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := websecurityscanner.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := websecurityscanner.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &websecurityscannerpb.CreateScanConfigRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/websecurityscanner/apiv1/websecurityscannerpb#CreateScanConfigRequest.
-// }
-// resp, err := c.CreateScanConfig(ctx, req)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := websecurityscanner.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &websecurityscannerpb.CreateScanConfigRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/websecurityscanner/apiv1/websecurityscannerpb#CreateScanConfigRequest.
+// }
+// resp, err := c.CreateScanConfig(ctx, req)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/crawled_url.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/crawled_url.pb.go
index 870f052f33d9..ee35842bcc67 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/crawled_url.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/crawled_url.pb.go
@@ -21,11 +21,10 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/finding.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/finding.pb.go
index 1a517bf98594..dcc5f3853716 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/finding.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/finding.pb.go
@@ -21,12 +21,11 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/finding_addon.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/finding_addon.pb.go
index 17a4091555fc..38517cace816 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/finding_addon.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/finding_addon.pb.go
@@ -21,11 +21,10 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/finding_type_stats.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/finding_type_stats.pb.go
index 19fe7b6adea6..bf240625f8f1 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/finding_type_stats.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/finding_type_stats.pb.go
@@ -21,11 +21,10 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/scan_config.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/scan_config.pb.go
index 26338af0669f..cae37b3437a2 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/scan_config.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/scan_config.pb.go
@@ -21,13 +21,12 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/scan_config_error.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/scan_config_error.pb.go
index d1cbacc80a68..15ee3315528e 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/scan_config_error.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/scan_config_error.pb.go
@@ -21,11 +21,10 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/scan_run.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/scan_run.pb.go
index beeda42f16bb..cdb4b2e70ce7 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/scan_run.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/scan_run.pb.go
@@ -21,12 +21,11 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/scan_run_error_trace.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/scan_run_error_trace.pb.go
index adb461db4f16..feb1823ceb64 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/scan_run_error_trace.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/scan_run_error_trace.pb.go
@@ -21,11 +21,10 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/scan_run_log.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/scan_run_log.pb.go
index 43e672200808..c8b33998d5cc 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/scan_run_log.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/scan_run_log.pb.go
@@ -21,11 +21,10 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/scan_run_warning_trace.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/scan_run_warning_trace.pb.go
index 39a756a01474..bb2a8d34f7b6 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/scan_run_warning_trace.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/scan_run_warning_trace.pb.go
@@ -21,11 +21,10 @@
package websecurityscannerpb
import (
- reflect "reflect"
- sync "sync"
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/websecurityscanner/apiv1/websecurityscannerpb/web_security_scanner.pb.go b/websecurityscanner/apiv1/websecurityscannerpb/web_security_scanner.pb.go
index 80fe27e55869..92608edcc551 100755
--- a/websecurityscanner/apiv1/websecurityscannerpb/web_security_scanner.pb.go
+++ b/websecurityscanner/apiv1/websecurityscannerpb/web_security_scanner.pb.go
@@ -22,9 +22,6 @@ package websecurityscannerpb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -33,6 +30,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/workflows/apiv1/doc.go b/workflows/apiv1/doc.go
index 96b31975b6ef..d7407836c49e 100755
--- a/workflows/apiv1/doc.go
+++ b/workflows/apiv1/doc.go
@@ -20,65 +20,64 @@
// Manage workflow definitions. To execute workflows and manage executions,
// see the Workflows Executions API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := workflows.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := workflows.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := workflows.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &workflowspb.ListWorkflowsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/workflows/apiv1/workflowspb#ListWorkflowsRequest.
-// }
-// it := c.ListWorkflows(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := workflows.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &workflowspb.ListWorkflowsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/workflows/apiv1/workflowspb#ListWorkflowsRequest.
+// }
+// it := c.ListWorkflows(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/workflows/apiv1/workflowspb/workflows.pb.go b/workflows/apiv1/workflowspb/workflows.pb.go
index 6fd1815c3738..f86c1f97067c 100755
--- a/workflows/apiv1/workflowspb/workflows.pb.go
+++ b/workflows/apiv1/workflowspb/workflows.pb.go
@@ -21,11 +21,8 @@
package workflowspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/workflows/apiv1beta/doc.go b/workflows/apiv1beta/doc.go
index f286a5bd87b3..840d6423a4ab 100755
--- a/workflows/apiv1beta/doc.go
+++ b/workflows/apiv1beta/doc.go
@@ -20,67 +20,66 @@
// Manage workflow definitions. To execute workflows and manage executions,
// see the Workflows Executions API.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := workflows.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := workflows.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := workflows.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &workflowspb.ListWorkflowsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/workflows/apiv1beta/workflowspb#ListWorkflowsRequest.
-// }
-// it := c.ListWorkflows(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := workflows.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &workflowspb.ListWorkflowsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/workflows/apiv1beta/workflowspb#ListWorkflowsRequest.
+// }
+// it := c.ListWorkflows(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/workflows/apiv1beta/workflowspb/workflows.pb.go b/workflows/apiv1beta/workflowspb/workflows.pb.go
index ccfc36cbaf7c..0c0fbb928200 100755
--- a/workflows/apiv1beta/workflowspb/workflows.pb.go
+++ b/workflows/apiv1beta/workflowspb/workflows.pb.go
@@ -21,11 +21,8 @@
package workflowspb
import (
- context "context"
- reflect "reflect"
- sync "sync"
-
longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb"
+ context "context"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -34,6 +31,8 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/workflows/executions/apiv1/doc.go b/workflows/executions/apiv1/doc.go
index 470157a07d25..cbc330dd7235 100755
--- a/workflows/executions/apiv1/doc.go
+++ b/workflows/executions/apiv1/doc.go
@@ -19,65 +19,64 @@
//
// Execute workflows created with Workflows API.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := executions.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := executions.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := executions.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &executionspb.ListExecutionsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/workflows/executions/apiv1/executionspb#ListExecutionsRequest.
-// }
-// it := c.ListExecutions(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := executions.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &executionspb.ListExecutionsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/workflows/executions/apiv1/executionspb#ListExecutionsRequest.
+// }
+// it := c.ListExecutions(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/workflows/executions/apiv1/executionspb/executions.pb.go b/workflows/executions/apiv1/executionspb/executions.pb.go
index e67389523fff..88aba8ee8b2f 100755
--- a/workflows/executions/apiv1/executionspb/executions.pb.go
+++ b/workflows/executions/apiv1/executionspb/executions.pb.go
@@ -22,9 +22,6 @@ package executionspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (
diff --git a/workflows/executions/apiv1beta/doc.go b/workflows/executions/apiv1beta/doc.go
index 0e780b696a03..3622f793e40b 100755
--- a/workflows/executions/apiv1beta/doc.go
+++ b/workflows/executions/apiv1beta/doc.go
@@ -19,67 +19,66 @@
//
// Manages user-provided workflows.
//
-// NOTE: This package is in beta. It is not stable, and may be subject to changes.
+// NOTE: This package is in beta. It is not stable, and may be subject to changes.
//
-// # General documentation
+// General documentation
//
// For information about setting deadlines, reusing contexts, and more
// please visit https://pkg.go.dev/cloud.google.com/go.
//
-// # Example usage
+// Example usage
//
// To get started with this package, create a client.
-//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := executions.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := executions.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
//
// The client will use your default application credentials. Clients should be reused instead of created as needed.
// The methods of Client are safe for concurrent use by multiple goroutines.
// The returned client must be Closed when it is done being used.
//
-// # Using the Client
+// Using the Client
//
// The following is an example of making an API call with the newly created client.
//
-// ctx := context.Background()
-// // This snippet has been automatically generated and should be regarded as a code template only.
-// // It will require modifications to work:
-// // - It may require correct/in-range values for request initialization.
-// // - It may require specifying regional endpoints when creating the service client as shown in:
-// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
-// c, err := executions.NewClient(ctx)
-// if err != nil {
-// // TODO: Handle error.
-// }
-// defer c.Close()
-//
-// req := &executionspb.ListExecutionsRequest{
-// // TODO: Fill request struct fields.
-// // See https://pkg.go.dev/cloud.google.com/go/workflows/executions/apiv1beta/executionspb#ListExecutionsRequest.
-// }
-// it := c.ListExecutions(ctx, req)
-// for {
-// resp, err := it.Next()
-// if err == iterator.Done {
-// break
-// }
-// if err != nil {
-// // TODO: Handle error.
-// }
-// // TODO: Use resp.
-// _ = resp
-// }
-//
-// # Use of Context
+// ctx := context.Background()
+// // This snippet has been automatically generated and should be regarded as a code template only.
+// // It will require modifications to work:
+// // - It may require correct/in-range values for request initialization.
+// // - It may require specifying regional endpoints when creating the service client as shown in:
+// // https://pkg.go.dev/cloud.google.com/go#hdr-Client_Options
+// c, err := executions.NewClient(ctx)
+// if err != nil {
+// // TODO: Handle error.
+// }
+// defer c.Close()
+//
+// req := &executionspb.ListExecutionsRequest{
+// // TODO: Fill request struct fields.
+// // See https://pkg.go.dev/cloud.google.com/go/workflows/executions/apiv1beta/executionspb#ListExecutionsRequest.
+// }
+// it := c.ListExecutions(ctx, req)
+// for {
+// resp, err := it.Next()
+// if err == iterator.Done {
+// break
+// }
+// if err != nil {
+// // TODO: Handle error.
+// }
+// // TODO: Use resp.
+// _ = resp
+// }
+//
+// Use of Context
//
// The ctx passed to NewClient is used for authentication requests and
// for creating the underlying connection, but is not used for subsequent calls.
diff --git a/workflows/executions/apiv1beta/executionspb/executions.pb.go b/workflows/executions/apiv1beta/executionspb/executions.pb.go
index c362562810b3..bd79bc9f54ec 100755
--- a/workflows/executions/apiv1beta/executionspb/executions.pb.go
+++ b/workflows/executions/apiv1beta/executionspb/executions.pb.go
@@ -22,9 +22,6 @@ package executionspb
import (
context "context"
- reflect "reflect"
- sync "sync"
-
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
@@ -32,6 +29,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
+ reflect "reflect"
+ sync "sync"
)
const (