package datapolicies
import "google.golang.org/genproto/googleapis/cloud/bigquery/datapolicies/v1beta1"
Package datapolicies aliases all exported identifiers in package "cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb".
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterDataPolicyServiceServer(s *grpc.Server, srv DataPolicyServiceServer)
- type CreateDataPolicyRequest
- type DataMaskingPolicy
- type DataMaskingPolicy_PredefinedExpression
- type DataMaskingPolicy_PredefinedExpression_
- type DataPolicy
- type DataPolicyServiceClient
- type DataPolicyServiceServer
- type DataPolicy_DataMaskingPolicy
- type DataPolicy_DataPolicyType
- type DataPolicy_PolicyTag
- type DeleteDataPolicyRequest
- type GetDataPolicyRequest
- type ListDataPoliciesRequest
- type ListDataPoliciesResponse
- type UnimplementedDataPolicyServiceServer
- type UpdateDataPolicyRequest
Constants ¶
const ( DataMaskingPolicy_ALWAYS_NULL = src.DataMaskingPolicy_ALWAYS_NULL DataMaskingPolicy_DEFAULT_MASKING_VALUE = src.DataMaskingPolicy_DEFAULT_MASKING_VALUE DataMaskingPolicy_PREDEFINED_EXPRESSION_UNSPECIFIED = src.DataMaskingPolicy_PREDEFINED_EXPRESSION_UNSPECIFIED DataMaskingPolicy_SHA256 = src.DataMaskingPolicy_SHA256 DataPolicy_COLUMN_LEVEL_SECURITY_POLICY = src.DataPolicy_COLUMN_LEVEL_SECURITY_POLICY DataPolicy_DATA_MASKING_POLICY = src.DataPolicy_DATA_MASKING_POLICY DataPolicy_DATA_POLICY_TYPE_UNSPECIFIED = src.DataPolicy_DATA_POLICY_TYPE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
Variables ¶
var ( DataMaskingPolicy_PredefinedExpression_name = src.DataMaskingPolicy_PredefinedExpression_name DataMaskingPolicy_PredefinedExpression_value = src.DataMaskingPolicy_PredefinedExpression_value DataPolicy_DataPolicyType_name = src.DataPolicy_DataPolicyType_name DataPolicy_DataPolicyType_value = src.DataPolicy_DataPolicyType_value File_google_cloud_bigquery_datapolicies_v1beta1_datapolicy_proto = src.File_google_cloud_bigquery_datapolicies_v1beta1_datapolicy_proto )
Deprecated: Please use vars in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
Functions ¶
func RegisterDataPolicyServiceServer ¶
func RegisterDataPolicyServiceServer(s *grpc.Server, srv DataPolicyServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
Types ¶
type CreateDataPolicyRequest ¶
type CreateDataPolicyRequest = src.CreateDataPolicyRequest
Request message for the CreateDataPolicy method.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type DataMaskingPolicy ¶
type DataMaskingPolicy = src.DataMaskingPolicy
The data masking policy that is used to specify data masking rule.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type DataMaskingPolicy_PredefinedExpression ¶
type DataMaskingPolicy_PredefinedExpression = src.DataMaskingPolicy_PredefinedExpression
The available masking rules. Learn more here: https://cloud.google.com/bigquery/docs/column-data-masking-intro#masking_options.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type DataMaskingPolicy_PredefinedExpression_ ¶
type DataMaskingPolicy_PredefinedExpression_ = src.DataMaskingPolicy_PredefinedExpression_
type DataPolicy ¶
type DataPolicy = src.DataPolicy
Represents the label-policy binding.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type DataPolicyServiceClient ¶
type DataPolicyServiceClient = src.DataPolicyServiceClient
DataPolicyServiceClient is the client API for DataPolicyService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
func NewDataPolicyServiceClient ¶
func NewDataPolicyServiceClient(cc grpc.ClientConnInterface) DataPolicyServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type DataPolicyServiceServer ¶
type DataPolicyServiceServer = src.DataPolicyServiceServer
DataPolicyServiceServer is the server API for DataPolicyService service.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type DataPolicy_DataMaskingPolicy ¶
type DataPolicy_DataMaskingPolicy = src.DataPolicy_DataMaskingPolicy
type DataPolicy_DataPolicyType ¶
type DataPolicy_DataPolicyType = src.DataPolicy_DataPolicyType
A list of supported data policy types.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type DataPolicy_PolicyTag ¶
type DataPolicy_PolicyTag = src.DataPolicy_PolicyTag
type DeleteDataPolicyRequest ¶
type DeleteDataPolicyRequest = src.DeleteDataPolicyRequest
Request message for the DeleteDataPolicy method.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type GetDataPolicyRequest ¶
type GetDataPolicyRequest = src.GetDataPolicyRequest
Request message for the GetDataPolicy method.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type ListDataPoliciesRequest ¶
type ListDataPoliciesRequest = src.ListDataPoliciesRequest
Request message for the ListDataPolicies method.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type ListDataPoliciesResponse ¶
type ListDataPoliciesResponse = src.ListDataPoliciesResponse
Response message for the ListDataPolicies method.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type UnimplementedDataPolicyServiceServer ¶
type UnimplementedDataPolicyServiceServer = src.UnimplementedDataPolicyServiceServer
UnimplementedDataPolicyServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
type UpdateDataPolicyRequest ¶
type UpdateDataPolicyRequest = src.UpdateDataPolicyRequest
Response message for the UpdateDataPolicy method.
Deprecated: Please use types in: cloud.google.com/go/bigquery/datapolicies/apiv1beta1/datapoliciespb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.