Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const CloudPlatformScope + type AccessCredentials struct + AccessToken string + ExpiresIn string + ForceSendFields []string + NullFields []string + RefreshToken string + func (s AccessCredentials) MarshalJSON() ([]byte, error) + type Action struct + Description string + DisplayName string + ForceSendFields []string + InputJsonSchema *JsonSchema + InputParameters []*InputParameter + Name string + NullFields []string + ResultJsonSchema *JsonSchema + ResultMetadata []*ResultMetadata + func (s Action) MarshalJSON() ([]byte, error) + type AuthCodeData struct + AuthCode string + ForceSendFields []string + NullFields []string + PkceVerifier string + RedirectUri string + func (s AuthCodeData) MarshalJSON() ([]byte, error) + type CheckReadinessResponse struct + ForceSendFields []string + NullFields []string + Status string + func (s CheckReadinessResponse) MarshalJSON() ([]byte, error) + type CheckStatusResponse struct + Description string + ForceSendFields []string + NullFields []string + State string + func (s CheckStatusResponse) MarshalJSON() ([]byte, error) + type DailyCycle struct + Duration string + ForceSendFields []string + NullFields []string + StartTime *TimeOfDay + func (s DailyCycle) MarshalJSON() ([]byte, error) + type Date struct + Day int64 + ForceSendFields []string + Month int64 + NullFields []string + Year int64 + func (s Date) MarshalJSON() ([]byte, error) + type DenyMaintenancePeriod struct + EndDate *Date + ForceSendFields []string + NullFields []string + StartDate *Date + Time *TimeOfDay + func (s DenyMaintenancePeriod) MarshalJSON() ([]byte, error) + type Empty struct + type Entity struct + Fields googleapi.RawMessage + ForceSendFields []string + Name string + NullFields []string + func (s Entity) MarshalJSON() ([]byte, error) + type EntityType struct + Fields []*Field + ForceSendFields []string + JsonSchema *JsonSchema + Name string + NullFields []string + Operations []string + func (s EntityType) MarshalJSON() ([]byte, error) + type ExchangeAuthCodeRequest struct + AuthCodeData *AuthCodeData + ForceSendFields []string + NullFields []string + func (s ExchangeAuthCodeRequest) MarshalJSON() ([]byte, error) + type ExchangeAuthCodeResponse struct + AccessCredentials *AccessCredentials + ForceSendFields []string + NullFields []string + func (s ExchangeAuthCodeResponse) MarshalJSON() ([]byte, error) + type ExecuteActionRequest struct + ForceSendFields []string + NullFields []string + Parameters googleapi.RawMessage + func (s ExecuteActionRequest) MarshalJSON() ([]byte, error) + type ExecuteActionResponse struct + ForceSendFields []string + NullFields []string + Results []googleapi.RawMessage + func (s ExecuteActionResponse) MarshalJSON() ([]byte, error) + type ExecuteSqlQueryRequest struct + ForceSendFields []string + NullFields []string + Query *Query + func (s ExecuteSqlQueryRequest) MarshalJSON() ([]byte, error) + type ExecuteSqlQueryResponse struct + ForceSendFields []string + NullFields []string + Results []googleapi.RawMessage + func (s ExecuteSqlQueryResponse) MarshalJSON() ([]byte, error) + type Field struct + AdditionalDetails googleapi.RawMessage + DataType string + DefaultValue interface{} + Description string + ForceSendFields []string + JsonSchema *JsonSchema + Key bool + Name string + NullFields []string + Nullable bool + Reference *Reference + func (s Field) MarshalJSON() ([]byte, error) + type InputParameter struct + AdditionalDetails googleapi.RawMessage + DataType string + DefaultValue interface{} + Description string + ForceSendFields []string + JsonSchema *JsonSchema + Name string + NullFields []string + Nullable bool + func (s InputParameter) MarshalJSON() ([]byte, error) + type Instance struct + ConsumerDefinedName string + CreateTime string + ForceSendFields []string + InstanceType string + Labels map[string]string + MaintenancePolicyNames map[string]string + MaintenanceSchedules map[string]MaintenanceSchedule + MaintenanceSettings *MaintenanceSettings + Name string + NotificationParameters map[string]NotificationParameter + NullFields []string + ProducerMetadata map[string]string + ProvisionedResources []*ProvisionedResource + SlmInstanceTemplate string + SloMetadata *SloMetadata + SoftwareVersions map[string]string + State string + TenantProjectId string + UpdateTime string + func (s Instance) MarshalJSON() ([]byte, error) + type JsonSchema struct + AdditionalDetails googleapi.RawMessage + Default interface{} + Description string + Enum []interface{} + ForceSendFields []string + Format string + Items *JsonSchema + JdbcType string + NullFields []string + Properties map[string]JsonSchema + Required []string + Type []string + func (s JsonSchema) MarshalJSON() ([]byte, error) + type ListActionsResponse struct + Actions []*Action + ForceSendFields []string + NextPageToken string + NullFields []string + UnsupportedActionNames []string + func (s ListActionsResponse) MarshalJSON() ([]byte, error) + type ListEntitiesResponse struct + Entities []*Entity + ForceSendFields []string + NextPageToken string + NullFields []string + func (s ListEntitiesResponse) MarshalJSON() ([]byte, error) + type ListEntityTypesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Types []*EntityType + UnsupportedTypeNames []string + func (s ListEntityTypesResponse) MarshalJSON() ([]byte, error) + type MaintenancePolicy struct + CreateTime string + Description string + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + State string + UpdatePolicy *UpdatePolicy + UpdateTime string + func (s MaintenancePolicy) MarshalJSON() ([]byte, error) + type MaintenanceSchedule struct + CanReschedule bool + EndTime string + ForceSendFields []string + NullFields []string + RolloutManagementPolicy string + ScheduleDeadlineTime string + StartTime string + func (s MaintenanceSchedule) MarshalJSON() ([]byte, error) + type MaintenanceSettings struct + Exclude bool + ForceSendFields []string + IsRollback bool + MaintenancePolicies map[string]MaintenancePolicy + NullFields []string + func (s MaintenanceSettings) MarshalJSON() ([]byte, error) + type MaintenanceWindow struct + DailyCycle *DailyCycle + ForceSendFields []string + NullFields []string + WeeklyCycle *WeeklyCycle + func (s MaintenanceWindow) MarshalJSON() ([]byte, error) + type NodeSloMetadata struct + ForceSendFields []string + Location string + NodeId string + NullFields []string + PerSliEligibility *PerSliSloEligibility + func (s NodeSloMetadata) MarshalJSON() ([]byte, error) + type NotificationParameter struct + ForceSendFields []string + NullFields []string + Values []string + func (s NotificationParameter) MarshalJSON() ([]byte, error) + type PerSliSloEligibility struct + Eligibilities map[string]SloEligibility + ForceSendFields []string + NullFields []string + func (s PerSliSloEligibility) MarshalJSON() ([]byte, error) + type ProjectsLocationsConnectionsActionsExecuteCall struct + func (c *ProjectsLocationsConnectionsActionsExecuteCall) Context(ctx context.Context) *ProjectsLocationsConnectionsActionsExecuteCall + func (c *ProjectsLocationsConnectionsActionsExecuteCall) Do(opts ...googleapi.CallOption) (*ExecuteActionResponse, error) + func (c *ProjectsLocationsConnectionsActionsExecuteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsActionsExecuteCall + func (c *ProjectsLocationsConnectionsActionsExecuteCall) Header() http.Header + type ProjectsLocationsConnectionsActionsGetCall struct + func (c *ProjectsLocationsConnectionsActionsGetCall) Context(ctx context.Context) *ProjectsLocationsConnectionsActionsGetCall + func (c *ProjectsLocationsConnectionsActionsGetCall) Do(opts ...googleapi.CallOption) (*Action, error) + func (c *ProjectsLocationsConnectionsActionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsActionsGetCall + func (c *ProjectsLocationsConnectionsActionsGetCall) Header() http.Header + func (c *ProjectsLocationsConnectionsActionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsActionsGetCall + type ProjectsLocationsConnectionsActionsListCall struct + func (c *ProjectsLocationsConnectionsActionsListCall) Context(ctx context.Context) *ProjectsLocationsConnectionsActionsListCall + func (c *ProjectsLocationsConnectionsActionsListCall) Do(opts ...googleapi.CallOption) (*ListActionsResponse, error) + func (c *ProjectsLocationsConnectionsActionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsActionsListCall + func (c *ProjectsLocationsConnectionsActionsListCall) Header() http.Header + func (c *ProjectsLocationsConnectionsActionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsActionsListCall + func (c *ProjectsLocationsConnectionsActionsListCall) PageSize(pageSize int64) *ProjectsLocationsConnectionsActionsListCall + func (c *ProjectsLocationsConnectionsActionsListCall) PageToken(pageToken string) *ProjectsLocationsConnectionsActionsListCall + func (c *ProjectsLocationsConnectionsActionsListCall) Pages(ctx context.Context, f func(*ListActionsResponse) error) error + func (c *ProjectsLocationsConnectionsActionsListCall) View(view string) *ProjectsLocationsConnectionsActionsListCall + type ProjectsLocationsConnectionsActionsService struct + func NewProjectsLocationsConnectionsActionsService(s *Service) *ProjectsLocationsConnectionsActionsService + func (r *ProjectsLocationsConnectionsActionsService) Execute(name string, executeactionrequest *ExecuteActionRequest) *ProjectsLocationsConnectionsActionsExecuteCall + func (r *ProjectsLocationsConnectionsActionsService) Get(name string) *ProjectsLocationsConnectionsActionsGetCall + func (r *ProjectsLocationsConnectionsActionsService) List(parent string) *ProjectsLocationsConnectionsActionsListCall + type ProjectsLocationsConnectionsCheckReadinessCall struct + func (c *ProjectsLocationsConnectionsCheckReadinessCall) Context(ctx context.Context) *ProjectsLocationsConnectionsCheckReadinessCall + func (c *ProjectsLocationsConnectionsCheckReadinessCall) Do(opts ...googleapi.CallOption) (*CheckReadinessResponse, error) + func (c *ProjectsLocationsConnectionsCheckReadinessCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsCheckReadinessCall + func (c *ProjectsLocationsConnectionsCheckReadinessCall) Header() http.Header + func (c *ProjectsLocationsConnectionsCheckReadinessCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsCheckReadinessCall + type ProjectsLocationsConnectionsCheckStatusCall struct + func (c *ProjectsLocationsConnectionsCheckStatusCall) Context(ctx context.Context) *ProjectsLocationsConnectionsCheckStatusCall + func (c *ProjectsLocationsConnectionsCheckStatusCall) Do(opts ...googleapi.CallOption) (*CheckStatusResponse, error) + func (c *ProjectsLocationsConnectionsCheckStatusCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsCheckStatusCall + func (c *ProjectsLocationsConnectionsCheckStatusCall) Header() http.Header + func (c *ProjectsLocationsConnectionsCheckStatusCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsCheckStatusCall + type ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall struct + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall) Context(ctx context.Context) *ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall) Do(opts ...googleapi.CallOption) (*Entity, error) + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall) Header() http.Header + type ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall struct + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall) Context(ctx context.Context) *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall) Header() http.Header + type ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsCall struct + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsCall) Conditions(conditions string) ... + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsCall) Context(ctx context.Context) ... + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsCall) Fields(s ...googleapi.Field) ... + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteEntitiesWithConditionsCall) Header() http.Header + type ProjectsLocationsConnectionsEntityTypesEntitiesGetCall struct + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall) Context(ctx context.Context) *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall) Do(opts ...googleapi.CallOption) (*Entity, error) + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall) Header() http.Header + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall + type ProjectsLocationsConnectionsEntityTypesEntitiesListCall struct + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) Conditions(conditions string) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) Context(ctx context.Context) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) Do(opts ...googleapi.CallOption) (*ListEntitiesResponse, error) + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) Header() http.Header + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) PageSize(pageSize int64) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) PageToken(pageToken string) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) Pages(ctx context.Context, f func(*ListEntitiesResponse) error) error + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesListCall) SortBy(sortBy ...string) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + type ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall struct + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall) Context(ctx context.Context) *ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall) Do(opts ...googleapi.CallOption) (*Entity, error) + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall) Header() http.Header + type ProjectsLocationsConnectionsEntityTypesEntitiesService struct + func NewProjectsLocationsConnectionsEntityTypesEntitiesService(s *Service) *ProjectsLocationsConnectionsEntityTypesEntitiesService + func (r *ProjectsLocationsConnectionsEntityTypesEntitiesService) Create(parent string, entity *Entity) *ProjectsLocationsConnectionsEntityTypesEntitiesCreateCall + func (r *ProjectsLocationsConnectionsEntityTypesEntitiesService) Delete(name string) *ProjectsLocationsConnectionsEntityTypesEntitiesDeleteCall + func (r *ProjectsLocationsConnectionsEntityTypesEntitiesService) DeleteEntitiesWithConditions(entityType string) ... + func (r *ProjectsLocationsConnectionsEntityTypesEntitiesService) Get(name string) *ProjectsLocationsConnectionsEntityTypesEntitiesGetCall + func (r *ProjectsLocationsConnectionsEntityTypesEntitiesService) List(parent string) *ProjectsLocationsConnectionsEntityTypesEntitiesListCall + func (r *ProjectsLocationsConnectionsEntityTypesEntitiesService) Patch(name string, entity *Entity) *ProjectsLocationsConnectionsEntityTypesEntitiesPatchCall + func (r *ProjectsLocationsConnectionsEntityTypesEntitiesService) UpdateEntitiesWithConditions(entityType string, entity *Entity) ... + type ProjectsLocationsConnectionsEntityTypesEntitiesUpdateEntitiesWithConditionsCall struct + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesUpdateEntitiesWithConditionsCall) Conditions(conditions string) ... + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesUpdateEntitiesWithConditionsCall) Context(ctx context.Context) ... + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesUpdateEntitiesWithConditionsCall) Do(opts ...googleapi.CallOption) (*UpdateEntitiesWithConditionsResponse, error) + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesUpdateEntitiesWithConditionsCall) Fields(s ...googleapi.Field) ... + func (c *ProjectsLocationsConnectionsEntityTypesEntitiesUpdateEntitiesWithConditionsCall) Header() http.Header + type ProjectsLocationsConnectionsEntityTypesGetCall struct + func (c *ProjectsLocationsConnectionsEntityTypesGetCall) Context(ctx context.Context) *ProjectsLocationsConnectionsEntityTypesGetCall + func (c *ProjectsLocationsConnectionsEntityTypesGetCall) Do(opts ...googleapi.CallOption) (*EntityType, error) + func (c *ProjectsLocationsConnectionsEntityTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsEntityTypesGetCall + func (c *ProjectsLocationsConnectionsEntityTypesGetCall) Header() http.Header + func (c *ProjectsLocationsConnectionsEntityTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsEntityTypesGetCall + type ProjectsLocationsConnectionsEntityTypesListCall struct + func (c *ProjectsLocationsConnectionsEntityTypesListCall) Context(ctx context.Context) *ProjectsLocationsConnectionsEntityTypesListCall + func (c *ProjectsLocationsConnectionsEntityTypesListCall) Do(opts ...googleapi.CallOption) (*ListEntityTypesResponse, error) + func (c *ProjectsLocationsConnectionsEntityTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsEntityTypesListCall + func (c *ProjectsLocationsConnectionsEntityTypesListCall) Header() http.Header + func (c *ProjectsLocationsConnectionsEntityTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionsEntityTypesListCall + func (c *ProjectsLocationsConnectionsEntityTypesListCall) PageSize(pageSize int64) *ProjectsLocationsConnectionsEntityTypesListCall + func (c *ProjectsLocationsConnectionsEntityTypesListCall) PageToken(pageToken string) *ProjectsLocationsConnectionsEntityTypesListCall + func (c *ProjectsLocationsConnectionsEntityTypesListCall) Pages(ctx context.Context, f func(*ListEntityTypesResponse) error) error + func (c *ProjectsLocationsConnectionsEntityTypesListCall) View(view string) *ProjectsLocationsConnectionsEntityTypesListCall + type ProjectsLocationsConnectionsEntityTypesService struct + Entities *ProjectsLocationsConnectionsEntityTypesEntitiesService + func NewProjectsLocationsConnectionsEntityTypesService(s *Service) *ProjectsLocationsConnectionsEntityTypesService + func (r *ProjectsLocationsConnectionsEntityTypesService) Get(name string) *ProjectsLocationsConnectionsEntityTypesGetCall + func (r *ProjectsLocationsConnectionsEntityTypesService) List(parent string) *ProjectsLocationsConnectionsEntityTypesListCall + type ProjectsLocationsConnectionsExchangeAuthCodeCall struct + func (c *ProjectsLocationsConnectionsExchangeAuthCodeCall) Context(ctx context.Context) *ProjectsLocationsConnectionsExchangeAuthCodeCall + func (c *ProjectsLocationsConnectionsExchangeAuthCodeCall) Do(opts ...googleapi.CallOption) (*ExchangeAuthCodeResponse, error) + func (c *ProjectsLocationsConnectionsExchangeAuthCodeCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsExchangeAuthCodeCall + func (c *ProjectsLocationsConnectionsExchangeAuthCodeCall) Header() http.Header + type ProjectsLocationsConnectionsExecuteSqlQueryCall struct + func (c *ProjectsLocationsConnectionsExecuteSqlQueryCall) Context(ctx context.Context) *ProjectsLocationsConnectionsExecuteSqlQueryCall + func (c *ProjectsLocationsConnectionsExecuteSqlQueryCall) Do(opts ...googleapi.CallOption) (*ExecuteSqlQueryResponse, error) + func (c *ProjectsLocationsConnectionsExecuteSqlQueryCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsExecuteSqlQueryCall + func (c *ProjectsLocationsConnectionsExecuteSqlQueryCall) Header() http.Header + type ProjectsLocationsConnectionsRefreshAccessTokenCall struct + func (c *ProjectsLocationsConnectionsRefreshAccessTokenCall) Context(ctx context.Context) *ProjectsLocationsConnectionsRefreshAccessTokenCall + func (c *ProjectsLocationsConnectionsRefreshAccessTokenCall) Do(opts ...googleapi.CallOption) (*RefreshAccessTokenResponse, error) + func (c *ProjectsLocationsConnectionsRefreshAccessTokenCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionsRefreshAccessTokenCall + func (c *ProjectsLocationsConnectionsRefreshAccessTokenCall) Header() http.Header + type ProjectsLocationsConnectionsService struct + Actions *ProjectsLocationsConnectionsActionsService + EntityTypes *ProjectsLocationsConnectionsEntityTypesService + func NewProjectsLocationsConnectionsService(s *Service) *ProjectsLocationsConnectionsService + func (r *ProjectsLocationsConnectionsService) CheckReadiness(name string) *ProjectsLocationsConnectionsCheckReadinessCall + func (r *ProjectsLocationsConnectionsService) CheckStatus(name string) *ProjectsLocationsConnectionsCheckStatusCall + func (r *ProjectsLocationsConnectionsService) ExchangeAuthCode(name string, exchangeauthcoderequest *ExchangeAuthCodeRequest) *ProjectsLocationsConnectionsExchangeAuthCodeCall + func (r *ProjectsLocationsConnectionsService) ExecuteSqlQuery(connection string, executesqlqueryrequest *ExecuteSqlQueryRequest) *ProjectsLocationsConnectionsExecuteSqlQueryCall + func (r *ProjectsLocationsConnectionsService) RefreshAccessToken(name string, refreshaccesstokenrequest *RefreshAccessTokenRequest) *ProjectsLocationsConnectionsRefreshAccessTokenCall + type ProjectsLocationsService struct + Connections *ProjectsLocationsConnectionsService + func NewProjectsLocationsService(s *Service) *ProjectsLocationsService + type ProjectsService struct + Locations *ProjectsLocationsService + func NewProjectsService(s *Service) *ProjectsService + type ProvisionedResource struct + ForceSendFields []string + NullFields []string + ResourceType string + ResourceUrl string + func (s ProvisionedResource) MarshalJSON() ([]byte, error) + type Query struct + ForceSendFields []string + MaxRows int64 + NullFields []string + Query string + QueryParameters []*QueryParameter + Timeout int64 + func (s Query) MarshalJSON() ([]byte, error) + type QueryParameter struct + DataType string + ForceSendFields []string + NullFields []string + Value interface{} + func (s QueryParameter) MarshalJSON() ([]byte, error) + type Reference struct + ForceSendFields []string + Name string + NullFields []string + Type string + func (s Reference) MarshalJSON() ([]byte, error) + type RefreshAccessTokenRequest struct + ForceSendFields []string + NullFields []string + RefreshToken string + func (s RefreshAccessTokenRequest) MarshalJSON() ([]byte, error) + type RefreshAccessTokenResponse struct + AccessCredentials *AccessCredentials + ForceSendFields []string + NullFields []string + func (s RefreshAccessTokenResponse) MarshalJSON() ([]byte, error) + type ResultMetadata struct + DataType string + DefaultValue interface{} + Description string + ForceSendFields []string + JsonSchema *JsonSchema + Name string + NullFields []string + Nullable bool + func (s ResultMetadata) MarshalJSON() ([]byte, error) + type Schedule struct + Day string + Duration string + ForceSendFields []string + NullFields []string + StartTime *TimeOfDay + func (s Schedule) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SloEligibility struct + Eligible bool + ForceSendFields []string + NullFields []string + Reason string + func (s SloEligibility) MarshalJSON() ([]byte, error) + type SloMetadata struct + ForceSendFields []string + Nodes []*NodeSloMetadata + NullFields []string + PerSliEligibility *PerSliSloEligibility + Tier string + func (s SloMetadata) MarshalJSON() ([]byte, error) + type TimeOfDay struct + ForceSendFields []string + Hours int64 + Minutes int64 + Nanos int64 + NullFields []string + Seconds int64 + func (s TimeOfDay) MarshalJSON() ([]byte, error) + type UpdateEntitiesWithConditionsResponse struct + ForceSendFields []string + NullFields []string + Response googleapi.RawMessage + func (s UpdateEntitiesWithConditionsResponse) MarshalJSON() ([]byte, error) + type UpdatePolicy struct + Channel string + DenyMaintenancePeriods []*DenyMaintenancePeriod + ForceSendFields []string + NullFields []string + Window *MaintenanceWindow + func (s UpdatePolicy) MarshalJSON() ([]byte, error) + type WeeklyCycle struct + ForceSendFields []string + NullFields []string + Schedule []*Schedule + func (s WeeklyCycle) MarshalJSON() ([]byte, error)