gogol-logging-0.3.0: Google Stackdriver Logging SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Logging.Types

Contents

Description

 

Synopsis

Service Configuration

loggingService :: ServiceConfig Source #

Default request referring to version v2 of the Stackdriver Logging API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

loggingAdminScope :: Proxy '["https://www.googleapis.com/auth/logging.admin"] Source #

Administrate log data for your projects

loggingReadScope :: Proxy '["https://www.googleapis.com/auth/logging.read"] Source #

View log data for your projects

loggingWriteScope :: Proxy '["https://www.googleapis.com/auth/logging.write"] Source #

Submit log data for your projects

cloudPlatformReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform.read-only"] Source #

View your data across Google Cloud Platform services

cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"] Source #

View and manage your data across Google Cloud Platform services

MonitoredResourceDescriptor

data MonitoredResourceDescriptor Source #

An object that describes the schema of a MonitoredResource object using a type name and a set of labels. For example, the monitored resource descriptor for Google Compute Engine VM instances has a type of "gce_instance" and specifies the use of the labels "instance_id" and "zone" to identify particular VM instances.Different APIs can support different monitored resource types. APIs generally provide a list method that returns the monitored resource descriptors used by the API.

See: monitoredResourceDescriptor smart constructor.

Instances

Eq MonitoredResourceDescriptor Source # 
Data MonitoredResourceDescriptor Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MonitoredResourceDescriptor -> c MonitoredResourceDescriptor #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MonitoredResourceDescriptor #

toConstr :: MonitoredResourceDescriptor -> Constr #

dataTypeOf :: MonitoredResourceDescriptor -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MonitoredResourceDescriptor) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MonitoredResourceDescriptor) #

gmapT :: (forall b. Data b => b -> b) -> MonitoredResourceDescriptor -> MonitoredResourceDescriptor #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MonitoredResourceDescriptor -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MonitoredResourceDescriptor -> r #

gmapQ :: (forall d. Data d => d -> u) -> MonitoredResourceDescriptor -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MonitoredResourceDescriptor -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MonitoredResourceDescriptor -> m MonitoredResourceDescriptor #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MonitoredResourceDescriptor -> m MonitoredResourceDescriptor #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MonitoredResourceDescriptor -> m MonitoredResourceDescriptor #

Show MonitoredResourceDescriptor Source # 
Generic MonitoredResourceDescriptor Source # 
ToJSON MonitoredResourceDescriptor Source # 
FromJSON MonitoredResourceDescriptor Source # 
type Rep MonitoredResourceDescriptor Source # 
type Rep MonitoredResourceDescriptor = D1 (MetaData "MonitoredResourceDescriptor" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "MonitoredResourceDescriptor'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_mrdName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mrdDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_mrdLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LabelDescriptor]))) ((:*:) (S1 (MetaSel (Just Symbol "_mrdType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mrdDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

monitoredResourceDescriptor :: MonitoredResourceDescriptor Source #

Creates a value of MonitoredResourceDescriptor with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mrdName :: Lens' MonitoredResourceDescriptor (Maybe Text) Source #

Optional. The resource name of the monitored resource descriptor: "projects/{project_id}/monitoredResourceDescriptors/{type}" where {type} is the value of the type field in this object and {project_id} is a project ID that provides API-specific context for accessing the type. APIs that do not use project information can use the resource name format "monitoredResourceDescriptors/{type}".

mrdDisplayName :: Lens' MonitoredResourceDescriptor (Maybe Text) Source #

Optional. A concise name for the monitored resource type that might be displayed in user interfaces. It should be a Title Cased Noun Phrase, without any article or other determiners. For example, "Google Cloud SQL Database".

mrdLabels :: Lens' MonitoredResourceDescriptor [LabelDescriptor] Source #

Required. A set of labels used to describe instances of this monitored resource type. For example, an individual Google Cloud SQL database is identified by values for the labels "database_id" and "zone".

mrdType :: Lens' MonitoredResourceDescriptor (Maybe Text) Source #

Required. The monitored resource type. For example, the type "cloudsql_database" represents databases in Google Cloud SQL. The maximum length of this value is 256 characters.

mrdDescription :: Lens' MonitoredResourceDescriptor (Maybe Text) Source #

Optional. A detailed description of the monitored resource type that might be used in documentation.

ListLogEntriesResponse

data ListLogEntriesResponse Source #

Result returned from ListLogEntries.

See: listLogEntriesResponse smart constructor.

Instances

Eq ListLogEntriesResponse Source # 
Data ListLogEntriesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListLogEntriesResponse -> c ListLogEntriesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListLogEntriesResponse #

toConstr :: ListLogEntriesResponse -> Constr #

dataTypeOf :: ListLogEntriesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListLogEntriesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListLogEntriesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListLogEntriesResponse -> ListLogEntriesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListLogEntriesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListLogEntriesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListLogEntriesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListLogEntriesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListLogEntriesResponse -> m ListLogEntriesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogEntriesResponse -> m ListLogEntriesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogEntriesResponse -> m ListLogEntriesResponse #

Show ListLogEntriesResponse Source # 
Generic ListLogEntriesResponse Source # 
ToJSON ListLogEntriesResponse Source # 
FromJSON ListLogEntriesResponse Source # 
type Rep ListLogEntriesResponse Source # 
type Rep ListLogEntriesResponse = D1 (MetaData "ListLogEntriesResponse" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "ListLogEntriesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_llerNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_llerEntries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LogEntry])))))

listLogEntriesResponse :: ListLogEntriesResponse Source #

Creates a value of ListLogEntriesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

llerNextPageToken :: Lens' ListLogEntriesResponse (Maybe Text) Source #

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.If a value for next_page_token appears and the entries field is empty, it means that the search found no log entries so far but it did not have time to search all the possible log entries. Retry the method with this value for page_token to continue the search. Alternatively, consider speeding up the search by changing your filter to specify a single log name or resource type, or to narrow the time range of the search.

MonitoredResourceLabels

data MonitoredResourceLabels Source #

Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Cloud SQL databases use the labels "database_id" and "zone".

See: monitoredResourceLabels smart constructor.

Instances

Eq MonitoredResourceLabels Source # 
Data MonitoredResourceLabels Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MonitoredResourceLabels -> c MonitoredResourceLabels #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MonitoredResourceLabels #

toConstr :: MonitoredResourceLabels -> Constr #

dataTypeOf :: MonitoredResourceLabels -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MonitoredResourceLabels) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MonitoredResourceLabels) #

gmapT :: (forall b. Data b => b -> b) -> MonitoredResourceLabels -> MonitoredResourceLabels #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MonitoredResourceLabels -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MonitoredResourceLabels -> r #

gmapQ :: (forall d. Data d => d -> u) -> MonitoredResourceLabels -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MonitoredResourceLabels -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MonitoredResourceLabels -> m MonitoredResourceLabels #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MonitoredResourceLabels -> m MonitoredResourceLabels #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MonitoredResourceLabels -> m MonitoredResourceLabels #

Show MonitoredResourceLabels Source # 
Generic MonitoredResourceLabels Source # 
ToJSON MonitoredResourceLabels Source # 
FromJSON MonitoredResourceLabels Source # 
type Rep MonitoredResourceLabels Source # 
type Rep MonitoredResourceLabels = D1 (MetaData "MonitoredResourceLabels" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" True) (C1 (MetaCons "MonitoredResourceLabels'" PrefixI True) (S1 (MetaSel (Just Symbol "_mrlAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

monitoredResourceLabels Source #

Creates a value of MonitoredResourceLabels with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

LogMetricVersion

data LogMetricVersion Source #

Output only. The API version that created or updated this metric. The version also dictates the syntax of the filter expression. When a value for this field is missing, the default value of V2 should be assumed.

Constructors

V2

V2 Stackdriver Logging API v2.

V1

V1 Stackdriver Logging API v1.

Instances

Enum LogMetricVersion Source # 
Eq LogMetricVersion Source # 
Data LogMetricVersion Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogMetricVersion -> c LogMetricVersion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogMetricVersion #

toConstr :: LogMetricVersion -> Constr #

dataTypeOf :: LogMetricVersion -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogMetricVersion) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogMetricVersion) #

gmapT :: (forall b. Data b => b -> b) -> LogMetricVersion -> LogMetricVersion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogMetricVersion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogMetricVersion -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogMetricVersion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogMetricVersion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogMetricVersion -> m LogMetricVersion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogMetricVersion -> m LogMetricVersion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogMetricVersion -> m LogMetricVersion #

Ord LogMetricVersion Source # 
Read LogMetricVersion Source # 
Show LogMetricVersion Source # 
Generic LogMetricVersion Source # 
Hashable LogMetricVersion Source # 
ToJSON LogMetricVersion Source # 
FromJSON LogMetricVersion Source # 
FromHttpApiData LogMetricVersion Source # 
ToHttpApiData LogMetricVersion Source # 
type Rep LogMetricVersion Source # 
type Rep LogMetricVersion = D1 (MetaData "LogMetricVersion" "Network.Google.Logging.Types.Sum" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) ((:+:) (C1 (MetaCons "V2" PrefixI False) U1) (C1 (MetaCons "V1" PrefixI False) U1))

ListLogMetricsResponse

data ListLogMetricsResponse Source #

Result returned from ListLogMetrics.

See: listLogMetricsResponse smart constructor.

Instances

Eq ListLogMetricsResponse Source # 
Data ListLogMetricsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListLogMetricsResponse -> c ListLogMetricsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListLogMetricsResponse #

toConstr :: ListLogMetricsResponse -> Constr #

dataTypeOf :: ListLogMetricsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListLogMetricsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListLogMetricsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListLogMetricsResponse -> ListLogMetricsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListLogMetricsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListLogMetricsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListLogMetricsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListLogMetricsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListLogMetricsResponse -> m ListLogMetricsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogMetricsResponse -> m ListLogMetricsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogMetricsResponse -> m ListLogMetricsResponse #

Show ListLogMetricsResponse Source # 
Generic ListLogMetricsResponse Source # 
ToJSON ListLogMetricsResponse Source # 
FromJSON ListLogMetricsResponse Source # 
type Rep ListLogMetricsResponse Source # 
type Rep ListLogMetricsResponse = D1 (MetaData "ListLogMetricsResponse" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "ListLogMetricsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_llmrMetrics") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LogMetric]))) (S1 (MetaSel (Just Symbol "_llmrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

listLogMetricsResponse :: ListLogMetricsResponse Source #

Creates a value of ListLogMetricsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

llmrMetrics :: Lens' ListLogMetricsResponse [LogMetric] Source #

A list of logs-based metrics.

llmrNextPageToken :: Lens' ListLogMetricsResponse (Maybe Text) Source #

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

WriteLogEntriesRequest

data WriteLogEntriesRequest Source #

The parameters to WriteLogEntries.

See: writeLogEntriesRequest smart constructor.

Instances

Eq WriteLogEntriesRequest Source # 
Data WriteLogEntriesRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WriteLogEntriesRequest -> c WriteLogEntriesRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WriteLogEntriesRequest #

toConstr :: WriteLogEntriesRequest -> Constr #

dataTypeOf :: WriteLogEntriesRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c WriteLogEntriesRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WriteLogEntriesRequest) #

gmapT :: (forall b. Data b => b -> b) -> WriteLogEntriesRequest -> WriteLogEntriesRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WriteLogEntriesRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WriteLogEntriesRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> WriteLogEntriesRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WriteLogEntriesRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WriteLogEntriesRequest -> m WriteLogEntriesRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WriteLogEntriesRequest -> m WriteLogEntriesRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WriteLogEntriesRequest -> m WriteLogEntriesRequest #

Show WriteLogEntriesRequest Source # 
Generic WriteLogEntriesRequest Source # 
ToJSON WriteLogEntriesRequest Source # 
FromJSON WriteLogEntriesRequest Source # 
type Rep WriteLogEntriesRequest Source # 
type Rep WriteLogEntriesRequest = D1 (MetaData "WriteLogEntriesRequest" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "WriteLogEntriesRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_wlerEntries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LogEntry]))) (S1 (MetaSel (Just Symbol "_wlerPartialSuccess") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_wlerResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MonitoredResource))) ((:*:) (S1 (MetaSel (Just Symbol "_wlerLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe WriteLogEntriesRequestLabels))) (S1 (MetaSel (Just Symbol "_wlerLogName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

writeLogEntriesRequest :: WriteLogEntriesRequest Source #

Creates a value of WriteLogEntriesRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

wlerEntries :: Lens' WriteLogEntriesRequest [LogEntry] Source #

Required. The log entries to write. Values supplied for the fields log_name, resource, and labels in this entries.write request are added to those log entries that do not provide their own values for the fields.To improve throughput and to avoid exceeding the quota limit for calls to entries.write, you should write multiple log entries at once rather than calling this method for each individual log entry.

wlerPartialSuccess :: Lens' WriteLogEntriesRequest (Maybe Bool) Source #

Optional. Whether valid entries should be written even if some other entries fail due to INVALID_ARGUMENT or PERMISSION_DENIED errors. If any entry is not written, the response status will be the error associated with one of the failed entries and include error details in the form of WriteLogEntriesPartialErrors.

wlerResource :: Lens' WriteLogEntriesRequest (Maybe MonitoredResource) Source #

Optional. A default monitored resource object that is assigned to all log entries in entries that do not specify a value for resource. Example: { "type": "gce_instance", "labels": { "zone": "us-central1-a", "instance_id": "00000000000000000000" }} See LogEntry.

wlerLabels :: Lens' WriteLogEntriesRequest (Maybe WriteLogEntriesRequestLabels) Source #

Optional. Default labels that are added to the labels field of all log entries in entries. If a log entry already has a label with the same key as a label in this parameter, then the log entry's label is not changed. See LogEntry.

wlerLogName :: Lens' WriteLogEntriesRequest (Maybe Text) Source #

Optional. A default log resource name that is assigned to all log entries in entries that do not specify a value for log_name: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog" or "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry.

LogSinkOutputVersionFormat

data LogSinkOutputVersionFormat Source #

Optional. The log entry format to use for this sink's exported log entries. The v2 format is used by default. The v1 format is deprecated and should be used only as part of a migration effort to v2. See Migration to the v2 API.

Constructors

LSOVFVersionFormatUnspecified

VERSION_FORMAT_UNSPECIFIED An unspecified format version that will default to V2.

LSOVFV2

V2 LogEntry version 2 format.

LSOVFV1

V1 LogEntry version 1 format.

Instances

Enum LogSinkOutputVersionFormat Source # 
Eq LogSinkOutputVersionFormat Source # 
Data LogSinkOutputVersionFormat Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogSinkOutputVersionFormat -> c LogSinkOutputVersionFormat #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogSinkOutputVersionFormat #

toConstr :: LogSinkOutputVersionFormat -> Constr #

dataTypeOf :: LogSinkOutputVersionFormat -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogSinkOutputVersionFormat) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogSinkOutputVersionFormat) #

gmapT :: (forall b. Data b => b -> b) -> LogSinkOutputVersionFormat -> LogSinkOutputVersionFormat #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogSinkOutputVersionFormat -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogSinkOutputVersionFormat -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogSinkOutputVersionFormat -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogSinkOutputVersionFormat -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogSinkOutputVersionFormat -> m LogSinkOutputVersionFormat #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogSinkOutputVersionFormat -> m LogSinkOutputVersionFormat #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogSinkOutputVersionFormat -> m LogSinkOutputVersionFormat #

Ord LogSinkOutputVersionFormat Source # 
Read LogSinkOutputVersionFormat Source # 
Show LogSinkOutputVersionFormat Source # 
Generic LogSinkOutputVersionFormat Source # 
Hashable LogSinkOutputVersionFormat Source # 
ToJSON LogSinkOutputVersionFormat Source # 
FromJSON LogSinkOutputVersionFormat Source # 
FromHttpApiData LogSinkOutputVersionFormat Source # 
ToHttpApiData LogSinkOutputVersionFormat Source # 
type Rep LogSinkOutputVersionFormat Source # 
type Rep LogSinkOutputVersionFormat = D1 (MetaData "LogSinkOutputVersionFormat" "Network.Google.Logging.Types.Sum" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) ((:+:) (C1 (MetaCons "LSOVFVersionFormatUnspecified" PrefixI False) U1) ((:+:) (C1 (MetaCons "LSOVFV2" PrefixI False) U1) (C1 (MetaCons "LSOVFV1" PrefixI False) U1)))

Empty

data Empty Source #

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.

See: empty smart constructor.

Instances

Eq Empty Source # 

Methods

(==) :: Empty -> Empty -> Bool #

(/=) :: Empty -> Empty -> Bool #

Data Empty Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Empty -> c Empty #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Empty #

toConstr :: Empty -> Constr #

dataTypeOf :: Empty -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Empty) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Empty) #

gmapT :: (forall b. Data b => b -> b) -> Empty -> Empty #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Empty -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Empty -> r #

gmapQ :: (forall d. Data d => d -> u) -> Empty -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Empty -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

Show Empty Source # 

Methods

showsPrec :: Int -> Empty -> ShowS #

show :: Empty -> String #

showList :: [Empty] -> ShowS #

Generic Empty Source # 

Associated Types

type Rep Empty :: * -> * #

Methods

from :: Empty -> Rep Empty x #

to :: Rep Empty x -> Empty #

ToJSON Empty Source # 
FromJSON Empty Source # 
type Rep Empty Source # 
type Rep Empty = D1 (MetaData "Empty" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "Empty'" PrefixI False) U1)

empty :: Empty Source #

Creates a value of Empty with the minimum fields required to make a request.

LogEntryLabels

data LogEntryLabels Source #

Optional. A set of user-defined (key, value) data that provides additional information about the log entry.

See: logEntryLabels smart constructor.

Instances

Eq LogEntryLabels Source # 
Data LogEntryLabels Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogEntryLabels -> c LogEntryLabels #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogEntryLabels #

toConstr :: LogEntryLabels -> Constr #

dataTypeOf :: LogEntryLabels -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogEntryLabels) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogEntryLabels) #

gmapT :: (forall b. Data b => b -> b) -> LogEntryLabels -> LogEntryLabels #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryLabels -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryLabels -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogEntryLabels -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogEntryLabels -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogEntryLabels -> m LogEntryLabels #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryLabels -> m LogEntryLabels #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryLabels -> m LogEntryLabels #

Show LogEntryLabels Source # 
Generic LogEntryLabels Source # 

Associated Types

type Rep LogEntryLabels :: * -> * #

ToJSON LogEntryLabels Source # 
FromJSON LogEntryLabels Source # 
type Rep LogEntryLabels Source # 
type Rep LogEntryLabels = D1 (MetaData "LogEntryLabels" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" True) (C1 (MetaCons "LogEntryLabels'" PrefixI True) (S1 (MetaSel (Just Symbol "_lelAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

logEntryLabels Source #

Creates a value of LogEntryLabels with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ListSinksResponse

data ListSinksResponse Source #

Result returned from ListSinks.

See: listSinksResponse smart constructor.

Instances

Eq ListSinksResponse Source # 
Data ListSinksResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListSinksResponse -> c ListSinksResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListSinksResponse #

toConstr :: ListSinksResponse -> Constr #

dataTypeOf :: ListSinksResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListSinksResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListSinksResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListSinksResponse -> ListSinksResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListSinksResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListSinksResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListSinksResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListSinksResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListSinksResponse -> m ListSinksResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListSinksResponse -> m ListSinksResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListSinksResponse -> m ListSinksResponse #

Show ListSinksResponse Source # 
Generic ListSinksResponse Source # 
ToJSON ListSinksResponse Source # 
FromJSON ListSinksResponse Source # 
type Rep ListSinksResponse Source # 
type Rep ListSinksResponse = D1 (MetaData "ListSinksResponse" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "ListSinksResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lsrSinks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LogSink]))) (S1 (MetaSel (Just Symbol "_lsrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

listSinksResponse :: ListSinksResponse Source #

Creates a value of ListSinksResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lsrNextPageToken :: Lens' ListSinksResponse (Maybe Text) Source #

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.

RequestLog

data RequestLog Source #

Complete log information about a single HTTP request to an App Engine application.

See: requestLog smart constructor.

Instances

Eq RequestLog Source # 
Data RequestLog Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestLog -> c RequestLog #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestLog #

toConstr :: RequestLog -> Constr #

dataTypeOf :: RequestLog -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RequestLog) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestLog) #

gmapT :: (forall b. Data b => b -> b) -> RequestLog -> RequestLog #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestLog -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestLog -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestLog -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestLog -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestLog -> m RequestLog #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestLog -> m RequestLog #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestLog -> m RequestLog #

Show RequestLog Source # 
Generic RequestLog Source # 

Associated Types

type Rep RequestLog :: * -> * #

ToJSON RequestLog Source # 
FromJSON RequestLog Source # 
type Rep RequestLog Source # 
type Rep RequestLog = D1 (MetaData "RequestLog" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "RequestLog'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlTraceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rlStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_rlRequestId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlInstanceIndex") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_rlModuleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rlVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlHTTPVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlTaskName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlPendingTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Duration)))) ((:*:) (S1 (MetaSel (Just Symbol "_rlWasLoadingRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_rlFirst") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) (S1 (MetaSel (Just Symbol "_rlLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Duration)))) ((:*:) (S1 (MetaSel (Just Symbol "_rlURLMapEntry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlCost") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))))) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlReferrer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlLine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LogLine])))) ((:*:) (S1 (MetaSel (Just Symbol "_rlIP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlAppId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rlEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) (S1 (MetaSel (Just Symbol "_rlFinished") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlMegaCycles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_rlUserAgent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_rlNickname") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlHost") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rlTaskQueueName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rlResponseSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) ((:*:) (S1 (MetaSel (Just Symbol "_rlSourceReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SourceReference]))) (S1 (MetaSel (Just Symbol "_rlAppEngineRelease") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))))

rlTraceId :: Lens' RequestLog (Maybe Text) Source #

Stackdriver Trace identifier for this request.

rlInstanceId :: Lens' RequestLog (Maybe Text) Source #

An identifier for the instance that handled the request.

rlStatus :: Lens' RequestLog (Maybe Int32) Source #

HTTP response status code. Example: 200, 404.

rlRequestId :: Lens' RequestLog (Maybe Text) Source #

Globally unique identifier for a request, which is based on the request start time. Request IDs for requests which started later will compare greater as strings than those for requests which started earlier.

rlInstanceIndex :: Lens' RequestLog (Maybe Int32) Source #

If the instance processing this request belongs to a manually scaled module, then this is the 0-based index of the instance. Otherwise, this value is -1.

rlModuleId :: Lens' RequestLog (Maybe Text) Source #

Module of the application that handled this request.

rlVersionId :: Lens' RequestLog (Maybe Text) Source #

Version of the application that handled this request.

rlHTTPVersion :: Lens' RequestLog (Maybe Text) Source #

HTTP version of request. Example: "HTTP/1.1".

rlTaskName :: Lens' RequestLog (Maybe Text) Source #

Task name of the request, in the case of an offline request.

rlPendingTime :: Lens' RequestLog (Maybe Scientific) Source #

Time this request spent in the pending request queue.

rlWasLoadingRequest :: Lens' RequestLog (Maybe Bool) Source #

Whether this was a loading request for the instance.

rlFirst :: Lens' RequestLog (Maybe Bool) Source #

Whether this is the first RequestLog entry for this request. If an active request has several RequestLog entries written to Stackdriver Logging, then this field will be set for one of them.

rlStartTime :: Lens' RequestLog (Maybe UTCTime) Source #

Time when the request started.

rlLatency :: Lens' RequestLog (Maybe Scientific) Source #

Latency of the request.

rlURLMapEntry :: Lens' RequestLog (Maybe Text) Source #

File or class that handled the request.

rlCost :: Lens' RequestLog (Maybe Double) Source #

An indication of the relative cost of serving this request.

rlReferrer :: Lens' RequestLog (Maybe Text) Source #

Referrer URL of request.

rlLine :: Lens' RequestLog [LogLine] Source #

A list of log lines emitted by the application while serving this request.

rlIP :: Lens' RequestLog (Maybe Text) Source #

Origin IP address.

rlAppId :: Lens' RequestLog (Maybe Text) Source #

Application that handled this request.

rlMethod :: Lens' RequestLog (Maybe Text) Source #

Request method. Example: "GET", "HEAD", "PUT", "POST", "DELETE".

rlResource :: Lens' RequestLog (Maybe Text) Source #

Contains the path and query portion of the URL that was requested. For example, if the URL was "http://example.com/app?name=val", the resource would be "/app?name=val". The fragment identifier, which is identified by the # character, is not included.

rlEndTime :: Lens' RequestLog (Maybe UTCTime) Source #

Time when the request finished.

rlFinished :: Lens' RequestLog (Maybe Bool) Source #

Whether this request is finished or active.

rlMegaCycles :: Lens' RequestLog (Maybe Int64) Source #

Number of CPU megacycles used to process request.

rlUserAgent :: Lens' RequestLog (Maybe Text) Source #

User agent that made the request.

rlNickname :: Lens' RequestLog (Maybe Text) Source #

The logged-in user who made the request.Most likely, this is the part of the user's email before the ' sign. The field value is the same for different requests from the same user, but different users can have similar names. This information is also available to the application via the App Engine Users API.This field will be populated starting with App Engine 1.9.21.

rlHost :: Lens' RequestLog (Maybe Text) Source #

Internet host and port number of the resource being requested.

rlTaskQueueName :: Lens' RequestLog (Maybe Text) Source #

Queue name of the request, in the case of an offline request.

rlResponseSize :: Lens' RequestLog (Maybe Int64) Source #

Size in bytes sent back to client by request.

rlSourceReference :: Lens' RequestLog [SourceReference] Source #

Source code for the application that handled this request. There can be more than one source reference per deployed application if source code is distributed among multiple repositories.

rlAppEngineRelease :: Lens' RequestLog (Maybe Text) Source #

App Engine release version.

LogEntryProtoPayload

data LogEntryProtoPayload Source #

The log entry payload, represented as a protocol buffer. Some Google Cloud Platform services use this field for their log entry payloads.

See: logEntryProtoPayload smart constructor.

Instances

Eq LogEntryProtoPayload Source # 
Data LogEntryProtoPayload Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogEntryProtoPayload -> c LogEntryProtoPayload #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogEntryProtoPayload #

toConstr :: LogEntryProtoPayload -> Constr #

dataTypeOf :: LogEntryProtoPayload -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogEntryProtoPayload) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogEntryProtoPayload) #

gmapT :: (forall b. Data b => b -> b) -> LogEntryProtoPayload -> LogEntryProtoPayload #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryProtoPayload -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryProtoPayload -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogEntryProtoPayload -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogEntryProtoPayload -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogEntryProtoPayload -> m LogEntryProtoPayload #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryProtoPayload -> m LogEntryProtoPayload #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryProtoPayload -> m LogEntryProtoPayload #

Show LogEntryProtoPayload Source # 
Generic LogEntryProtoPayload Source # 
ToJSON LogEntryProtoPayload Source # 
FromJSON LogEntryProtoPayload Source # 
type Rep LogEntryProtoPayload Source # 
type Rep LogEntryProtoPayload = D1 (MetaData "LogEntryProtoPayload" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" True) (C1 (MetaCons "LogEntryProtoPayload'" PrefixI True) (S1 (MetaSel (Just Symbol "_leppAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

logEntryProtoPayload Source #

Creates a value of LogEntryProtoPayload with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

leppAddtional :: Lens' LogEntryProtoPayload (HashMap Text JSONValue) Source #

Properties of the object. Contains field 'type with type URL.

LogEntrySourceLocation

data LogEntrySourceLocation Source #

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

See: logEntrySourceLocation smart constructor.

Instances

Eq LogEntrySourceLocation Source # 
Data LogEntrySourceLocation Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogEntrySourceLocation -> c LogEntrySourceLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogEntrySourceLocation #

toConstr :: LogEntrySourceLocation -> Constr #

dataTypeOf :: LogEntrySourceLocation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogEntrySourceLocation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogEntrySourceLocation) #

gmapT :: (forall b. Data b => b -> b) -> LogEntrySourceLocation -> LogEntrySourceLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogEntrySourceLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogEntrySourceLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogEntrySourceLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogEntrySourceLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogEntrySourceLocation -> m LogEntrySourceLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntrySourceLocation -> m LogEntrySourceLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntrySourceLocation -> m LogEntrySourceLocation #

Show LogEntrySourceLocation Source # 
Generic LogEntrySourceLocation Source # 
ToJSON LogEntrySourceLocation Source # 
FromJSON LogEntrySourceLocation Source # 
type Rep LogEntrySourceLocation Source # 
type Rep LogEntrySourceLocation = D1 (MetaData "LogEntrySourceLocation" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "LogEntrySourceLocation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_leslFunction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_leslLine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_leslFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

logEntrySourceLocation :: LogEntrySourceLocation Source #

Creates a value of LogEntrySourceLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

leslFunction :: Lens' LogEntrySourceLocation (Maybe Text) Source #

Optional. Human-readable name of the function or method being invoked, with optional context such as the class or package name. This information may be used in contexts such as the logs viewer, where a file and line number are less meaningful. The format can vary by language. For example: qual.if.ied.Class.method (Java), dir/package.func (Go), function (Python).

leslLine :: Lens' LogEntrySourceLocation (Maybe Int64) Source #

Optional. Line within the source file. 1-based; 0 indicates no line number available.

leslFile :: Lens' LogEntrySourceLocation (Maybe Text) Source #

Optional. Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.

WriteLogEntriesResponse

data WriteLogEntriesResponse Source #

Result returned from WriteLogEntries. empty

See: writeLogEntriesResponse smart constructor.

Instances

Eq WriteLogEntriesResponse Source # 
Data WriteLogEntriesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WriteLogEntriesResponse -> c WriteLogEntriesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WriteLogEntriesResponse #

toConstr :: WriteLogEntriesResponse -> Constr #

dataTypeOf :: WriteLogEntriesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c WriteLogEntriesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WriteLogEntriesResponse) #

gmapT :: (forall b. Data b => b -> b) -> WriteLogEntriesResponse -> WriteLogEntriesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WriteLogEntriesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WriteLogEntriesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> WriteLogEntriesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WriteLogEntriesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WriteLogEntriesResponse -> m WriteLogEntriesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WriteLogEntriesResponse -> m WriteLogEntriesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WriteLogEntriesResponse -> m WriteLogEntriesResponse #

Show WriteLogEntriesResponse Source # 
Generic WriteLogEntriesResponse Source # 
ToJSON WriteLogEntriesResponse Source # 
FromJSON WriteLogEntriesResponse Source # 
type Rep WriteLogEntriesResponse Source # 
type Rep WriteLogEntriesResponse = D1 (MetaData "WriteLogEntriesResponse" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "WriteLogEntriesResponse'" PrefixI False) U1)

writeLogEntriesResponse :: WriteLogEntriesResponse Source #

Creates a value of WriteLogEntriesResponse with the minimum fields required to make a request.

LogSink

data LogSink Source #

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

See: logSink smart constructor.

Instances

Eq LogSink Source # 

Methods

(==) :: LogSink -> LogSink -> Bool #

(/=) :: LogSink -> LogSink -> Bool #

Data LogSink Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogSink -> c LogSink #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogSink #

toConstr :: LogSink -> Constr #

dataTypeOf :: LogSink -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogSink) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogSink) #

gmapT :: (forall b. Data b => b -> b) -> LogSink -> LogSink #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogSink -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogSink -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogSink -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogSink -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogSink -> m LogSink #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogSink -> m LogSink #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogSink -> m LogSink #

Show LogSink Source # 
Generic LogSink Source # 

Associated Types

type Rep LogSink :: * -> * #

Methods

from :: LogSink -> Rep LogSink x #

to :: Rep LogSink x -> LogSink #

ToJSON LogSink Source # 
FromJSON LogSink Source # 
type Rep LogSink Source # 

logSink :: LogSink Source #

Creates a value of LogSink with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lsDestination :: Lens' LogSink (Maybe Text) Source #

Required. The export destination: "storage.googleapis.com/[GCS_BUCKET]" "bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]" "pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]" The sink's writer_identity, set when the sink is created, must have permission to write to the destination or else the log entries are not exported. For more information, see Exporting Logs With Sinks.

lsStartTime :: Lens' LogSink (Maybe UTCTime) Source #

Optional. The time at which this sink will begin exporting log entries. Log entries are exported only if their timestamp is not earlier than the start time. The default value of this field is the time the sink is created or updated.

lsOutputVersionFormat :: Lens' LogSink (Maybe LogSinkOutputVersionFormat) Source #

Optional. The log entry format to use for this sink's exported log entries. The v2 format is used by default. The v1 format is deprecated and should be used only as part of a migration effort to v2. See Migration to the v2 API.

lsWriterIdentity :: Lens' LogSink (Maybe Text) Source #

Output only. An IAM identity—a service account or group—under which Stackdriver Logging writes the exported log entries to the sink's destination. This field is set by sinks.create and sinks.update, based on the setting of unique_writer_identity in those methods.Until you grant this identity write-access to the destination, log entry exports from this sink will fail. For more information, see Granting access for a resource. Consult the destination service's documentation to determine the appropriate IAM roles to assign to the identity.

lsName :: Lens' LogSink (Maybe Text) Source #

Required. The client-assigned sink identifier, unique within the project. Example: "my-syslog-errors-to-pubsub". Sink identifiers are limited to 100 characters and can include only the following characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.

lsEndTime :: Lens' LogSink (Maybe UTCTime) Source #

Optional. The time at which this sink will stop exporting log entries. Log entries are exported only if their timestamp is earlier than the end time. If this field is not supplied, there is no end time. If both a start time and an end time are provided, then the end time must be later than the start time.

lsFilter :: Lens' LogSink (Maybe Text) Source #

Optional. An advanced logs filter. The only exported log entries are those that are in the resource owning the sink and that match the filter. The filter must use the log entry format specified by the output_version_format parameter. For example, in the v2 format: logName="projects/[PROJECT_ID]/logs/[LOG_ID]" AND severity>=ERROR

ListLogsResponse

data ListLogsResponse Source #

Result returned from ListLogs.

See: listLogsResponse smart constructor.

Instances

Eq ListLogsResponse Source # 
Data ListLogsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListLogsResponse -> c ListLogsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListLogsResponse #

toConstr :: ListLogsResponse -> Constr #

dataTypeOf :: ListLogsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListLogsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListLogsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListLogsResponse -> ListLogsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListLogsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListLogsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListLogsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListLogsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListLogsResponse -> m ListLogsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogsResponse -> m ListLogsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogsResponse -> m ListLogsResponse #

Show ListLogsResponse Source # 
Generic ListLogsResponse Source # 
ToJSON ListLogsResponse Source # 
FromJSON ListLogsResponse Source # 
type Rep ListLogsResponse Source # 
type Rep ListLogsResponse = D1 (MetaData "ListLogsResponse" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "ListLogsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_llrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_llrLogNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

listLogsResponse :: ListLogsResponse Source #

Creates a value of ListLogsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

llrNextPageToken :: Lens' ListLogsResponse (Maybe Text) Source #

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

llrLogNames :: Lens' ListLogsResponse [Text] Source #

A list of log names. For example, "projects/my-project/syslog" or "organizations/123/cloudresourcemanager.googleapis.com%2Factivity".

ListMonitoredResourceDescriptorsResponse

data ListMonitoredResourceDescriptorsResponse Source #

Result returned from ListMonitoredResourceDescriptors.

See: listMonitoredResourceDescriptorsResponse smart constructor.

Instances

Eq ListMonitoredResourceDescriptorsResponse Source # 
Data ListMonitoredResourceDescriptorsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListMonitoredResourceDescriptorsResponse -> c ListMonitoredResourceDescriptorsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListMonitoredResourceDescriptorsResponse #

toConstr :: ListMonitoredResourceDescriptorsResponse -> Constr #

dataTypeOf :: ListMonitoredResourceDescriptorsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListMonitoredResourceDescriptorsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListMonitoredResourceDescriptorsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListMonitoredResourceDescriptorsResponse -> ListMonitoredResourceDescriptorsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListMonitoredResourceDescriptorsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListMonitoredResourceDescriptorsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListMonitoredResourceDescriptorsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListMonitoredResourceDescriptorsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListMonitoredResourceDescriptorsResponse -> m ListMonitoredResourceDescriptorsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListMonitoredResourceDescriptorsResponse -> m ListMonitoredResourceDescriptorsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListMonitoredResourceDescriptorsResponse -> m ListMonitoredResourceDescriptorsResponse #

Show ListMonitoredResourceDescriptorsResponse Source # 
Generic ListMonitoredResourceDescriptorsResponse Source # 
ToJSON ListMonitoredResourceDescriptorsResponse Source # 
FromJSON ListMonitoredResourceDescriptorsResponse Source # 
type Rep ListMonitoredResourceDescriptorsResponse Source # 
type Rep ListMonitoredResourceDescriptorsResponse = D1 (MetaData "ListMonitoredResourceDescriptorsResponse" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "ListMonitoredResourceDescriptorsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lmrdrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lmrdrResourceDescriptors") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MonitoredResourceDescriptor])))))

listMonitoredResourceDescriptorsResponse :: ListMonitoredResourceDescriptorsResponse Source #

Creates a value of ListMonitoredResourceDescriptorsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lmrdrNextPageToken :: Lens' ListMonitoredResourceDescriptorsResponse (Maybe Text) Source #

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

LabelDescriptorValueType

data LabelDescriptorValueType Source #

The type of data that can be assigned to the label.

Constructors

String

STRING A variable-length string. This is the default.

Bool

BOOL Boolean; true or false.

INT64

INT64 A 64-bit signed integer.

Instances

Enum LabelDescriptorValueType Source # 
Eq LabelDescriptorValueType Source # 
Data LabelDescriptorValueType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LabelDescriptorValueType -> c LabelDescriptorValueType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LabelDescriptorValueType #

toConstr :: LabelDescriptorValueType -> Constr #

dataTypeOf :: LabelDescriptorValueType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LabelDescriptorValueType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LabelDescriptorValueType) #

gmapT :: (forall b. Data b => b -> b) -> LabelDescriptorValueType -> LabelDescriptorValueType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LabelDescriptorValueType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LabelDescriptorValueType -> r #

gmapQ :: (forall d. Data d => d -> u) -> LabelDescriptorValueType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LabelDescriptorValueType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LabelDescriptorValueType -> m LabelDescriptorValueType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LabelDescriptorValueType -> m LabelDescriptorValueType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LabelDescriptorValueType -> m LabelDescriptorValueType #

Ord LabelDescriptorValueType Source # 
Read LabelDescriptorValueType Source # 
Show LabelDescriptorValueType Source # 
Generic LabelDescriptorValueType Source # 
Hashable LabelDescriptorValueType Source # 
ToJSON LabelDescriptorValueType Source # 
FromJSON LabelDescriptorValueType Source # 
FromHttpApiData LabelDescriptorValueType Source # 
ToHttpApiData LabelDescriptorValueType Source # 
type Rep LabelDescriptorValueType Source # 
type Rep LabelDescriptorValueType = D1 (MetaData "LabelDescriptorValueType" "Network.Google.Logging.Types.Sum" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) ((:+:) (C1 (MetaCons "String" PrefixI False) U1) ((:+:) (C1 (MetaCons "Bool" PrefixI False) U1) (C1 (MetaCons "INT64" PrefixI False) U1)))

HTTPRequest

data HTTPRequest Source #

A common proto for logging HTTP requests. Only contains semantics defined by the HTTP specification. Product-specific logging information MUST be defined in a separate message.

See: hTTPRequest smart constructor.

Instances

Eq HTTPRequest Source # 
Data HTTPRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HTTPRequest -> c HTTPRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HTTPRequest #

toConstr :: HTTPRequest -> Constr #

dataTypeOf :: HTTPRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HTTPRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HTTPRequest) #

gmapT :: (forall b. Data b => b -> b) -> HTTPRequest -> HTTPRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HTTPRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HTTPRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> HTTPRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HTTPRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HTTPRequest -> m HTTPRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HTTPRequest -> m HTTPRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HTTPRequest -> m HTTPRequest #

Show HTTPRequest Source # 
Generic HTTPRequest Source # 

Associated Types

type Rep HTTPRequest :: * -> * #

ToJSON HTTPRequest Source # 
FromJSON HTTPRequest Source # 
type Rep HTTPRequest Source # 
type Rep HTTPRequest = D1 (MetaData "HTTPRequest" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "HTTPRequest'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_httprStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_httprRequestURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_httprCacheFillBytes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_httprRemoteIP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_httprLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Duration)))) ((:*:) (S1 (MetaSel (Just Symbol "_httprServerIP") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_httprRequestSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_httprCacheValidatedWithOriginServer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_httprUserAgent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_httprCacheLookup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_httprResponseSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) (S1 (MetaSel (Just Symbol "_httprRequestMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_httprCacheHit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_httprReferer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

httprStatus :: Lens' HTTPRequest (Maybe Int32) Source #

The response code indicating the status of response. Examples: 200, 404.

httprRequestURL :: Lens' HTTPRequest (Maybe Text) Source #

The scheme (http, https), the host name, the path and the query portion of the URL that was requested. Example: "http://example.com/some/info?color=red".

httprCacheFillBytes :: Lens' HTTPRequest (Maybe Int64) Source #

The number of HTTP response bytes inserted into cache. Set only when a cache fill was attempted.

httprRemoteIP :: Lens' HTTPRequest (Maybe Text) Source #

The IP address (IPv4 or IPv6) of the client that issued the HTTP request. Examples: "192.168.1.1", "FE80::0202:B3FF:FE1E:8329".

httprLatency :: Lens' HTTPRequest (Maybe Scientific) Source #

The request processing latency on the server, from the time the request was received until the response was sent.

httprServerIP :: Lens' HTTPRequest (Maybe Text) Source #

The IP address (IPv4 or IPv6) of the origin server that the request was sent to.

httprRequestSize :: Lens' HTTPRequest (Maybe Int64) Source #

The size of the HTTP request message in bytes, including the request headers and the request body.

httprCacheValidatedWithOriginServer :: Lens' HTTPRequest (Maybe Bool) Source #

Whether or not the response was validated with the origin server before being served from cache. This field is only meaningful if cache_hit is True.

httprUserAgent :: Lens' HTTPRequest (Maybe Text) Source #

The user agent sent by the client. Example: "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)".

httprCacheLookup :: Lens' HTTPRequest (Maybe Bool) Source #

Whether or not a cache lookup was attempted.

httprResponseSize :: Lens' HTTPRequest (Maybe Int64) Source #

The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.

httprRequestMethod :: Lens' HTTPRequest (Maybe Text) Source #

The request method. Examples: "GET", "HEAD", "PUT", "POST".

httprCacheHit :: Lens' HTTPRequest (Maybe Bool) Source #

Whether or not an entity was served from cache (with or without validation).

httprReferer :: Lens' HTTPRequest (Maybe Text) Source #

The referer URL of the request, as defined in HTTP/1.1 Header Field Definitions (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).

WriteLogEntriesRequestLabels

data WriteLogEntriesRequestLabels Source #

Optional. Default labels that are added to the labels field of all log entries in entries. If a log entry already has a label with the same key as a label in this parameter, then the log entry's label is not changed. See LogEntry.

See: writeLogEntriesRequestLabels smart constructor.

Instances

Eq WriteLogEntriesRequestLabels Source # 
Data WriteLogEntriesRequestLabels Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> WriteLogEntriesRequestLabels -> c WriteLogEntriesRequestLabels #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c WriteLogEntriesRequestLabels #

toConstr :: WriteLogEntriesRequestLabels -> Constr #

dataTypeOf :: WriteLogEntriesRequestLabels -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c WriteLogEntriesRequestLabels) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c WriteLogEntriesRequestLabels) #

gmapT :: (forall b. Data b => b -> b) -> WriteLogEntriesRequestLabels -> WriteLogEntriesRequestLabels #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> WriteLogEntriesRequestLabels -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> WriteLogEntriesRequestLabels -> r #

gmapQ :: (forall d. Data d => d -> u) -> WriteLogEntriesRequestLabels -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> WriteLogEntriesRequestLabels -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> WriteLogEntriesRequestLabels -> m WriteLogEntriesRequestLabels #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> WriteLogEntriesRequestLabels -> m WriteLogEntriesRequestLabels #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> WriteLogEntriesRequestLabels -> m WriteLogEntriesRequestLabels #

Show WriteLogEntriesRequestLabels Source # 
Generic WriteLogEntriesRequestLabels Source # 
ToJSON WriteLogEntriesRequestLabels Source # 
FromJSON WriteLogEntriesRequestLabels Source # 
type Rep WriteLogEntriesRequestLabels Source # 
type Rep WriteLogEntriesRequestLabels = D1 (MetaData "WriteLogEntriesRequestLabels" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" True) (C1 (MetaCons "WriteLogEntriesRequestLabels'" PrefixI True) (S1 (MetaSel (Just Symbol "_wlerlAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

writeLogEntriesRequestLabels Source #

Creates a value of WriteLogEntriesRequestLabels with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

MonitoredResource

data MonitoredResource Source #

An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource's schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for "gce_instance" has labels "instance_id" and "zone": { "type": "gce_instance", "labels": { "instance_id": "12345678901234", "zone": "us-central1-a" }}

See: monitoredResource smart constructor.

Instances

Eq MonitoredResource Source # 
Data MonitoredResource Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MonitoredResource -> c MonitoredResource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MonitoredResource #

toConstr :: MonitoredResource -> Constr #

dataTypeOf :: MonitoredResource -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MonitoredResource) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MonitoredResource) #

gmapT :: (forall b. Data b => b -> b) -> MonitoredResource -> MonitoredResource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MonitoredResource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MonitoredResource -> r #

gmapQ :: (forall d. Data d => d -> u) -> MonitoredResource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MonitoredResource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MonitoredResource -> m MonitoredResource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MonitoredResource -> m MonitoredResource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MonitoredResource -> m MonitoredResource #

Show MonitoredResource Source # 
Generic MonitoredResource Source # 
ToJSON MonitoredResource Source # 
FromJSON MonitoredResource Source # 
type Rep MonitoredResource Source # 
type Rep MonitoredResource = D1 (MetaData "MonitoredResource" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "MonitoredResource'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mrLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MonitoredResourceLabels))) (S1 (MetaSel (Just Symbol "_mrType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

monitoredResource :: MonitoredResource Source #

Creates a value of MonitoredResource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mrLabels :: Lens' MonitoredResource (Maybe MonitoredResourceLabels) Source #

Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Cloud SQL databases use the labels "database_id" and "zone".

mrType :: Lens' MonitoredResource (Maybe Text) Source #

Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Cloud SQL database is "cloudsql_database".

Xgafv

data Xgafv Source #

V1 error format.

Constructors

X1

1 v1 error format

X2

2 v2 error format

Instances

Enum Xgafv Source # 
Eq Xgafv Source # 

Methods

(==) :: Xgafv -> Xgafv -> Bool #

(/=) :: Xgafv -> Xgafv -> Bool #

Data Xgafv Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Xgafv -> c Xgafv #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Xgafv #

toConstr :: Xgafv -> Constr #

dataTypeOf :: Xgafv -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Xgafv) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Xgafv) #

gmapT :: (forall b. Data b => b -> b) -> Xgafv -> Xgafv #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQ :: (forall d. Data d => d -> u) -> Xgafv -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Xgafv -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

Ord Xgafv Source # 

Methods

compare :: Xgafv -> Xgafv -> Ordering #

(<) :: Xgafv -> Xgafv -> Bool #

(<=) :: Xgafv -> Xgafv -> Bool #

(>) :: Xgafv -> Xgafv -> Bool #

(>=) :: Xgafv -> Xgafv -> Bool #

max :: Xgafv -> Xgafv -> Xgafv #

min :: Xgafv -> Xgafv -> Xgafv #

Read Xgafv Source # 
Show Xgafv Source # 

Methods

showsPrec :: Int -> Xgafv -> ShowS #

show :: Xgafv -> String #

showList :: [Xgafv] -> ShowS #

Generic Xgafv Source # 

Associated Types

type Rep Xgafv :: * -> * #

Methods

from :: Xgafv -> Rep Xgafv x #

to :: Rep Xgafv x -> Xgafv #

Hashable Xgafv Source # 

Methods

hashWithSalt :: Int -> Xgafv -> Int #

hash :: Xgafv -> Int #

ToJSON Xgafv Source # 
FromJSON Xgafv Source # 
FromHttpApiData Xgafv Source # 
ToHttpApiData Xgafv Source # 
type Rep Xgafv Source # 
type Rep Xgafv = D1 (MetaData "Xgafv" "Network.Google.Logging.Types.Sum" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) ((:+:) (C1 (MetaCons "X1" PrefixI False) U1) (C1 (MetaCons "X2" PrefixI False) U1))

LogLine

data LogLine Source #

Application log line emitted while processing a request.

See: logLine smart constructor.

Instances

Eq LogLine Source # 

Methods

(==) :: LogLine -> LogLine -> Bool #

(/=) :: LogLine -> LogLine -> Bool #

Data LogLine Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogLine -> c LogLine #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogLine #

toConstr :: LogLine -> Constr #

dataTypeOf :: LogLine -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogLine) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogLine) #

gmapT :: (forall b. Data b => b -> b) -> LogLine -> LogLine #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogLine -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogLine -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogLine -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogLine -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogLine -> m LogLine #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogLine -> m LogLine #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogLine -> m LogLine #

Show LogLine Source # 
Generic LogLine Source # 

Associated Types

type Rep LogLine :: * -> * #

Methods

from :: LogLine -> Rep LogLine x #

to :: Rep LogLine x -> LogLine #

ToJSON LogLine Source # 
FromJSON LogLine Source # 
type Rep LogLine Source # 
type Rep LogLine = D1 (MetaData "LogLine" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "LogLine'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_llTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) (S1 (MetaSel (Just Symbol "_llSeverity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogLineSeverity)))) ((:*:) (S1 (MetaSel (Just Symbol "_llLogMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_llSourceLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceLocation))))))

logLine :: LogLine Source #

Creates a value of LogLine with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

llTime :: Lens' LogLine (Maybe UTCTime) Source #

Approximate time when this log entry was made.

llSeverity :: Lens' LogLine (Maybe LogLineSeverity) Source #

Severity of this log entry.

llLogMessage :: Lens' LogLine (Maybe Text) Source #

App-provided log message.

llSourceLocation :: Lens' LogLine (Maybe SourceLocation) Source #

Where in the source code this log message was written.

LabelDescriptor

data LabelDescriptor Source #

A description of a label.

See: labelDescriptor smart constructor.

Instances

Eq LabelDescriptor Source # 
Data LabelDescriptor Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LabelDescriptor -> c LabelDescriptor #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LabelDescriptor #

toConstr :: LabelDescriptor -> Constr #

dataTypeOf :: LabelDescriptor -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LabelDescriptor) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LabelDescriptor) #

gmapT :: (forall b. Data b => b -> b) -> LabelDescriptor -> LabelDescriptor #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LabelDescriptor -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LabelDescriptor -> r #

gmapQ :: (forall d. Data d => d -> u) -> LabelDescriptor -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LabelDescriptor -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LabelDescriptor -> m LabelDescriptor #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LabelDescriptor -> m LabelDescriptor #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LabelDescriptor -> m LabelDescriptor #

Show LabelDescriptor Source # 
Generic LabelDescriptor Source # 
ToJSON LabelDescriptor Source # 
FromJSON LabelDescriptor Source # 
type Rep LabelDescriptor Source # 
type Rep LabelDescriptor = D1 (MetaData "LabelDescriptor" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "LabelDescriptor'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ldKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ldValueType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LabelDescriptorValueType))) (S1 (MetaSel (Just Symbol "_ldDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

labelDescriptor :: LabelDescriptor Source #

Creates a value of LabelDescriptor with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ldValueType :: Lens' LabelDescriptor (Maybe LabelDescriptorValueType) Source #

The type of data that can be assigned to the label.

ldDescription :: Lens' LabelDescriptor (Maybe Text) Source #

A human-readable description for the label.

ListLogEntriesRequest

data ListLogEntriesRequest Source #

The parameters to ListLogEntries.

See: listLogEntriesRequest smart constructor.

Instances

Eq ListLogEntriesRequest Source # 
Data ListLogEntriesRequest Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListLogEntriesRequest -> c ListLogEntriesRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListLogEntriesRequest #

toConstr :: ListLogEntriesRequest -> Constr #

dataTypeOf :: ListLogEntriesRequest -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListLogEntriesRequest) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListLogEntriesRequest) #

gmapT :: (forall b. Data b => b -> b) -> ListLogEntriesRequest -> ListLogEntriesRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListLogEntriesRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListLogEntriesRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListLogEntriesRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListLogEntriesRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListLogEntriesRequest -> m ListLogEntriesRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogEntriesRequest -> m ListLogEntriesRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListLogEntriesRequest -> m ListLogEntriesRequest #

Show ListLogEntriesRequest Source # 
Generic ListLogEntriesRequest Source # 
ToJSON ListLogEntriesRequest Source # 
FromJSON ListLogEntriesRequest Source # 
type Rep ListLogEntriesRequest Source # 
type Rep ListLogEntriesRequest = D1 (MetaData "ListLogEntriesRequest" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "ListLogEntriesRequest'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_llerOrderBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_llerProjectIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_llerFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_llerPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_llerPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_llerResourceNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))))

listLogEntriesRequest :: ListLogEntriesRequest Source #

Creates a value of ListLogEntriesRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

llerOrderBy :: Lens' ListLogEntriesRequest (Maybe Text) Source #

Optional. How the results should be sorted. Presently, the only permitted values are "timestamp asc" (default) and "timestamp desc". The first option returns entries in order of increasing values of LogEntry.timestamp (oldest first), and the second option returns entries in order of decreasing timestamps (newest first). Entries with equal timestamps are returned in order of LogEntry.insertId.

llerProjectIds :: Lens' ListLogEntriesRequest [Text] Source #

Deprecated. Use resource_names instead. One or more project identifiers or project numbers from which to retrieve log entries. Example: "my-project-1A". If present, these project identifiers are converted to resource name format and added to the list of resources in resource_names.

llerFilter :: Lens' ListLogEntriesRequest (Maybe Text) Source #

Optional. A filter that chooses which log entries to return. See Advanced Logs Filters. Only log entries that match the filter are returned. An empty filter matches all log entries in the resources listed in resource_names. Referencing a parent resource that is not listed in resource_names will cause the filter to return no results. The maximum length of the filter is 20000 characters.

llerPageToken :: Lens' ListLogEntriesRequest (Maybe Text) Source #

Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.

llerPageSize :: Lens' ListLogEntriesRequest (Maybe Int32) Source #

Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.

llerResourceNames :: Lens' ListLogEntriesRequest [Text] Source #

Required. Names of one or more resources from which to retrieve log entries: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" Projects listed in the project_ids field are added to this list.

LogEntryOperation

data LogEntryOperation Source #

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

See: logEntryOperation smart constructor.

Instances

Eq LogEntryOperation Source # 
Data LogEntryOperation Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogEntryOperation -> c LogEntryOperation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogEntryOperation #

toConstr :: LogEntryOperation -> Constr #

dataTypeOf :: LogEntryOperation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogEntryOperation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogEntryOperation) #

gmapT :: (forall b. Data b => b -> b) -> LogEntryOperation -> LogEntryOperation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryOperation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryOperation -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogEntryOperation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogEntryOperation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogEntryOperation -> m LogEntryOperation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryOperation -> m LogEntryOperation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryOperation -> m LogEntryOperation #

Show LogEntryOperation Source # 
Generic LogEntryOperation Source # 
ToJSON LogEntryOperation Source # 
FromJSON LogEntryOperation Source # 
type Rep LogEntryOperation Source # 
type Rep LogEntryOperation = D1 (MetaData "LogEntryOperation" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "LogEntryOperation'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_leoFirst") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_leoProducer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_leoLast") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_leoId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

logEntryOperation :: LogEntryOperation Source #

Creates a value of LogEntryOperation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

leoFirst :: Lens' LogEntryOperation (Maybe Bool) Source #

Optional. Set this to True if this is the first log entry in the operation.

leoProducer :: Lens' LogEntryOperation (Maybe Text) Source #

Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".

leoLast :: Lens' LogEntryOperation (Maybe Bool) Source #

Optional. Set this to True if this is the last log entry in the operation.

leoId :: Lens' LogEntryOperation (Maybe Text) Source #

Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.

LogMetric

data LogMetric Source #

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.

See: logMetric smart constructor.

Instances

Eq LogMetric Source # 
Data LogMetric Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogMetric -> c LogMetric #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogMetric #

toConstr :: LogMetric -> Constr #

dataTypeOf :: LogMetric -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogMetric) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogMetric) #

gmapT :: (forall b. Data b => b -> b) -> LogMetric -> LogMetric #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogMetric -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogMetric -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogMetric -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogMetric -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogMetric -> m LogMetric #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogMetric -> m LogMetric #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogMetric -> m LogMetric #

Show LogMetric Source # 
Generic LogMetric Source # 

Associated Types

type Rep LogMetric :: * -> * #

ToJSON LogMetric Source # 
FromJSON LogMetric Source # 
type Rep LogMetric Source # 
type Rep LogMetric = D1 (MetaData "LogMetric" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "LogMetric'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lmName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lmVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogMetricVersion)))) ((:*:) (S1 (MetaSel (Just Symbol "_lmFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lmDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

logMetric :: LogMetric Source #

Creates a value of LogMetric with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lmName :: Lens' LogMetric (Maybe Text) Source #

Required. The client-assigned metric identifier. Examples: "error_count", "nginx/requests".Metric identifiers are limited to 100 characters and can include only the following characters: A-Z, a-z, 0-9, and the special characters _-.,+!*',()%/. The forward-slash character (/) denotes a hierarchy of name pieces, and it cannot be the first character of the name.The metric identifier in this field must not be URL-encoded (https://en.wikipedia.org/wiki/Percent-encoding). However, when the metric identifier appears as the [METRIC_ID] part of a metric_name API parameter, then the metric identifier must be URL-encoded. Example: "projects/my-project/metrics/nginx%2Frequests".

lmVersion :: Lens' LogMetric (Maybe LogMetricVersion) Source #

Output only. The API version that created or updated this metric. The version also dictates the syntax of the filter expression. When a value for this field is missing, the default value of V2 should be assumed.

lmFilter :: Lens' LogMetric (Maybe Text) Source #

Required. An advanced logs filter which is used to match log entries. Example: "resource.type=gae_app AND severity>=ERROR" The maximum length of the filter is 20000 characters.

lmDescription :: Lens' LogMetric (Maybe Text) Source #

Optional. A description of this metric, which is used in documentation.

LogEntry

data LogEntry Source #

An individual entry in a log.

See: logEntry smart constructor.

Instances

Eq LogEntry Source # 
Data LogEntry Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogEntry -> c LogEntry #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogEntry #

toConstr :: LogEntry -> Constr #

dataTypeOf :: LogEntry -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogEntry) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogEntry) #

gmapT :: (forall b. Data b => b -> b) -> LogEntry -> LogEntry #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogEntry -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogEntry -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogEntry -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogEntry -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogEntry -> m LogEntry #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntry -> m LogEntry #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntry -> m LogEntry #

Show LogEntry Source # 
Generic LogEntry Source # 

Associated Types

type Rep LogEntry :: * -> * #

Methods

from :: LogEntry -> Rep LogEntry x #

to :: Rep LogEntry x -> LogEntry #

ToJSON LogEntry Source # 
FromJSON LogEntry Source # 
type Rep LogEntry Source # 
type Rep LogEntry = D1 (MetaData "LogEntry" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "LogEntry'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_leOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogEntryOperation))) ((:*:) (S1 (MetaSel (Just Symbol "_leSeverity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogEntrySeverity))) (S1 (MetaSel (Just Symbol "_leTextPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_leJSONPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogEntryJSONPayload))) ((:*:) (S1 (MetaSel (Just Symbol "_leHTTPRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HTTPRequest))) (S1 (MetaSel (Just Symbol "_leResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MonitoredResource)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_leInsertId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_leLabels") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogEntryLabels))) (S1 (MetaSel (Just Symbol "_leProtoPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogEntryProtoPayload))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_leSourceLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogEntrySourceLocation))) (S1 (MetaSel (Just Symbol "_leLogName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_leTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) (S1 (MetaSel (Just Symbol "_leTrace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

logEntry :: LogEntry Source #

Creates a value of LogEntry with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

leOperation :: Lens' LogEntry (Maybe LogEntryOperation) Source #

Optional. Information about an operation associated with the log entry, if applicable.

leSeverity :: Lens' LogEntry (Maybe LogEntrySeverity) Source #

Optional. The severity of the log entry. The default value is LogSeverity.DEFAULT.

leTextPayload :: Lens' LogEntry (Maybe Text) Source #

The log entry payload, represented as a Unicode string (UTF-8).

leJSONPayload :: Lens' LogEntry (Maybe LogEntryJSONPayload) Source #

The log entry payload, represented as a structure that is expressed as a JSON object.

leHTTPRequest :: Lens' LogEntry (Maybe HTTPRequest) Source #

Optional. Information about the HTTP request associated with this log entry, if applicable.

leResource :: Lens' LogEntry (Maybe MonitoredResource) Source #

Required. The monitored resource associated with this log entry. Example: a log entry that reports a database error would be associated with the monitored resource designating the particular database that reported the error.

leInsertId :: Lens' LogEntry (Maybe Text) Source #

Optional. A unique ID for the log entry. If you provide this field, the logging service considers other log entries in the same project with the same ID as duplicates which can be removed. If omitted, Stackdriver Logging will generate a unique ID for this log entry.

leLabels :: Lens' LogEntry (Maybe LogEntryLabels) Source #

Optional. A set of user-defined (key, value) data that provides additional information about the log entry.

leProtoPayload :: Lens' LogEntry (Maybe LogEntryProtoPayload) Source #

The log entry payload, represented as a protocol buffer. Some Google Cloud Platform services use this field for their log entry payloads.

leSourceLocation :: Lens' LogEntry (Maybe LogEntrySourceLocation) Source #

Optional. Source code location information associated with the log entry, if any.

leLogName :: Lens' LogEntry (Maybe Text) Source #

Required. The resource name of the log to which this log entry belongs: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded within log_name. Example: "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". [LOG_ID] must be less than 512 characters long and can only include the following characters: upper and lower case alphanumeric characters, forward-slash, underscore, hyphen, and period.For backward compatibility, if log_name begins with a forward-slash, such as /projects/..., then the log entry is ingested as usual but the forward-slash is removed. Listing the log entry will not show the leading slash and filtering for a log name with a leading slash will never return any results.

leTimestamp :: Lens' LogEntry (Maybe UTCTime) Source #

Optional. The time the event described by the log entry occurred. If omitted, Stackdriver Logging will use the time the log entry is received.

leTrace :: Lens' LogEntry (Maybe Text) Source #

Optional. Resource name of the trace associated with the log entry, if any. If it contains a relative resource name, the name is assumed to be relative to //tracing.googleapis.com. Example: projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824

SourceLocation

data SourceLocation Source #

Specifies a location in a source code file.

See: sourceLocation smart constructor.

Instances

Eq SourceLocation Source # 
Data SourceLocation Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceLocation -> c SourceLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceLocation #

toConstr :: SourceLocation -> Constr #

dataTypeOf :: SourceLocation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SourceLocation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceLocation) #

gmapT :: (forall b. Data b => b -> b) -> SourceLocation -> SourceLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceLocation -> m SourceLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceLocation -> m SourceLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceLocation -> m SourceLocation #

Show SourceLocation Source # 
Generic SourceLocation Source # 

Associated Types

type Rep SourceLocation :: * -> * #

ToJSON SourceLocation Source # 
FromJSON SourceLocation Source # 
type Rep SourceLocation Source # 
type Rep SourceLocation = D1 (MetaData "SourceLocation" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "SourceLocation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_slLine") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) ((:*:) (S1 (MetaSel (Just Symbol "_slFunctionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_slFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

sourceLocation :: SourceLocation Source #

Creates a value of SourceLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

slLine :: Lens' SourceLocation (Maybe Int64) Source #

Line within the source file.

slFunctionName :: Lens' SourceLocation (Maybe Text) Source #

Human-readable name of the function or method being invoked, with optional context such as the class or package name. This information is used in contexts such as the logs viewer, where a file and line number are less meaningful. The format can vary by language. For example: qual.if.ied.Class.method (Java), dir/package.func (Go), function (Python).

slFile :: Lens' SourceLocation (Maybe Text) Source #

Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.

LogEntrySeverity

data LogEntrySeverity Source #

Optional. The severity of the log entry. The default value is LogSeverity.DEFAULT.

Constructors

Default

DEFAULT (0) The log entry has no assigned severity level.

Debug

DEBUG (100) Debug or trace information.

Info

INFO (200) Routine information, such as ongoing status or performance.

Notice

NOTICE (300) Normal but significant events, such as start up, shut down, or a configuration change.

Warning

WARNING (400) Warning events might cause problems.

Error'

ERROR (500) Error events are likely to cause problems.

Critical

CRITICAL (600) Critical events cause more severe problems or outages.

Alert

ALERT (700) A person must take an action immediately.

Emergency

EMERGENCY (800) One or more systems are unusable.

Instances

Enum LogEntrySeverity Source # 
Eq LogEntrySeverity Source # 
Data LogEntrySeverity Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogEntrySeverity -> c LogEntrySeverity #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogEntrySeverity #

toConstr :: LogEntrySeverity -> Constr #

dataTypeOf :: LogEntrySeverity -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogEntrySeverity) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogEntrySeverity) #

gmapT :: (forall b. Data b => b -> b) -> LogEntrySeverity -> LogEntrySeverity #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogEntrySeverity -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogEntrySeverity -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogEntrySeverity -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogEntrySeverity -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogEntrySeverity -> m LogEntrySeverity #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntrySeverity -> m LogEntrySeverity #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntrySeverity -> m LogEntrySeverity #

Ord LogEntrySeverity Source # 
Read LogEntrySeverity Source # 
Show LogEntrySeverity Source # 
Generic LogEntrySeverity Source # 
Hashable LogEntrySeverity Source # 
ToJSON LogEntrySeverity Source # 
FromJSON LogEntrySeverity Source # 
FromHttpApiData LogEntrySeverity Source # 
ToHttpApiData LogEntrySeverity Source # 
type Rep LogEntrySeverity Source # 
type Rep LogEntrySeverity = D1 (MetaData "LogEntrySeverity" "Network.Google.Logging.Types.Sum" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "Default" PrefixI False) U1) (C1 (MetaCons "Debug" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Info" PrefixI False) U1) (C1 (MetaCons "Notice" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "Warning" PrefixI False) U1) (C1 (MetaCons "Error'" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Critical" PrefixI False) U1) ((:+:) (C1 (MetaCons "Alert" PrefixI False) U1) (C1 (MetaCons "Emergency" PrefixI False) U1)))))

SourceReference

data SourceReference Source #

A reference to a particular snapshot of the source tree used to build and deploy an application.

See: sourceReference smart constructor.

Instances

Eq SourceReference Source # 
Data SourceReference Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceReference -> c SourceReference #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceReference #

toConstr :: SourceReference -> Constr #

dataTypeOf :: SourceReference -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SourceReference) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceReference) #

gmapT :: (forall b. Data b => b -> b) -> SourceReference -> SourceReference #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceReference -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceReference -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceReference -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceReference -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceReference -> m SourceReference #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceReference -> m SourceReference #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceReference -> m SourceReference #

Show SourceReference Source # 
Generic SourceReference Source # 
ToJSON SourceReference Source # 
FromJSON SourceReference Source # 
type Rep SourceReference Source # 
type Rep SourceReference = D1 (MetaData "SourceReference" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "SourceReference'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_srRepository") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_srRevisionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

sourceReference :: SourceReference Source #

Creates a value of SourceReference with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

srRepository :: Lens' SourceReference (Maybe Text) Source #

Optional. A URI string identifying the repository. Example: "https://github.com/GoogleCloudPlatform/kubernetes.git"

srRevisionId :: Lens' SourceReference (Maybe Text) Source #

The canonical and persistent identifier of the deployed revision. Example (git): "0035781c50ec7aa23385dc841529ce8a4b70db1b"

LogEntryJSONPayload

data LogEntryJSONPayload Source #

The log entry payload, represented as a structure that is expressed as a JSON object.

See: logEntryJSONPayload smart constructor.

Instances

Eq LogEntryJSONPayload Source # 
Data LogEntryJSONPayload Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogEntryJSONPayload -> c LogEntryJSONPayload #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogEntryJSONPayload #

toConstr :: LogEntryJSONPayload -> Constr #

dataTypeOf :: LogEntryJSONPayload -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogEntryJSONPayload) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogEntryJSONPayload) #

gmapT :: (forall b. Data b => b -> b) -> LogEntryJSONPayload -> LogEntryJSONPayload #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryJSONPayload -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogEntryJSONPayload -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogEntryJSONPayload -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogEntryJSONPayload -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogEntryJSONPayload -> m LogEntryJSONPayload #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryJSONPayload -> m LogEntryJSONPayload #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogEntryJSONPayload -> m LogEntryJSONPayload #

Show LogEntryJSONPayload Source # 
Generic LogEntryJSONPayload Source # 
ToJSON LogEntryJSONPayload Source # 
FromJSON LogEntryJSONPayload Source # 
type Rep LogEntryJSONPayload Source # 
type Rep LogEntryJSONPayload = D1 (MetaData "LogEntryJSONPayload" "Network.Google.Logging.Types.Product" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" True) (C1 (MetaCons "LogEntryJSONPayload'" PrefixI True) (S1 (MetaSel (Just Symbol "_lejpAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

logEntryJSONPayload Source #

Creates a value of LogEntryJSONPayload with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

LogLineSeverity

data LogLineSeverity Source #

Severity of this log entry.

Constructors

LLSDefault

DEFAULT (0) The log entry has no assigned severity level.

LLSDebug

DEBUG (100) Debug or trace information.

LLSInfo

INFO (200) Routine information, such as ongoing status or performance.

LLSNotice

NOTICE (300) Normal but significant events, such as start up, shut down, or a configuration change.

LLSWarning

WARNING (400) Warning events might cause problems.

LLSError'

ERROR (500) Error events are likely to cause problems.

LLSCritical

CRITICAL (600) Critical events cause more severe problems or outages.

LLSAlert

ALERT (700) A person must take an action immediately.

LLSEmergency

EMERGENCY (800) One or more systems are unusable.

Instances

Enum LogLineSeverity Source # 
Eq LogLineSeverity Source # 
Data LogLineSeverity Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogLineSeverity -> c LogLineSeverity #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogLineSeverity #

toConstr :: LogLineSeverity -> Constr #

dataTypeOf :: LogLineSeverity -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogLineSeverity) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogLineSeverity) #

gmapT :: (forall b. Data b => b -> b) -> LogLineSeverity -> LogLineSeverity #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogLineSeverity -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogLineSeverity -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogLineSeverity -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogLineSeverity -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogLineSeverity -> m LogLineSeverity #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogLineSeverity -> m LogLineSeverity #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogLineSeverity -> m LogLineSeverity #

Ord LogLineSeverity Source # 
Read LogLineSeverity Source # 
Show LogLineSeverity Source # 
Generic LogLineSeverity Source # 
Hashable LogLineSeverity Source # 
ToJSON LogLineSeverity Source # 
FromJSON LogLineSeverity Source # 
FromHttpApiData LogLineSeverity Source # 
ToHttpApiData LogLineSeverity Source # 
type Rep LogLineSeverity Source # 
type Rep LogLineSeverity = D1 (MetaData "LogLineSeverity" "Network.Google.Logging.Types.Sum" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "LLSDefault" PrefixI False) U1) (C1 (MetaCons "LLSDebug" PrefixI False) U1)) ((:+:) (C1 (MetaCons "LLSInfo" PrefixI False) U1) (C1 (MetaCons "LLSNotice" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "LLSWarning" PrefixI False) U1) (C1 (MetaCons "LLSError'" PrefixI False) U1)) ((:+:) (C1 (MetaCons "LLSCritical" PrefixI False) U1) ((:+:) (C1 (MetaCons "LLSAlert" PrefixI False) U1) (C1 (MetaCons "LLSEmergency" PrefixI False) U1)))))