...

Package logging

import "google.golang.org/genproto/googleapis/logging/v2"
Overview
Index

Overview ▾

Package logging aliases all exported identifiers in package "cloud.google.com/go/logging/apiv2/loggingpb".

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Index ▾

Constants
Variables
func RegisterConfigServiceV2Server(s *grpc.Server, srv ConfigServiceV2Server)
func RegisterLoggingServiceV2Server(s *grpc.Server, srv LoggingServiceV2Server)
func RegisterMetricsServiceV2Server(s *grpc.Server, srv MetricsServiceV2Server)
type BigQueryOptions
type CmekSettings
type ConfigServiceV2Client
    func NewConfigServiceV2Client(cc grpc.ClientConnInterface) ConfigServiceV2Client
type ConfigServiceV2Server
type CopyLogEntriesMetadata
type CopyLogEntriesRequest
type CopyLogEntriesResponse
type CreateBucketRequest
type CreateExclusionRequest
type CreateLogMetricRequest
type CreateSinkRequest
type CreateViewRequest
type DeleteBucketRequest
type DeleteExclusionRequest
type DeleteLogMetricRequest
type DeleteLogRequest
type DeleteSinkRequest
type DeleteViewRequest
type GetBucketRequest
type GetCmekSettingsRequest
type GetExclusionRequest
type GetLogMetricRequest
type GetSettingsRequest
type GetSinkRequest
type GetViewRequest
type LifecycleState
type ListBucketsRequest
type ListBucketsResponse
type ListExclusionsRequest
type ListExclusionsResponse
type ListLogEntriesRequest
type ListLogEntriesResponse
type ListLogMetricsRequest
type ListLogMetricsResponse
type ListLogsRequest
type ListLogsResponse
type ListMonitoredResourceDescriptorsRequest
type ListMonitoredResourceDescriptorsResponse
type ListSinksRequest
type ListSinksResponse
type ListViewsRequest
type ListViewsResponse
type LogBucket
type LogEntry
type LogEntryOperation
type LogEntrySourceLocation
type LogEntry_JsonPayload
type LogEntry_ProtoPayload
type LogEntry_TextPayload
type LogExclusion
type LogMetric
type LogMetric_ApiVersion
type LogSink
type LogSink_BigqueryOptions
type LogSink_VersionFormat
type LogSplit
type LogView
type LoggingServiceV2Client
    func NewLoggingServiceV2Client(cc grpc.ClientConnInterface) LoggingServiceV2Client
type LoggingServiceV2Server
type LoggingServiceV2_TailLogEntriesClient
type LoggingServiceV2_TailLogEntriesServer
type MetricsServiceV2Client
    func NewMetricsServiceV2Client(cc grpc.ClientConnInterface) MetricsServiceV2Client
type MetricsServiceV2Server
type OperationState
type Settings
type TailLogEntriesRequest
type TailLogEntriesResponse
type TailLogEntriesResponse_SuppressionInfo
type TailLogEntriesResponse_SuppressionInfo_Reason
type UndeleteBucketRequest
type UnimplementedConfigServiceV2Server
type UnimplementedLoggingServiceV2Server
type UnimplementedMetricsServiceV2Server
type UpdateBucketRequest
type UpdateCmekSettingsRequest
type UpdateExclusionRequest
type UpdateLogMetricRequest
type UpdateSettingsRequest
type UpdateSinkRequest
type UpdateViewRequest
type WriteLogEntriesPartialErrors
type WriteLogEntriesRequest
type WriteLogEntriesResponse

Package files

alias.go

Constants

Deprecated: Please use consts in: cloud.google.com/go/logging/apiv2/loggingpb

const (
    LifecycleState_ACTIVE                                     = src.LifecycleState_ACTIVE
    LifecycleState_DELETE_REQUESTED                           = src.LifecycleState_DELETE_REQUESTED
    LifecycleState_LIFECYCLE_STATE_UNSPECIFIED                = src.LifecycleState_LIFECYCLE_STATE_UNSPECIFIED
    LogMetric_V1                                              = src.LogMetric_V1
    LogMetric_V2                                              = src.LogMetric_V2
    LogSink_V1                                                = src.LogSink_V1
    LogSink_V2                                                = src.LogSink_V2
    LogSink_VERSION_FORMAT_UNSPECIFIED                        = src.LogSink_VERSION_FORMAT_UNSPECIFIED
    OperationState_OPERATION_STATE_CANCELLED                  = src.OperationState_OPERATION_STATE_CANCELLED
    OperationState_OPERATION_STATE_FAILED                     = src.OperationState_OPERATION_STATE_FAILED
    OperationState_OPERATION_STATE_RUNNING                    = src.OperationState_OPERATION_STATE_RUNNING
    OperationState_OPERATION_STATE_SCHEDULED                  = src.OperationState_OPERATION_STATE_SCHEDULED
    OperationState_OPERATION_STATE_SUCCEEDED                  = src.OperationState_OPERATION_STATE_SUCCEEDED
    OperationState_OPERATION_STATE_UNSPECIFIED                = src.OperationState_OPERATION_STATE_UNSPECIFIED
    OperationState_OPERATION_STATE_WAITING_FOR_PERMISSIONS    = src.OperationState_OPERATION_STATE_WAITING_FOR_PERMISSIONS
    TailLogEntriesResponse_SuppressionInfo_NOT_CONSUMED       = src.TailLogEntriesResponse_SuppressionInfo_NOT_CONSUMED
    TailLogEntriesResponse_SuppressionInfo_RATE_LIMIT         = src.TailLogEntriesResponse_SuppressionInfo_RATE_LIMIT
    TailLogEntriesResponse_SuppressionInfo_REASON_UNSPECIFIED = src.TailLogEntriesResponse_SuppressionInfo_REASON_UNSPECIFIED
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/logging/apiv2/loggingpb

var (
    File_google_logging_v2_log_entry_proto              = src.File_google_logging_v2_log_entry_proto
    File_google_logging_v2_logging_config_proto         = src.File_google_logging_v2_logging_config_proto
    File_google_logging_v2_logging_metrics_proto        = src.File_google_logging_v2_logging_metrics_proto
    File_google_logging_v2_logging_proto                = src.File_google_logging_v2_logging_proto
    LifecycleState_name                                 = src.LifecycleState_name
    LifecycleState_value                                = src.LifecycleState_value
    LogMetric_ApiVersion_name                           = src.LogMetric_ApiVersion_name
    LogMetric_ApiVersion_value                          = src.LogMetric_ApiVersion_value
    LogSink_VersionFormat_name                          = src.LogSink_VersionFormat_name
    LogSink_VersionFormat_value                         = src.LogSink_VersionFormat_value
    OperationState_name                                 = src.OperationState_name
    OperationState_value                                = src.OperationState_value
    TailLogEntriesResponse_SuppressionInfo_Reason_name  = src.TailLogEntriesResponse_SuppressionInfo_Reason_name
    TailLogEntriesResponse_SuppressionInfo_Reason_value = src.TailLogEntriesResponse_SuppressionInfo_Reason_value
)

func RegisterConfigServiceV2Server

func RegisterConfigServiceV2Server(s *grpc.Server, srv ConfigServiceV2Server)

Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb

func RegisterLoggingServiceV2Server

func RegisterLoggingServiceV2Server(s *grpc.Server, srv LoggingServiceV2Server)

Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb

func RegisterMetricsServiceV2Server

func RegisterMetricsServiceV2Server(s *grpc.Server, srv MetricsServiceV2Server)

Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb

type BigQueryOptions

Options that change functionality of a sink exporting data to BigQuery.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type BigQueryOptions = src.BigQueryOptions

type CmekSettings

Describes the customer-managed encryption key (CMEK) settings associated with a project, folder, organization, billing account, or flexible resource. Note: CMEK for the Log Router can currently only be configured for Google Cloud organizations. Once configured, it applies to all projects and folders in the Google Cloud organization. See [Enabling CMEK for Log Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CmekSettings = src.CmekSettings

type ConfigServiceV2Client

ConfigServiceV2Client is the client API for ConfigServiceV2 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/logging/apiv2/loggingpb

type ConfigServiceV2Client = src.ConfigServiceV2Client

func NewConfigServiceV2Client

func NewConfigServiceV2Client(cc grpc.ClientConnInterface) ConfigServiceV2Client

Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb

type ConfigServiceV2Server

ConfigServiceV2Server is the server API for ConfigServiceV2 service.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ConfigServiceV2Server = src.ConfigServiceV2Server

type CopyLogEntriesMetadata

Metadata for CopyLogEntries long running operations.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CopyLogEntriesMetadata = src.CopyLogEntriesMetadata

type CopyLogEntriesRequest

The parameters to CopyLogEntries.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CopyLogEntriesRequest = src.CopyLogEntriesRequest

type CopyLogEntriesResponse

Response type for CopyLogEntries long running operations.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CopyLogEntriesResponse = src.CopyLogEntriesResponse

type CreateBucketRequest

The parameters to `CreateBucket`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CreateBucketRequest = src.CreateBucketRequest

type CreateExclusionRequest

The parameters to `CreateExclusion`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CreateExclusionRequest = src.CreateExclusionRequest

type CreateLogMetricRequest

The parameters to CreateLogMetric.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CreateLogMetricRequest = src.CreateLogMetricRequest

type CreateSinkRequest

The parameters to `CreateSink`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CreateSinkRequest = src.CreateSinkRequest

type CreateViewRequest

The parameters to `CreateView`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type CreateViewRequest = src.CreateViewRequest

type DeleteBucketRequest

The parameters to `DeleteBucket`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type DeleteBucketRequest = src.DeleteBucketRequest

type DeleteExclusionRequest

The parameters to `DeleteExclusion`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type DeleteExclusionRequest = src.DeleteExclusionRequest

type DeleteLogMetricRequest

The parameters to DeleteLogMetric.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type DeleteLogMetricRequest = src.DeleteLogMetricRequest

type DeleteLogRequest

The parameters to DeleteLog.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type DeleteLogRequest = src.DeleteLogRequest

type DeleteSinkRequest

The parameters to `DeleteSink`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type DeleteSinkRequest = src.DeleteSinkRequest

type DeleteViewRequest

The parameters to `DeleteView`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type DeleteViewRequest = src.DeleteViewRequest

type GetBucketRequest

The parameters to `GetBucket`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type GetBucketRequest = src.GetBucketRequest

type GetCmekSettingsRequest

The parameters to [GetCmekSettings][google.logging.v2.ConfigServiceV2.GetCmekSettings]. See [Enabling CMEK for Log Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type GetCmekSettingsRequest = src.GetCmekSettingsRequest

type GetExclusionRequest

The parameters to `GetExclusion`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type GetExclusionRequest = src.GetExclusionRequest

type GetLogMetricRequest

The parameters to GetLogMetric.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type GetLogMetricRequest = src.GetLogMetricRequest

type GetSettingsRequest

The parameters to [GetSettings][google.logging.v2.ConfigServiceV2.GetSettings]. See [Enabling CMEK for Log Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type GetSettingsRequest = src.GetSettingsRequest

type GetSinkRequest

The parameters to `GetSink`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type GetSinkRequest = src.GetSinkRequest

type GetViewRequest

The parameters to `GetView`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type GetViewRequest = src.GetViewRequest

type LifecycleState

LogBucket lifecycle states.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LifecycleState = src.LifecycleState

type ListBucketsRequest

The parameters to `ListBuckets`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListBucketsRequest = src.ListBucketsRequest

type ListBucketsResponse

The response from ListBuckets.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListBucketsResponse = src.ListBucketsResponse

type ListExclusionsRequest

The parameters to `ListExclusions`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListExclusionsRequest = src.ListExclusionsRequest

type ListExclusionsResponse

Result returned from `ListExclusions`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListExclusionsResponse = src.ListExclusionsResponse

type ListLogEntriesRequest

The parameters to `ListLogEntries`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListLogEntriesRequest = src.ListLogEntriesRequest

type ListLogEntriesResponse

Result returned from `ListLogEntries`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListLogEntriesResponse = src.ListLogEntriesResponse

type ListLogMetricsRequest

The parameters to ListLogMetrics.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListLogMetricsRequest = src.ListLogMetricsRequest

type ListLogMetricsResponse

Result returned from ListLogMetrics.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListLogMetricsResponse = src.ListLogMetricsResponse

type ListLogsRequest

The parameters to ListLogs.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListLogsRequest = src.ListLogsRequest

type ListLogsResponse

Result returned from ListLogs.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListLogsResponse = src.ListLogsResponse

type ListMonitoredResourceDescriptorsRequest

The parameters to ListMonitoredResourceDescriptors

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListMonitoredResourceDescriptorsRequest = src.ListMonitoredResourceDescriptorsRequest

type ListMonitoredResourceDescriptorsResponse

Result returned from ListMonitoredResourceDescriptors.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListMonitoredResourceDescriptorsResponse = src.ListMonitoredResourceDescriptorsResponse

type ListSinksRequest

The parameters to `ListSinks`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListSinksRequest = src.ListSinksRequest

type ListSinksResponse

Result returned from `ListSinks`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListSinksResponse = src.ListSinksResponse

type ListViewsRequest

The parameters to `ListViews`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListViewsRequest = src.ListViewsRequest

type ListViewsResponse

The response from ListViews.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type ListViewsResponse = src.ListViewsResponse

type LogBucket

Describes a repository in which log entries are stored.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogBucket = src.LogBucket

type LogEntry

An individual entry in a log.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogEntry = src.LogEntry

type LogEntryOperation

Additional information about a potentially long-running operation with which a log entry is associated.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogEntryOperation = src.LogEntryOperation

type LogEntrySourceLocation

Additional information about the source code location that produced the log entry.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogEntrySourceLocation = src.LogEntrySourceLocation

type LogEntry_JsonPayload

type LogEntry_JsonPayload = src.LogEntry_JsonPayload

type LogEntry_ProtoPayload

type LogEntry_ProtoPayload = src.LogEntry_ProtoPayload

type LogEntry_TextPayload

type LogEntry_TextPayload = src.LogEntry_TextPayload

type LogExclusion

Specifies a set of log entries that are filtered out by a sink. If your Google Cloud resource receives a large volume of log entries, you can use exclusions to reduce your chargeable logs. Note that exclusions on organization-level and folder-level sinks don't apply to child resources. Note also that you cannot modify the _Required sink or exclude logs from it.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogExclusion = src.LogExclusion

type LogMetric

Describes a logs-based metric. The value of the metric is the number of log entries that match a logs filter in a given time interval. Logs-based metrics can also be used to extract values from logs and create a distribution of the values. The distribution records the statistics of the extracted values along with an optional histogram of the values as specified by the bucket options.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogMetric = src.LogMetric

type LogMetric_ApiVersion

Logging API version.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogMetric_ApiVersion = src.LogMetric_ApiVersion

type LogSink

Describes a sink used to export log entries to one of the following destinations in any project: a Cloud Storage bucket, a BigQuery dataset, a Pub/Sub topic or a Cloud Logging log bucket. A logs filter controls which log entries are exported. The sink must be created within a project, organization, billing account, or folder.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogSink = src.LogSink

type LogSink_BigqueryOptions

type LogSink_BigqueryOptions = src.LogSink_BigqueryOptions

type LogSink_VersionFormat

Deprecated. This is unused.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogSink_VersionFormat = src.LogSink_VersionFormat

type LogSplit

Additional information used to correlate multiple log entries. Used when a single LogEntry would exceed the Google Cloud Logging size limit and is split across multiple log entries.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogSplit = src.LogSplit

type LogView

Describes a view over log entries in a bucket.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LogView = src.LogView

type LoggingServiceV2Client

LoggingServiceV2Client is the client API for LoggingServiceV2 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/logging/apiv2/loggingpb

type LoggingServiceV2Client = src.LoggingServiceV2Client

func NewLoggingServiceV2Client

func NewLoggingServiceV2Client(cc grpc.ClientConnInterface) LoggingServiceV2Client

Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb

type LoggingServiceV2Server

LoggingServiceV2Server is the server API for LoggingServiceV2 service.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type LoggingServiceV2Server = src.LoggingServiceV2Server

type LoggingServiceV2_TailLogEntriesClient

type LoggingServiceV2_TailLogEntriesClient = src.LoggingServiceV2_TailLogEntriesClient

type LoggingServiceV2_TailLogEntriesServer

type LoggingServiceV2_TailLogEntriesServer = src.LoggingServiceV2_TailLogEntriesServer

type MetricsServiceV2Client

MetricsServiceV2Client is the client API for MetricsServiceV2 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/logging/apiv2/loggingpb

type MetricsServiceV2Client = src.MetricsServiceV2Client

func NewMetricsServiceV2Client

func NewMetricsServiceV2Client(cc grpc.ClientConnInterface) MetricsServiceV2Client

Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb

type MetricsServiceV2Server

MetricsServiceV2Server is the server API for MetricsServiceV2 service.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type MetricsServiceV2Server = src.MetricsServiceV2Server

type OperationState

List of different operation states. High level state of the operation. This is used to report the job's current state to the user. Once a long running operation is created, the current state of the operation can be queried even before the operation is finished and the final result is available.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type OperationState = src.OperationState

type Settings

Describes the settings associated with a project, folder, organization, billing account, or flexible resource.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type Settings = src.Settings

type TailLogEntriesRequest

The parameters to `TailLogEntries`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type TailLogEntriesRequest = src.TailLogEntriesRequest

type TailLogEntriesResponse

Result returned from `TailLogEntries`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type TailLogEntriesResponse = src.TailLogEntriesResponse

type TailLogEntriesResponse_SuppressionInfo

Information about entries that were omitted from the session.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type TailLogEntriesResponse_SuppressionInfo = src.TailLogEntriesResponse_SuppressionInfo

type TailLogEntriesResponse_SuppressionInfo_Reason

An indicator of why entries were omitted.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type TailLogEntriesResponse_SuppressionInfo_Reason = src.TailLogEntriesResponse_SuppressionInfo_Reason

type UndeleteBucketRequest

The parameters to `UndeleteBucket`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UndeleteBucketRequest = src.UndeleteBucketRequest

type UnimplementedConfigServiceV2Server

UnimplementedConfigServiceV2Server can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UnimplementedConfigServiceV2Server = src.UnimplementedConfigServiceV2Server

type UnimplementedLoggingServiceV2Server

UnimplementedLoggingServiceV2Server can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UnimplementedLoggingServiceV2Server = src.UnimplementedLoggingServiceV2Server

type UnimplementedMetricsServiceV2Server

UnimplementedMetricsServiceV2Server can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UnimplementedMetricsServiceV2Server = src.UnimplementedMetricsServiceV2Server

type UpdateBucketRequest

The parameters to `UpdateBucket`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UpdateBucketRequest = src.UpdateBucketRequest

type UpdateCmekSettingsRequest

The parameters to [UpdateCmekSettings][google.logging.v2.ConfigServiceV2.UpdateCmekSettings]. See [Enabling CMEK for Log Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UpdateCmekSettingsRequest = src.UpdateCmekSettingsRequest

type UpdateExclusionRequest

The parameters to `UpdateExclusion`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UpdateExclusionRequest = src.UpdateExclusionRequest

type UpdateLogMetricRequest

The parameters to UpdateLogMetric.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UpdateLogMetricRequest = src.UpdateLogMetricRequest

type UpdateSettingsRequest

The parameters to [UpdateSettings][google.logging.v2.ConfigServiceV2.UpdateSettings]. See [Enabling CMEK for Log Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UpdateSettingsRequest = src.UpdateSettingsRequest

type UpdateSinkRequest

The parameters to `UpdateSink`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UpdateSinkRequest = src.UpdateSinkRequest

type UpdateViewRequest

The parameters to `UpdateView`.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type UpdateViewRequest = src.UpdateViewRequest

type WriteLogEntriesPartialErrors

Error details for WriteLogEntries with partial success.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type WriteLogEntriesPartialErrors = src.WriteLogEntriesPartialErrors

type WriteLogEntriesRequest

The parameters to WriteLogEntries.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type WriteLogEntriesRequest = src.WriteLogEntriesRequest

type WriteLogEntriesResponse

Result returned from WriteLogEntries.

Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb

type WriteLogEntriesResponse = src.WriteLogEntriesResponse