Skip to content

Latest commit

 

History

History
530 lines (291 loc) · 16.1 KB

LoggingBigqueryResponse.md

File metadata and controls

530 lines (291 loc) · 16.1 KB

LoggingBigqueryResponse

Properties

Name Type Description Notes
Name Pointer to string The name of the BigQuery logging object. Used as a primary key for API access. [optional]
Placement Pointer to NullableString Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver. [optional]
ResponseCondition Pointer to NullableString The name of an existing condition in the configured endpoint, or leave blank to always execute. [optional]
Format Pointer to string A Fastly log format string. Must produce JSON that matches the schema of your BigQuery table. [optional]
FormatVersion Pointer to string The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1. [optional] [default to "2"]
User Pointer to string Your Google Cloud Platform service account email address. The client_email field in your service account authentication JSON. Not required if account_name is specified. [optional]
SecretKey Pointer to string Your Google Cloud Platform account secret key. The private_key field in your service account authentication JSON. Not required if account_name is specified. [optional]
AccountName Pointer to string The name of the Google Cloud Platform service account associated with the target log collection service. Not required if user and secret_key are provided. [optional]
Dataset Pointer to string Your BigQuery dataset. [optional]
Table Pointer to string Your BigQuery table. [optional]
TemplateSuffix Pointer to NullableString BigQuery table name suffix template. Optional. [optional]
ProjectID Pointer to string Your Google Cloud Platform project ID. Required [optional]
CreatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
DeletedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
UpdatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]
ServiceID Pointer to string [optional] [readonly]
Version Pointer to string [optional] [readonly]

Methods

NewLoggingBigqueryResponse

func NewLoggingBigqueryResponse() *LoggingBigqueryResponse

NewLoggingBigqueryResponse instantiates a new LoggingBigqueryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewLoggingBigqueryResponseWithDefaults

func NewLoggingBigqueryResponseWithDefaults() *LoggingBigqueryResponse

NewLoggingBigqueryResponseWithDefaults instantiates a new LoggingBigqueryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetName

func (o *LoggingBigqueryResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *LoggingBigqueryResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *LoggingBigqueryResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *LoggingBigqueryResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetPlacement

func (o *LoggingBigqueryResponse) GetPlacement() string

GetPlacement returns the Placement field if non-nil, zero value otherwise.

GetPlacementOk

func (o *LoggingBigqueryResponse) GetPlacementOk() (*string, bool)

GetPlacementOk returns a tuple with the Placement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPlacement

func (o *LoggingBigqueryResponse) SetPlacement(v string)

SetPlacement sets Placement field to given value.

HasPlacement

func (o *LoggingBigqueryResponse) HasPlacement() bool

HasPlacement returns a boolean if a field has been set.

SetPlacementNil

func (o *LoggingBigqueryResponse) SetPlacementNil(b bool)

SetPlacementNil sets the value for Placement to be an explicit nil

UnsetPlacement

func (o *LoggingBigqueryResponse) UnsetPlacement()

UnsetPlacement ensures that no value is present for Placement, not even an explicit nil

GetResponseCondition

func (o *LoggingBigqueryResponse) GetResponseCondition() string

GetResponseCondition returns the ResponseCondition field if non-nil, zero value otherwise.

GetResponseConditionOk

func (o *LoggingBigqueryResponse) GetResponseConditionOk() (*string, bool)

GetResponseConditionOk returns a tuple with the ResponseCondition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResponseCondition

func (o *LoggingBigqueryResponse) SetResponseCondition(v string)

SetResponseCondition sets ResponseCondition field to given value.

HasResponseCondition

func (o *LoggingBigqueryResponse) HasResponseCondition() bool

HasResponseCondition returns a boolean if a field has been set.

SetResponseConditionNil

func (o *LoggingBigqueryResponse) SetResponseConditionNil(b bool)

SetResponseConditionNil sets the value for ResponseCondition to be an explicit nil

UnsetResponseCondition

func (o *LoggingBigqueryResponse) UnsetResponseCondition()

UnsetResponseCondition ensures that no value is present for ResponseCondition, not even an explicit nil

GetFormat

func (o *LoggingBigqueryResponse) GetFormat() string

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

func (o *LoggingBigqueryResponse) GetFormatOk() (*string, bool)

GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFormat

func (o *LoggingBigqueryResponse) SetFormat(v string)

SetFormat sets Format field to given value.

HasFormat

func (o *LoggingBigqueryResponse) HasFormat() bool

HasFormat returns a boolean if a field has been set.

GetFormatVersion

func (o *LoggingBigqueryResponse) GetFormatVersion() string

GetFormatVersion returns the FormatVersion field if non-nil, zero value otherwise.

GetFormatVersionOk

func (o *LoggingBigqueryResponse) GetFormatVersionOk() (*string, bool)

GetFormatVersionOk returns a tuple with the FormatVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFormatVersion

func (o *LoggingBigqueryResponse) SetFormatVersion(v string)

SetFormatVersion sets FormatVersion field to given value.

HasFormatVersion

func (o *LoggingBigqueryResponse) HasFormatVersion() bool

HasFormatVersion returns a boolean if a field has been set.

GetUser

func (o *LoggingBigqueryResponse) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *LoggingBigqueryResponse) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUser

func (o *LoggingBigqueryResponse) SetUser(v string)

SetUser sets User field to given value.

HasUser

func (o *LoggingBigqueryResponse) HasUser() bool

HasUser returns a boolean if a field has been set.

GetSecretKey

func (o *LoggingBigqueryResponse) GetSecretKey() string

GetSecretKey returns the SecretKey field if non-nil, zero value otherwise.

GetSecretKeyOk

func (o *LoggingBigqueryResponse) GetSecretKeyOk() (*string, bool)

GetSecretKeyOk returns a tuple with the SecretKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSecretKey

func (o *LoggingBigqueryResponse) SetSecretKey(v string)

SetSecretKey sets SecretKey field to given value.

HasSecretKey

func (o *LoggingBigqueryResponse) HasSecretKey() bool

HasSecretKey returns a boolean if a field has been set.

GetAccountName

func (o *LoggingBigqueryResponse) GetAccountName() string

GetAccountName returns the AccountName field if non-nil, zero value otherwise.

GetAccountNameOk

func (o *LoggingBigqueryResponse) GetAccountNameOk() (*string, bool)

GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountName

func (o *LoggingBigqueryResponse) SetAccountName(v string)

SetAccountName sets AccountName field to given value.

HasAccountName

func (o *LoggingBigqueryResponse) HasAccountName() bool

HasAccountName returns a boolean if a field has been set.

GetDataset

func (o *LoggingBigqueryResponse) GetDataset() string

GetDataset returns the Dataset field if non-nil, zero value otherwise.

GetDatasetOk

func (o *LoggingBigqueryResponse) GetDatasetOk() (*string, bool)

GetDatasetOk returns a tuple with the Dataset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDataset

func (o *LoggingBigqueryResponse) SetDataset(v string)

SetDataset sets Dataset field to given value.

HasDataset

func (o *LoggingBigqueryResponse) HasDataset() bool

HasDataset returns a boolean if a field has been set.

GetTable

func (o *LoggingBigqueryResponse) GetTable() string

GetTable returns the Table field if non-nil, zero value otherwise.

GetTableOk

func (o *LoggingBigqueryResponse) GetTableOk() (*string, bool)

GetTableOk returns a tuple with the Table field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTable

func (o *LoggingBigqueryResponse) SetTable(v string)

SetTable sets Table field to given value.

HasTable

func (o *LoggingBigqueryResponse) HasTable() bool

HasTable returns a boolean if a field has been set.

GetTemplateSuffix

func (o *LoggingBigqueryResponse) GetTemplateSuffix() string

GetTemplateSuffix returns the TemplateSuffix field if non-nil, zero value otherwise.

GetTemplateSuffixOk

func (o *LoggingBigqueryResponse) GetTemplateSuffixOk() (*string, bool)

GetTemplateSuffixOk returns a tuple with the TemplateSuffix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTemplateSuffix

func (o *LoggingBigqueryResponse) SetTemplateSuffix(v string)

SetTemplateSuffix sets TemplateSuffix field to given value.

HasTemplateSuffix

func (o *LoggingBigqueryResponse) HasTemplateSuffix() bool

HasTemplateSuffix returns a boolean if a field has been set.

SetTemplateSuffixNil

func (o *LoggingBigqueryResponse) SetTemplateSuffixNil(b bool)

SetTemplateSuffixNil sets the value for TemplateSuffix to be an explicit nil

UnsetTemplateSuffix

func (o *LoggingBigqueryResponse) UnsetTemplateSuffix()

UnsetTemplateSuffix ensures that no value is present for TemplateSuffix, not even an explicit nil

GetProjectID

func (o *LoggingBigqueryResponse) GetProjectID() string

GetProjectID returns the ProjectID field if non-nil, zero value otherwise.

GetProjectIDOk

func (o *LoggingBigqueryResponse) GetProjectIDOk() (*string, bool)

GetProjectIDOk returns a tuple with the ProjectID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProjectID

func (o *LoggingBigqueryResponse) SetProjectID(v string)

SetProjectID sets ProjectID field to given value.

HasProjectID

func (o *LoggingBigqueryResponse) HasProjectID() bool

HasProjectID returns a boolean if a field has been set.

GetCreatedAt

func (o *LoggingBigqueryResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *LoggingBigqueryResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *LoggingBigqueryResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *LoggingBigqueryResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *LoggingBigqueryResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *LoggingBigqueryResponse) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetDeletedAt

func (o *LoggingBigqueryResponse) GetDeletedAt() time.Time

GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.

GetDeletedAtOk

func (o *LoggingBigqueryResponse) GetDeletedAtOk() (*time.Time, bool)

GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeletedAt

func (o *LoggingBigqueryResponse) SetDeletedAt(v time.Time)

SetDeletedAt sets DeletedAt field to given value.

HasDeletedAt

func (o *LoggingBigqueryResponse) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

SetDeletedAtNil

func (o *LoggingBigqueryResponse) SetDeletedAtNil(b bool)

SetDeletedAtNil sets the value for DeletedAt to be an explicit nil

UnsetDeletedAt

func (o *LoggingBigqueryResponse) UnsetDeletedAt()

UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil

GetUpdatedAt

func (o *LoggingBigqueryResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *LoggingBigqueryResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUpdatedAt

func (o *LoggingBigqueryResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *LoggingBigqueryResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

SetUpdatedAtNil

func (o *LoggingBigqueryResponse) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *LoggingBigqueryResponse) UnsetUpdatedAt()

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil

GetServiceID

func (o *LoggingBigqueryResponse) GetServiceID() string

GetServiceID returns the ServiceID field if non-nil, zero value otherwise.

GetServiceIDOk

func (o *LoggingBigqueryResponse) GetServiceIDOk() (*string, bool)

GetServiceIDOk returns a tuple with the ServiceID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceID

func (o *LoggingBigqueryResponse) SetServiceID(v string)

SetServiceID sets ServiceID field to given value.

HasServiceID

func (o *LoggingBigqueryResponse) HasServiceID() bool

HasServiceID returns a boolean if a field has been set.

GetVersion

func (o *LoggingBigqueryResponse) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *LoggingBigqueryResponse) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *LoggingBigqueryResponse) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *LoggingBigqueryResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

Back to API list | Back to README