package logging
import "google.golang.org/genproto/googleapis/logging/v2"
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
- 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
- type LoggingServiceV2Server
- type LoggingServiceV2_TailLogEntriesClient
- type LoggingServiceV2_TailLogEntriesServer
- type 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
Constants ¶
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 )
Deprecated: Please use consts in: cloud.google.com/go/logging/apiv2/loggingpb
Variables ¶
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 )
Deprecated: Please use vars in: cloud.google.com/go/logging/apiv2/loggingpb
Functions ¶
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
Types ¶
type BigQueryOptions ¶
type BigQueryOptions = src.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 CmekSettings ¶
type CmekSettings = src.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 ConfigServiceV2Client ¶
type ConfigServiceV2Client = src.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
func NewConfigServiceV2Client ¶
func NewConfigServiceV2Client(cc grpc.ClientConnInterface) ConfigServiceV2Client
Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb
type ConfigServiceV2Server ¶
type ConfigServiceV2Server = src.ConfigServiceV2Server
ConfigServiceV2Server is the server API for ConfigServiceV2 service.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CopyLogEntriesMetadata ¶
type CopyLogEntriesMetadata = src.CopyLogEntriesMetadata
Metadata for CopyLogEntries long running operations.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CopyLogEntriesRequest ¶
type CopyLogEntriesRequest = src.CopyLogEntriesRequest
The parameters to CopyLogEntries.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CopyLogEntriesResponse ¶
type CopyLogEntriesResponse = src.CopyLogEntriesResponse
Response type for CopyLogEntries long running operations.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CreateBucketRequest ¶
type CreateBucketRequest = src.CreateBucketRequest
The parameters to `CreateBucket`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CreateExclusionRequest ¶
type CreateExclusionRequest = src.CreateExclusionRequest
The parameters to `CreateExclusion`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CreateLogMetricRequest ¶
type CreateLogMetricRequest = src.CreateLogMetricRequest
The parameters to CreateLogMetric.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CreateSinkRequest ¶
type CreateSinkRequest = src.CreateSinkRequest
The parameters to `CreateSink`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type CreateViewRequest ¶
type CreateViewRequest = src.CreateViewRequest
The parameters to `CreateView`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type DeleteBucketRequest ¶
type DeleteBucketRequest = src.DeleteBucketRequest
The parameters to `DeleteBucket`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type DeleteExclusionRequest ¶
type DeleteExclusionRequest = src.DeleteExclusionRequest
The parameters to `DeleteExclusion`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type DeleteLogMetricRequest ¶
type DeleteLogMetricRequest = src.DeleteLogMetricRequest
The parameters to DeleteLogMetric.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type DeleteLogRequest ¶
type DeleteLogRequest = src.DeleteLogRequest
The parameters to DeleteLog.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type DeleteSinkRequest ¶
type DeleteSinkRequest = src.DeleteSinkRequest
The parameters to `DeleteSink`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type DeleteViewRequest ¶
type DeleteViewRequest = src.DeleteViewRequest
The parameters to `DeleteView`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type GetBucketRequest ¶
type GetBucketRequest = src.GetBucketRequest
The parameters to `GetBucket`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type GetCmekSettingsRequest ¶
type GetCmekSettingsRequest = src.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 GetExclusionRequest ¶
type GetExclusionRequest = src.GetExclusionRequest
The parameters to `GetExclusion`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type GetLogMetricRequest ¶
type GetLogMetricRequest = src.GetLogMetricRequest
The parameters to GetLogMetric.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type GetSettingsRequest ¶
type GetSettingsRequest = src.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 GetSinkRequest ¶
type GetSinkRequest = src.GetSinkRequest
The parameters to `GetSink`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type GetViewRequest ¶
type GetViewRequest = src.GetViewRequest
The parameters to `GetView`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type LifecycleState ¶
type LifecycleState = src.LifecycleState
LogBucket lifecycle states.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListBucketsRequest ¶
type ListBucketsRequest = src.ListBucketsRequest
The parameters to `ListBuckets`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListBucketsResponse ¶
type ListBucketsResponse = src.ListBucketsResponse
The response from ListBuckets.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListExclusionsRequest ¶
type ListExclusionsRequest = src.ListExclusionsRequest
The parameters to `ListExclusions`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListExclusionsResponse ¶
type ListExclusionsResponse = src.ListExclusionsResponse
Result returned from `ListExclusions`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListLogEntriesRequest ¶
type ListLogEntriesRequest = src.ListLogEntriesRequest
The parameters to `ListLogEntries`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListLogEntriesResponse ¶
type ListLogEntriesResponse = src.ListLogEntriesResponse
Result returned from `ListLogEntries`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListLogMetricsRequest ¶
type ListLogMetricsRequest = src.ListLogMetricsRequest
The parameters to ListLogMetrics.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListLogMetricsResponse ¶
type ListLogMetricsResponse = src.ListLogMetricsResponse
Result returned from ListLogMetrics.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListLogsRequest ¶
type ListLogsRequest = src.ListLogsRequest
The parameters to ListLogs.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListLogsResponse ¶
type ListLogsResponse = src.ListLogsResponse
Result returned from ListLogs.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListMonitoredResourceDescriptorsRequest ¶
type ListMonitoredResourceDescriptorsRequest = src.ListMonitoredResourceDescriptorsRequest
The parameters to ListMonitoredResourceDescriptors
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListMonitoredResourceDescriptorsResponse ¶
type ListMonitoredResourceDescriptorsResponse = src.ListMonitoredResourceDescriptorsResponse
Result returned from ListMonitoredResourceDescriptors.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListSinksRequest ¶
type ListSinksRequest = src.ListSinksRequest
The parameters to `ListSinks`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListSinksResponse ¶
type ListSinksResponse = src.ListSinksResponse
Result returned from `ListSinks`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListViewsRequest ¶
type ListViewsRequest = src.ListViewsRequest
The parameters to `ListViews`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type ListViewsResponse ¶
type ListViewsResponse = src.ListViewsResponse
The response from ListViews.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type LogBucket ¶
Describes a repository in which log entries are stored.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type LogEntry ¶
An individual entry in a log.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type LogEntryOperation ¶
type LogEntryOperation = src.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 LogEntrySourceLocation ¶
type LogEntrySourceLocation = src.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 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 ¶
type LogExclusion = src.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 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_ApiVersion ¶
type LogMetric_ApiVersion = src.LogMetric_ApiVersion
Logging API version.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
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_BigqueryOptions ¶
type LogSink_BigqueryOptions = src.LogSink_BigqueryOptions
type LogSink_VersionFormat ¶
type LogSink_VersionFormat = src.LogSink_VersionFormat
Deprecated. This is unused.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
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 LogView ¶
Describes a view over log entries in a bucket.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type LoggingServiceV2Client ¶
type LoggingServiceV2Client = src.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
func NewLoggingServiceV2Client ¶
func NewLoggingServiceV2Client(cc grpc.ClientConnInterface) LoggingServiceV2Client
Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb
type LoggingServiceV2Server ¶
type LoggingServiceV2Server = src.LoggingServiceV2Server
LoggingServiceV2Server is the server API for LoggingServiceV2 service.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type LoggingServiceV2_TailLogEntriesClient ¶
type LoggingServiceV2_TailLogEntriesClient = src.LoggingServiceV2_TailLogEntriesClient
type LoggingServiceV2_TailLogEntriesServer ¶
type LoggingServiceV2_TailLogEntriesServer = src.LoggingServiceV2_TailLogEntriesServer
type MetricsServiceV2Client ¶
type MetricsServiceV2Client = src.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
func NewMetricsServiceV2Client ¶
func NewMetricsServiceV2Client(cc grpc.ClientConnInterface) MetricsServiceV2Client
Deprecated: Please use funcs in: cloud.google.com/go/logging/apiv2/loggingpb
type MetricsServiceV2Server ¶
type MetricsServiceV2Server = src.MetricsServiceV2Server
MetricsServiceV2Server is the server API for MetricsServiceV2 service.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type OperationState ¶
type OperationState = src.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 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 TailLogEntriesRequest ¶
type TailLogEntriesRequest = src.TailLogEntriesRequest
The parameters to `TailLogEntries`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type TailLogEntriesResponse ¶
type TailLogEntriesResponse = src.TailLogEntriesResponse
Result returned from `TailLogEntries`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type TailLogEntriesResponse_SuppressionInfo ¶
type TailLogEntriesResponse_SuppressionInfo = src.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_Reason ¶
type TailLogEntriesResponse_SuppressionInfo_Reason = src.TailLogEntriesResponse_SuppressionInfo_Reason
An indicator of why entries were omitted.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UndeleteBucketRequest ¶
type UndeleteBucketRequest = src.UndeleteBucketRequest
The parameters to `UndeleteBucket`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UnimplementedConfigServiceV2Server ¶
type UnimplementedConfigServiceV2Server = src.UnimplementedConfigServiceV2Server
UnimplementedConfigServiceV2Server can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UnimplementedLoggingServiceV2Server ¶
type UnimplementedLoggingServiceV2Server = src.UnimplementedLoggingServiceV2Server
UnimplementedLoggingServiceV2Server can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UnimplementedMetricsServiceV2Server ¶
type UnimplementedMetricsServiceV2Server = src.UnimplementedMetricsServiceV2Server
UnimplementedMetricsServiceV2Server can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UpdateBucketRequest ¶
type UpdateBucketRequest = src.UpdateBucketRequest
The parameters to `UpdateBucket`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UpdateCmekSettingsRequest ¶
type UpdateCmekSettingsRequest = src.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 UpdateExclusionRequest ¶
type UpdateExclusionRequest = src.UpdateExclusionRequest
The parameters to `UpdateExclusion`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UpdateLogMetricRequest ¶
type UpdateLogMetricRequest = src.UpdateLogMetricRequest
The parameters to UpdateLogMetric.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UpdateSettingsRequest ¶
type UpdateSettingsRequest = src.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 UpdateSinkRequest ¶
type UpdateSinkRequest = src.UpdateSinkRequest
The parameters to `UpdateSink`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type UpdateViewRequest ¶
type UpdateViewRequest = src.UpdateViewRequest
The parameters to `UpdateView`.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type WriteLogEntriesPartialErrors ¶
type WriteLogEntriesPartialErrors = src.WriteLogEntriesPartialErrors
Error details for WriteLogEntries with partial success.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type WriteLogEntriesRequest ¶
type WriteLogEntriesRequest = src.WriteLogEntriesRequest
The parameters to WriteLogEntries.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
type WriteLogEntriesResponse ¶
type WriteLogEntriesResponse = src.WriteLogEntriesResponse
Result returned from WriteLogEntries.
Deprecated: Please use types in: cloud.google.com/go/logging/apiv2/loggingpb
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.