...

Package servicebroker

import "google.golang.org/api/servicebroker/v1beta1"
Overview
Index

Overview ▾

Package servicebroker provides access to the Service Broker API.

For product documentation, see: https://cloud.google.com/kubernetes-engine/docs/concepts/add-on/service-broker

Creating a client

Usage example:

import "google.golang.org/api/servicebroker/v1beta1"
...
ctx := context.Background()
servicebrokerService, err := servicebroker.NewService(ctx)

In this example, Google Application Default Credentials are used for authentication.

For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:

servicebrokerService, err := servicebroker.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:

config := &oauth2.Config{...}
// ...
token, err := config.Exchange(ctx, ...)
servicebrokerService, err := servicebroker.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

See https://godoc.org/google.golang.org/api/option/ for details on options.

Index ▾

Constants
type GoogleCloudServicebrokerV1beta1__Binding
    func (s *GoogleCloudServicebrokerV1beta1__Binding) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__Broker
    func (s *GoogleCloudServicebrokerV1beta1__Broker) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__CreateBindingResponse
    func (s *GoogleCloudServicebrokerV1beta1__CreateBindingResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse
    func (s *GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__DashboardClient
    func (s *GoogleCloudServicebrokerV1beta1__DashboardClient) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__DeleteBindingResponse
    func (s *GoogleCloudServicebrokerV1beta1__DeleteBindingResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse
    func (s *GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__GetBindingResponse
    func (s *GoogleCloudServicebrokerV1beta1__GetBindingResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__ListBindingsResponse
    func (s *GoogleCloudServicebrokerV1beta1__ListBindingsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__ListBrokersResponse
    func (s *GoogleCloudServicebrokerV1beta1__ListBrokersResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__ListCatalogResponse
    func (s *GoogleCloudServicebrokerV1beta1__ListCatalogResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse
    func (s *GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__Operation
    func (s *GoogleCloudServicebrokerV1beta1__Operation) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__Plan
    func (s *GoogleCloudServicebrokerV1beta1__Plan) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__Service
    func (s *GoogleCloudServicebrokerV1beta1__Service) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__ServiceInstance
    func (s *GoogleCloudServicebrokerV1beta1__ServiceInstance) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse
    func (s *GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse) MarshalJSON() ([]byte, error)
type GoogleIamV1__Binding
    func (s *GoogleIamV1__Binding) MarshalJSON() ([]byte, error)
type GoogleIamV1__Policy
    func (s *GoogleIamV1__Policy) MarshalJSON() ([]byte, error)
type GoogleIamV1__SetIamPolicyRequest
    func (s *GoogleIamV1__SetIamPolicyRequest) MarshalJSON() ([]byte, error)
type GoogleIamV1__TestIamPermissionsRequest
    func (s *GoogleIamV1__TestIamPermissionsRequest) MarshalJSON() ([]byte, error)
type GoogleIamV1__TestIamPermissionsResponse
    func (s *GoogleIamV1__TestIamPermissionsResponse) MarshalJSON() ([]byte, error)
type GoogleProtobuf__Empty
type GoogleType__Expr
    func (s *GoogleType__Expr) MarshalJSON() ([]byte, error)
type ProjectsBrokersCreateCall
    func (c *ProjectsBrokersCreateCall) Context(ctx context.Context) *ProjectsBrokersCreateCall
    func (c *ProjectsBrokersCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Broker, error)
    func (c *ProjectsBrokersCreateCall) Fields(s ...googleapi.Field) *ProjectsBrokersCreateCall
    func (c *ProjectsBrokersCreateCall) Header() http.Header
type ProjectsBrokersDeleteCall
    func (c *ProjectsBrokersDeleteCall) Context(ctx context.Context) *ProjectsBrokersDeleteCall
    func (c *ProjectsBrokersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobuf__Empty, error)
    func (c *ProjectsBrokersDeleteCall) Fields(s ...googleapi.Field) *ProjectsBrokersDeleteCall
    func (c *ProjectsBrokersDeleteCall) Header() http.Header
type ProjectsBrokersInstancesBindingsGetLastOperationCall
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersInstancesBindingsGetLastOperationCall
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesBindingsGetLastOperationCall
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Header() http.Header
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesBindingsGetLastOperationCall
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Operation(operation string) *ProjectsBrokersInstancesBindingsGetLastOperationCall
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) PlanId(planId string) *ProjectsBrokersInstancesBindingsGetLastOperationCall
    func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersInstancesBindingsGetLastOperationCall
type ProjectsBrokersInstancesBindingsListCall
    func (c *ProjectsBrokersInstancesBindingsListCall) Context(ctx context.Context) *ProjectsBrokersInstancesBindingsListCall
    func (c *ProjectsBrokersInstancesBindingsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListBindingsResponse, error)
    func (c *ProjectsBrokersInstancesBindingsListCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesBindingsListCall
    func (c *ProjectsBrokersInstancesBindingsListCall) Header() http.Header
    func (c *ProjectsBrokersInstancesBindingsListCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesBindingsListCall
    func (c *ProjectsBrokersInstancesBindingsListCall) PageSize(pageSize int64) *ProjectsBrokersInstancesBindingsListCall
    func (c *ProjectsBrokersInstancesBindingsListCall) PageToken(pageToken string) *ProjectsBrokersInstancesBindingsListCall
    func (c *ProjectsBrokersInstancesBindingsListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListBindingsResponse) error) error
type ProjectsBrokersInstancesBindingsService
    func NewProjectsBrokersInstancesBindingsService(s *Service) *ProjectsBrokersInstancesBindingsService
    func (r *ProjectsBrokersInstancesBindingsService) GetLastOperation(name string) *ProjectsBrokersInstancesBindingsGetLastOperationCall
    func (r *ProjectsBrokersInstancesBindingsService) List(parent string) *ProjectsBrokersInstancesBindingsListCall
type ProjectsBrokersInstancesGetCall
    func (c *ProjectsBrokersInstancesGetCall) Context(ctx context.Context) *ProjectsBrokersInstancesGetCall
    func (c *ProjectsBrokersInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ServiceInstance, error)
    func (c *ProjectsBrokersInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesGetCall
    func (c *ProjectsBrokersInstancesGetCall) Header() http.Header
    func (c *ProjectsBrokersInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesGetCall
type ProjectsBrokersInstancesGetLastOperationCall
    func (c *ProjectsBrokersInstancesGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersInstancesGetLastOperationCall
    func (c *ProjectsBrokersInstancesGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)
    func (c *ProjectsBrokersInstancesGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesGetLastOperationCall
    func (c *ProjectsBrokersInstancesGetLastOperationCall) Header() http.Header
    func (c *ProjectsBrokersInstancesGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesGetLastOperationCall
    func (c *ProjectsBrokersInstancesGetLastOperationCall) Operation(operation string) *ProjectsBrokersInstancesGetLastOperationCall
    func (c *ProjectsBrokersInstancesGetLastOperationCall) PlanId(planId string) *ProjectsBrokersInstancesGetLastOperationCall
    func (c *ProjectsBrokersInstancesGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersInstancesGetLastOperationCall
type ProjectsBrokersInstancesListCall
    func (c *ProjectsBrokersInstancesListCall) Context(ctx context.Context) *ProjectsBrokersInstancesListCall
    func (c *ProjectsBrokersInstancesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse, error)
    func (c *ProjectsBrokersInstancesListCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesListCall
    func (c *ProjectsBrokersInstancesListCall) Header() http.Header
    func (c *ProjectsBrokersInstancesListCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesListCall
    func (c *ProjectsBrokersInstancesListCall) PageSize(pageSize int64) *ProjectsBrokersInstancesListCall
    func (c *ProjectsBrokersInstancesListCall) PageToken(pageToken string) *ProjectsBrokersInstancesListCall
    func (c *ProjectsBrokersInstancesListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse) error) error
type ProjectsBrokersInstancesService
    func NewProjectsBrokersInstancesService(s *Service) *ProjectsBrokersInstancesService
    func (r *ProjectsBrokersInstancesService) Get(name string) *ProjectsBrokersInstancesGetCall
    func (r *ProjectsBrokersInstancesService) GetLastOperation(name string) *ProjectsBrokersInstancesGetLastOperationCall
    func (r *ProjectsBrokersInstancesService) List(parent string) *ProjectsBrokersInstancesListCall
type ProjectsBrokersListCall
    func (c *ProjectsBrokersListCall) Context(ctx context.Context) *ProjectsBrokersListCall
    func (c *ProjectsBrokersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListBrokersResponse, error)
    func (c *ProjectsBrokersListCall) Fields(s ...googleapi.Field) *ProjectsBrokersListCall
    func (c *ProjectsBrokersListCall) Header() http.Header
    func (c *ProjectsBrokersListCall) IfNoneMatch(entityTag string) *ProjectsBrokersListCall
    func (c *ProjectsBrokersListCall) PageSize(pageSize int64) *ProjectsBrokersListCall
    func (c *ProjectsBrokersListCall) PageToken(pageToken string) *ProjectsBrokersListCall
    func (c *ProjectsBrokersListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListBrokersResponse) error) error
type ProjectsBrokersService
    func NewProjectsBrokersService(s *Service) *ProjectsBrokersService
    func (r *ProjectsBrokersService) Create(parent string, googlecloudservicebrokerv1beta1__broker *GoogleCloudServicebrokerV1beta1__Broker) *ProjectsBrokersCreateCall
    func (r *ProjectsBrokersService) Delete(name string) *ProjectsBrokersDeleteCall
    func (r *ProjectsBrokersService) List(parent string) *ProjectsBrokersListCall
type ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) Context(ctx context.Context) *ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListCatalogResponse, error)
    func (c *ProjectsBrokersV2CatalogListCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) Header() http.Header
    func (c *ProjectsBrokersV2CatalogListCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) PageSize(pageSize int64) *ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) PageToken(pageToken string) *ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListCatalogResponse) error) error
type ProjectsBrokersV2CatalogService
    func NewProjectsBrokersV2CatalogService(s *Service) *ProjectsBrokersV2CatalogService
    func (r *ProjectsBrokersV2CatalogService) List(parent string) *ProjectsBrokersV2CatalogListCall
type ProjectsBrokersV2Service
    func NewProjectsBrokersV2Service(s *Service) *ProjectsBrokersV2Service
type ProjectsBrokersV2ServiceInstancesCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesCreateCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse, error)
    func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Header() http.Header
type ProjectsBrokersV2ServiceInstancesDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse, error)
    func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Header() http.Header
    func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesDeleteCall
type ProjectsBrokersV2ServiceInstancesGetCall
    func (c *ProjectsBrokersV2ServiceInstancesGetCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesGetCall
    func (c *ProjectsBrokersV2ServiceInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ServiceInstance, error)
    func (c *ProjectsBrokersV2ServiceInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesGetCall
    func (c *ProjectsBrokersV2ServiceInstancesGetCall) Header() http.Header
    func (c *ProjectsBrokersV2ServiceInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesGetCall
type ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Header() http.Header
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Operation(operation string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
type ProjectsBrokersV2ServiceInstancesPatchCall
    func (c *ProjectsBrokersV2ServiceInstancesPatchCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesPatchCall
    func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesPatchCall
    func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse, error)
    func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesPatchCall
    func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Header() http.Header
type ProjectsBrokersV2ServiceInstancesService
    func NewProjectsBrokersV2ServiceInstancesService(s *Service) *ProjectsBrokersV2ServiceInstancesService
    func (r *ProjectsBrokersV2ServiceInstancesService) Create(parent string, instanceId string, googlecloudservicebrokerv1beta1__serviceinstance *GoogleCloudServicebrokerV1beta1__ServiceInstance) *ProjectsBrokersV2ServiceInstancesCreateCall
    func (r *ProjectsBrokersV2ServiceInstancesService) Delete(name string) *ProjectsBrokersV2ServiceInstancesDeleteCall
    func (r *ProjectsBrokersV2ServiceInstancesService) Get(name string) *ProjectsBrokersV2ServiceInstancesGetCall
    func (r *ProjectsBrokersV2ServiceInstancesService) GetLastOperation(name string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (r *ProjectsBrokersV2ServiceInstancesService) Patch(name string, googlecloudservicebrokerv1beta1__serviceinstance *GoogleCloudServicebrokerV1beta1__ServiceInstance) *ProjectsBrokersV2ServiceInstancesPatchCall
type ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__CreateBindingResponse, error)
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Header() http.Header
type ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__DeleteBindingResponse, error)
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Header() http.Header
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
type ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__GetBindingResponse, error)
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Header() http.Header
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
type ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Header() http.Header
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Operation(operation string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
    func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
type ProjectsBrokersV2ServiceInstancesServiceBindingsService
    func NewProjectsBrokersV2ServiceInstancesServiceBindingsService(s *Service) *ProjectsBrokersV2ServiceInstancesServiceBindingsService
    func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Create(parent string, bindingId string, googlecloudservicebrokerv1beta1__binding *GoogleCloudServicebrokerV1beta1__Binding) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall
    func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Delete(name string) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
    func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Get(name string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
    func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) GetLastOperation(name string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall
type ProjectsService
    func NewProjectsService(s *Service) *ProjectsService
type Service
    func New(client *http.Client) (*Service, error)
    func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)
type V1beta1GetIamPolicyCall
    func (c *V1beta1GetIamPolicyCall) Context(ctx context.Context) *V1beta1GetIamPolicyCall
    func (c *V1beta1GetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error)
    func (c *V1beta1GetIamPolicyCall) Fields(s ...googleapi.Field) *V1beta1GetIamPolicyCall
    func (c *V1beta1GetIamPolicyCall) Header() http.Header
    func (c *V1beta1GetIamPolicyCall) IfNoneMatch(entityTag string) *V1beta1GetIamPolicyCall
    func (c *V1beta1GetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *V1beta1GetIamPolicyCall
type V1beta1Service
    func NewV1beta1Service(s *Service) *V1beta1Service
    func (r *V1beta1Service) GetIamPolicy(resource string) *V1beta1GetIamPolicyCall
    func (r *V1beta1Service) SetIamPolicy(resource string, googleiamv1__setiampolicyrequest *GoogleIamV1__SetIamPolicyRequest) *V1beta1SetIamPolicyCall
    func (r *V1beta1Service) TestIamPermissions(resource string, googleiamv1__testiampermissionsrequest *GoogleIamV1__TestIamPermissionsRequest) *V1beta1TestIamPermissionsCall
type V1beta1SetIamPolicyCall
    func (c *V1beta1SetIamPolicyCall) Context(ctx context.Context) *V1beta1SetIamPolicyCall
    func (c *V1beta1SetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error)
    func (c *V1beta1SetIamPolicyCall) Fields(s ...googleapi.Field) *V1beta1SetIamPolicyCall
    func (c *V1beta1SetIamPolicyCall) Header() http.Header
type V1beta1TestIamPermissionsCall
    func (c *V1beta1TestIamPermissionsCall) Context(ctx context.Context) *V1beta1TestIamPermissionsCall
    func (c *V1beta1TestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__TestIamPermissionsResponse, error)
    func (c *V1beta1TestIamPermissionsCall) Fields(s ...googleapi.Field) *V1beta1TestIamPermissionsCall
    func (c *V1beta1TestIamPermissionsCall) Header() http.Header

Package files

servicebroker-gen.go

Constants

OAuth2 scopes used by this API.

const (
    // View and manage your data across Google Cloud Platform services
    CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"
)

type GoogleCloudServicebrokerV1beta1__Binding

GoogleCloudServicebrokerV1beta1__Binding: Describes the binding.

type GoogleCloudServicebrokerV1beta1__Binding struct {
    // BindResource: A JSON object that contains data for platform resources
    // associated with
    // the binding to be created.
    BindResource googleapi.RawMessage `json:"bind_resource,omitempty"`

    // BindingId: The id of the binding. Must be unique within GCP
    // project.
    // Maximum length is 64, GUID recommended.
    // Required.
    BindingId string `json:"binding_id,omitempty"`

    // CreateTime: Output only. Timestamp for when the binding was created.
    CreateTime string `json:"createTime,omitempty"`

    // DeploymentName: Output only. String containing the Deployment Manager
    // deployment name that was created
    // for this binding,
    DeploymentName string `json:"deploymentName,omitempty"`

    // Parameters: Configuration options for the service binding.
    Parameters googleapi.RawMessage `json:"parameters,omitempty"`

    // PlanId: The ID of the plan. See `Service` and `Plan` resources for
    // details.
    // Maximum length is 64, GUID recommended.
    // Required.
    PlanId string `json:"plan_id,omitempty"`

    // ResourceName: Output only. The resource name of the binding,
    // e.g.
    // projects/project_id/brokers/broker_id/service_instances/instance_
    // id/bindings/binding_id.
    ResourceName string `json:"resourceName,omitempty"`

    // ServiceId: The id of the service. Must be a valid identifier of a
    // service
    // contained in the list from a `ListServices()` call.
    // Maximum length is 64, GUID recommended.
    // Required.
    ServiceId string `json:"service_id,omitempty"`

    // ForceSendFields is a list of field names (e.g. "BindResource") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "BindResource") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__Binding) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__Binding) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__Broker

GoogleCloudServicebrokerV1beta1__Broker: Broker represents a consumable collection of Service Registry catalogs exposed as an OSB Broker.

type GoogleCloudServicebrokerV1beta1__Broker struct {
    // CreateTime: Output only. Timestamp for when the broker was created.
    CreateTime string `json:"createTime,omitempty"`

    // Name: Name of the broker in the
    // format:
    // <projects>/<project-id>/brokers/<broker>.
    // This allows for multiple brokers per project which can be used
    // to
    // enable having custom brokers per GKE cluster, for example.
    Name string `json:"name,omitempty"`

    // Title: User friendly title of the broker.
    // Limited to 1024 characters. Requests with longer titles will be
    // rejected.
    Title string `json:"title,omitempty"`

    // Url: Output only. URL of the broker OSB-compliant endpoint, for
    // example:
    // https://servicebroker.googleapis.com/projects/<project>/broke
    // rs/<broker>
    Url string `json:"url,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "CreateTime") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__Broker) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__Broker) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__CreateBindingResponse

GoogleCloudServicebrokerV1beta1__CreateBindingResponse: Response for the `CreateBinding()` method.

type GoogleCloudServicebrokerV1beta1__CreateBindingResponse struct {
    // Credentials: Credentials to use the binding.
    Credentials googleapi.RawMessage `json:"credentials,omitempty"`

    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // Operation: If broker executes operation asynchronously, this is the
    // operation ID that
    // can be polled to check the completion status of said operation.
    // This broker always executes all create/delete operations
    // asynchronously.
    Operation string `json:"operation,omitempty"`

    // RouteServiceUrl: A URL to which the platform may proxy requests for
    // the address sent with
    // bind_resource.route
    RouteServiceUrl string `json:"route_service_url,omitempty"`

    // SyslogDrainUrl: From where to read system logs.
    SyslogDrainUrl string `json:"syslog_drain_url,omitempty"`

    // VolumeMounts: An array of configuration for mounting volumes.
    VolumeMounts []googleapi.RawMessage `json:"volume_mounts,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Credentials") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Credentials") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__CreateBindingResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__CreateBindingResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse

GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse: Response for the `CreateServiceInstance()` method.

type GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse struct {
    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // Operation: If broker executes operation asynchronously, this is the
    // operation ID that
    // can be polled to check the completion status of said operation.
    // This broker always will return a non-empty operation on success.
    Operation string `json:"operation,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__DashboardClient

GoogleCloudServicebrokerV1beta1__DashboardClient: Message containing information required to activate Dashboard SSO feature.

type GoogleCloudServicebrokerV1beta1__DashboardClient struct {
    // Id: The id of the Oauth client that the dashboard will use.
    Id string `json:"id,omitempty"`

    // RedirectUri: A URI for the service dashboard.
    // Validated by the OAuth token server when the dashboard requests a
    // token.
    RedirectUri string `json:"redirect_uri,omitempty"`

    // Secret: A secret for the dashboard client.
    Secret string `json:"secret,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Id") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Id") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__DashboardClient) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__DashboardClient) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__DeleteBindingResponse

GoogleCloudServicebrokerV1beta1__DeleteBindingResponse: Response for the `DeleteBinding()` method.

type GoogleCloudServicebrokerV1beta1__DeleteBindingResponse struct {
    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // Operation: If broker executes operation asynchronously, this is the
    // operation ID that
    // can be polled to check the completion status of said operation.
    Operation string `json:"operation,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__DeleteBindingResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__DeleteBindingResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse

GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse: Response for the `DeleteServiceInstance()` method.

type GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse struct {
    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // Operation: If broker executes operation asynchronously, this is the
    // operation ID that
    // can be polled to check the completion status of said operation.
    Operation string `json:"operation,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__GetBindingResponse

GoogleCloudServicebrokerV1beta1__GetBindingResponse: Response for the `GetBinding()` method.

type GoogleCloudServicebrokerV1beta1__GetBindingResponse struct {
    // Credentials: Credentials to use the binding.
    Credentials googleapi.RawMessage `json:"credentials,omitempty"`

    // DeploymentName: String containing the Deployment Manager deployment
    // name that was created
    // for this binding,
    DeploymentName string `json:"deploymentName,omitempty"`

    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // ResourceName: Output only. The resource name of the binding,
    // e.g.
    // projects/project_id/brokers/broker_id/service_instances/instance_
    // id/bindings/binding_id.
    ResourceName string `json:"resourceName,omitempty"`

    // RouteServiceUrl: A URL to which the platform may proxy requests for
    // the address sent with
    // bind_resource.route
    RouteServiceUrl string `json:"route_service_url,omitempty"`

    // SyslogDrainUrl: From where to read system logs.
    SyslogDrainUrl string `json:"syslog_drain_url,omitempty"`

    // VolumeMounts: An array of configurations for mounting volumes.
    VolumeMounts []googleapi.RawMessage `json:"volume_mounts,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Credentials") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Credentials") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__GetBindingResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__GetBindingResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__ListBindingsResponse

GoogleCloudServicebrokerV1beta1__ListBindingsResponse: The response for the `ListBindings()` method.

type GoogleCloudServicebrokerV1beta1__ListBindingsResponse struct {
    // Bindings: The list of bindings in the instance.
    Bindings []*GoogleCloudServicebrokerV1beta1__Binding `json:"bindings,omitempty"`

    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // NextPageToken: This token allows you to get the next page of results
    // for list requests.
    // If the number of results is larger than `pageSize`, use the
    // `nextPageToken`
    // as a value for the query parameter `pageToken` in the next list
    // request.
    // Subsequent list requests will have their own `nextPageToken` to
    // continue
    // paging through the results
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Bindings") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Bindings") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__ListBindingsResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__ListBindingsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__ListBrokersResponse

GoogleCloudServicebrokerV1beta1__ListBrokersResponse: The response for the `ListBrokers()` method.

type GoogleCloudServicebrokerV1beta1__ListBrokersResponse struct {
    // Brokers: The list of brokers in the container.
    Brokers []*GoogleCloudServicebrokerV1beta1__Broker `json:"brokers,omitempty"`

    // NextPageToken: This token allows you to get the next page of results
    // for list requests.
    // If the number of results is larger than `pageSize`, use the
    // `nextPageToken`
    // as a value for the query parameter `pageToken` in the next list
    // request.
    // Subsequent list requests will have their own `nextPageToken` to
    // continue
    // paging through the results
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Brokers") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Brokers") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__ListBrokersResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__ListBrokersResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__ListCatalogResponse

GoogleCloudServicebrokerV1beta1__ListCatalogResponse: Response message for the `ListCatalog()` method.

type GoogleCloudServicebrokerV1beta1__ListCatalogResponse struct {
    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // NextPageToken: This token allows you to get the next page of results
    // for list requests.
    // If the number of results is larger than `pageSize`, use the
    // `nextPageToken`
    // as a value for the query parameter `pageToken` in the next list
    // request.
    // Subsequent list requests will have their own `nextPageToken` to
    // continue
    // paging through the results
    NextPageToken string `json:"nextPageToken,omitempty"`

    // Services: The services available for the requested GCP project.
    Services []*GoogleCloudServicebrokerV1beta1__Service `json:"services,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__ListCatalogResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__ListCatalogResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse

GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse: The response for the `ListServiceInstances()` method.

type GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse struct {
    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // Instances: The list of instances in the broker.
    Instances []*GoogleCloudServicebrokerV1beta1__ServiceInstance `json:"instances,omitempty"`

    // NextPageToken: This token allows you to get the next page of results
    // for list requests.
    // If the number of results is larger than `pageSize`, use the
    // `nextPageToken`
    // as a value for the query parameter `pageToken` in the next list
    // request.
    // Subsequent list requests will have their own `nextPageToken` to
    // continue
    // paging through the results
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__Operation

GoogleCloudServicebrokerV1beta1__Operation: Describes a long running operation, which conforms to OpenService API.

type GoogleCloudServicebrokerV1beta1__Operation struct {
    // Description: Optional description of the Operation state.
    Description string `json:"description,omitempty"`

    // State: The state of the operation.
    // Valid values are: "in progress", "succeeded", and "failed".
    State string `json:"state,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__Operation) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__Operation) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__Plan

GoogleCloudServicebrokerV1beta1__Plan: Plan message describes a Service Plan.

type GoogleCloudServicebrokerV1beta1__Plan struct {
    // Bindable: Specifies whether instances of the service can be bound to
    // applications.
    // If not specified, `Service.bindable` will be presumed.
    Bindable bool `json:"bindable,omitempty"`

    // Description: Textual description of the plan. Optional.
    Description string `json:"description,omitempty"`

    // Free: Whether the service is free.
    Free bool `json:"free,omitempty"`

    // Id: ID is a globally unique identifier used to uniquely identify the
    // plan.
    // User must make no presumption about the format of this field.
    Id string `json:"id,omitempty"`

    // Metadata: A list of metadata for a service offering.
    // Metadata is an arbitrary JSON object.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`

    // Name: User friendly name of the plan.
    // The name must be globally unique within GCP project.
    // Note, which is different from ("This must be globally unique within
    // a
    // platform marketplace").
    Name string `json:"name,omitempty"`

    // Schemas: Schema definitions for service instances and bindings for
    // the plan.
    Schemas googleapi.RawMessage `json:"schemas,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Bindable") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Bindable") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__Plan) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__Plan) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__Service

GoogleCloudServicebrokerV1beta1__Service: The resource model mostly follows the Open Service Broker API, as described here: https://github.com/openservicebrokerapi/servicebroker/blob/maste r/_spec.md Though due to Google Specifics it has additional optional fields.

type GoogleCloudServicebrokerV1beta1__Service struct {
    // Bindable: Specifies whether instances of the service can be bound to
    // applications.
    // Required.
    Bindable bool `json:"bindable,omitempty"`

    // BindingRetrievable: Whether the service provides an endpoint to get
    // service bindings.
    BindingRetrievable bool `json:"binding_retrievable,omitempty"`

    // BindingsRetrievable: Whether the service provides an endpoint to get
    // service bindings.
    BindingsRetrievable bool `json:"bindings_retrievable,omitempty"`

    // DashboardClient: Information to activate Dashboard SSO feature.
    DashboardClient *GoogleCloudServicebrokerV1beta1__DashboardClient `json:"dashboard_client,omitempty"`

    // Description: Textual description of the service. Required.
    Description string `json:"description,omitempty"`

    // Id: ID is a globally unique identifier used to uniquely identify the
    // service.
    // ID is an opaque string.
    Id string `json:"id,omitempty"`

    // InstancesRetrievable: Whether the service provides an endpoint to get
    // service instances.
    InstancesRetrievable bool `json:"instances_retrievable,omitempty"`

    // Metadata: A list of metadata for a service offering.
    // Metadata is an arbitrary JSON object.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`

    // Name: User friendly service name.
    // Name must match [a-z0-9]+ regexp.
    // The name must be globally unique within GCP project.
    // Note, which is different from ("This must be globally unique within
    // a
    // platform marketplace").
    // Required.
    Name string `json:"name,omitempty"`

    // PlanUpdateable: Whether the service supports upgrade/downgrade for
    // some plans.
    PlanUpdateable bool `json:"plan_updateable,omitempty"`

    // Plans: A list of plans for this service.
    // At least one plan is required.
    Plans []*GoogleCloudServicebrokerV1beta1__Plan `json:"plans,omitempty"`

    // Tags: Tags provide a flexible mechanism to expose a classification,
    // attribute, or
    // base technology of a service.
    Tags []string `json:"tags,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Bindable") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Bindable") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__Service) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__Service) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__ServiceInstance

GoogleCloudServicebrokerV1beta1__ServiceInstance: Message describing inputs to Provision and Update Service instance requests.

type GoogleCloudServicebrokerV1beta1__ServiceInstance struct {
    // Context: Platform specific contextual information under which the
    // service instance
    // is to be provisioned. This replaces organization_guid and
    // space_guid.
    // But can also contain anything.
    // Currently only used for logging context information.
    Context googleapi.RawMessage `json:"context,omitempty"`

    // CreateTime: Output only. Timestamp for when the instance was created.
    CreateTime string `json:"createTime,omitempty"`

    // DeploymentName: Output only. String containing the Deployment Manager
    // deployment name that was created
    // for this instance,
    DeploymentName string `json:"deploymentName,omitempty"`

    // Description: To return errors when GetInstance call is done via HTTP
    // to be unified with
    // other methods.
    Description string `json:"description,omitempty"`

    // InstanceId: The id of the service instance. Must be unique within GCP
    // project.
    // Maximum length is 64, GUID recommended.
    // Required.
    InstanceId string `json:"instance_id,omitempty"`

    // OrganizationGuid: The platform GUID for the organization under which
    // the service is to be
    // provisioned.
    // Required.
    OrganizationGuid string `json:"organization_guid,omitempty"`

    // Parameters: Configuration options for the service
    // instance.
    // Parameters is JSON object serialized to string.
    Parameters googleapi.RawMessage `json:"parameters,omitempty"`

    // PlanId: The ID of the plan. See `Service` and `Plan` resources for
    // details.
    // Maximum length is 64, GUID recommended.
    // Required.
    PlanId string `json:"plan_id,omitempty"`

    // PreviousValues: Used only in UpdateServiceInstance request to
    // optionally specify previous
    // fields.
    PreviousValues googleapi.RawMessage `json:"previous_values,omitempty"`

    // ResourceName: Output only. The resource name of the instance,
    // e.g.
    // projects/project_id/brokers/broker_id/service_instances/instance_
    // id
    ResourceName string `json:"resourceName,omitempty"`

    // ServiceId: The id of the service. Must be a valid identifier of a
    // service
    // contained in the list from a `ListServices()` call.
    // Maximum length is 64, GUID recommended.
    // Required.
    ServiceId string `json:"service_id,omitempty"`

    // SpaceGuid: The identifier for the project space within the platform
    // organization.
    // Required.
    SpaceGuid string `json:"space_guid,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Context") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Context") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__ServiceInstance) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__ServiceInstance) MarshalJSON() ([]byte, error)

type GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse

GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse: Response for the `UpdateServiceInstance()` method.

type GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse struct {
    // Description: Used to communicate description of the response. Usually
    // for non-standard
    // error
    // codes.
    // https://github.com/openservicebrokerapi/servicebroker/blob/mast
    // er/spec.md#service-broker-errors
    Description string `json:"description,omitempty"`

    // Operation: If broker executes operation asynchronously, this is the
    // operation ID that
    // can be polled to check the completion status of said operation.
    Operation string `json:"operation,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse) MarshalJSON() ([]byte, error)

type GoogleIamV1__Binding

GoogleIamV1__Binding: Associates `members` with a `role`.

type GoogleIamV1__Binding struct {
    // Condition: The condition that is associated with this binding.
    // NOTE: An unsatisfied condition will not allow user access via
    // current
    // binding. Different bindings, including their conditions, are
    // examined
    // independently.
    Condition *GoogleType__Expr `json:"condition,omitempty"`

    // Members: Specifies the identities requesting access for a Cloud
    // Platform resource.
    // `members` can have the following values:
    //
    // * `allUsers`: A special identifier that represents anyone who is
    //    on the internet; with or without a Google account.
    //
    // * `allAuthenticatedUsers`: A special identifier that represents
    // anyone
    //    who is authenticated with a Google account or a service
    // account.
    //
    // * `user:{emailid}`: An email address that represents a specific
    // Google
    //    account. For example, `alice@example.com` .
    //
    //
    // * `serviceAccount:{emailid}`: An email address that represents a
    // service
    //    account. For example,
    // `my-other-app@appspot.gserviceaccount.com`.
    //
    // * `group:{emailid}`: An email address that represents a Google
    // group.
    //    For example, `admins@example.com`.
    //
    // * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus
    // unique
    //    identifier) representing a user that has been recently deleted.
    // For
    //    example, `alice@example.com?uid=123456789012345678901`. If the
    // user is
    //    recovered, this value reverts to `user:{emailid}` and the
    // recovered user
    //    retains the role in the binding.
    //
    // * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address
    // (plus
    //    unique identifier) representing a service account that has been
    // recently
    //    deleted. For example,
    //
    // `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
    //
    //    If the service account is undeleted, this value reverts to
    //    `serviceAccount:{emailid}` and the undeleted service account
    // retains the
    //    role in the binding.
    //
    // * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus
    // unique
    //    identifier) representing a Google group that has been recently
    //    deleted. For example,
    // `admins@example.com?uid=123456789012345678901`. If
    //    the group is recovered, this value reverts to `group:{emailid}`
    // and the
    //    recovered group retains the role in the binding.
    //
    //
    // * `domain:{domain}`: The G Suite domain (primary) that represents all
    // the
    //    users of that domain. For example, `google.com` or
    // `example.com`.
    //
    //
    Members []string `json:"members,omitempty"`

    // Role: Role that is assigned to `members`.
    // For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
    Role string `json:"role,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Condition") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Condition") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1__Binding) MarshalJSON

func (s *GoogleIamV1__Binding) MarshalJSON() ([]byte, error)

type GoogleIamV1__Policy

GoogleIamV1__Policy: An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.

A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role.

Optionally, a `binding` can specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both.

**JSON example:**

{
  "bindings": [
    {
      "role": "roles/resourcemanager.organizationAdmin",
      "members": [
        "user:mike@example.com",
        "group:admins@example.com",
        "domain:google.com",

"serviceAccount:my-project-id@appspot.gserviceaccount.com"

  ]
},
{
  "role": "roles/resourcemanager.organizationViewer",
  "members": ["user:eve@example.com"],
  "condition": {
    "title": "expirable access",
    "description": "Does not grant access after Sep 2020",
    "expression": "request.time <

timestamp('2020-10-01T00:00:00.000Z')",

      }
    }
  ],
  "etag": "BwWWja0YfJA=",
  "version": 3
}

**YAML example:**

bindings:
- members:
  - user:mike@example.com
  - group:admins@example.com
  - domain:google.com
  - serviceAccount:my-project-id@appspot.gserviceaccount.com
  role: roles/resourcemanager.organizationAdmin
- members:
  - user:eve@example.com
  role: roles/resourcemanager.organizationViewer
  condition:
    title: expirable access
    description: Does not grant access after Sep 2020
    expression: request.time <

timestamp('2020-10-01T00:00:00.000Z')

For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).

type GoogleIamV1__Policy struct {
    // Bindings: Associates a list of `members` to a `role`. Optionally, may
    // specify a
    // `condition` that determines how and when the `bindings` are applied.
    // Each
    // of the `bindings` must contain at least one member.
    Bindings []*GoogleIamV1__Binding `json:"bindings,omitempty"`

    // Etag: `etag` is used for optimistic concurrency control as a way to
    // help
    // prevent simultaneous updates of a policy from overwriting each
    // other.
    // It is strongly suggested that systems make use of the `etag` in
    // the
    // read-modify-write cycle to perform policy updates in order to avoid
    // race
    // conditions: An `etag` is returned in the response to `getIamPolicy`,
    // and
    // systems are expected to put that etag in the request to
    // `setIamPolicy` to
    // ensure that their change will be applied to the same version of the
    // policy.
    //
    // **Important:** If you use IAM Conditions, you must include the `etag`
    // field
    // whenever you call `setIamPolicy`. If you omit this field, then IAM
    // allows
    // you to overwrite a version `3` policy with a version `1` policy, and
    // all of
    // the conditions in the version `3` policy are lost.
    Etag string `json:"etag,omitempty"`

    // Version: Specifies the format of the policy.
    //
    // Valid values are `0`, `1`, and `3`. Requests that specify an invalid
    // value
    // are rejected.
    //
    // Any operation that affects conditional role bindings must specify
    // version
    // `3`. This requirement applies to the following operations:
    //
    // * Getting a policy that includes a conditional role binding
    // * Adding a conditional role binding to a policy
    // * Changing a conditional role binding in a policy
    // * Removing any role binding, with or without a condition, from a
    // policy
    //   that includes conditions
    //
    // **Important:** If you use IAM Conditions, you must include the `etag`
    // field
    // whenever you call `setIamPolicy`. If you omit this field, then IAM
    // allows
    // you to overwrite a version `3` policy with a version `1` policy, and
    // all of
    // the conditions in the version `3` policy are lost.
    //
    // If a policy does not include any conditions, operations on that
    // policy may
    // specify any valid version or leave the field unset.
    Version int64 `json:"version,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Bindings") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Bindings") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1__Policy) MarshalJSON

func (s *GoogleIamV1__Policy) MarshalJSON() ([]byte, error)

type GoogleIamV1__SetIamPolicyRequest

GoogleIamV1__SetIamPolicyRequest: Request message for `SetIamPolicy` method.

type GoogleIamV1__SetIamPolicyRequest struct {
    // Policy: REQUIRED: The complete policy to be applied to the
    // `resource`. The size of
    // the policy is limited to a few 10s of KB. An empty policy is a
    // valid policy but certain Cloud Platform services (such as
    // Projects)
    // might reject them.
    Policy *GoogleIamV1__Policy `json:"policy,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Policy") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Policy") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1__SetIamPolicyRequest) MarshalJSON

func (s *GoogleIamV1__SetIamPolicyRequest) MarshalJSON() ([]byte, error)

type GoogleIamV1__TestIamPermissionsRequest

GoogleIamV1__TestIamPermissionsRequest: Request message for `TestIamPermissions` method.

type GoogleIamV1__TestIamPermissionsRequest struct {
    // Permissions: The set of permissions to check for the `resource`.
    // Permissions with
    // wildcards (such as '*' or 'storage.*') are not allowed. For
    // more
    // information see
    // [IAM
    // Overview](https://cloud.google.com/iam/docs/overview#permissions).
    Permissions []string `json:"permissions,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Permissions") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Permissions") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1__TestIamPermissionsRequest) MarshalJSON

func (s *GoogleIamV1__TestIamPermissionsRequest) MarshalJSON() ([]byte, error)

type GoogleIamV1__TestIamPermissionsResponse

GoogleIamV1__TestIamPermissionsResponse: Response message for `TestIamPermissions` method.

type GoogleIamV1__TestIamPermissionsResponse struct {
    // Permissions: A subset of `TestPermissionsRequest.permissions` that
    // the caller is
    // allowed.
    Permissions []string `json:"permissions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Permissions") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Permissions") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleIamV1__TestIamPermissionsResponse) MarshalJSON

func (s *GoogleIamV1__TestIamPermissionsResponse) MarshalJSON() ([]byte, error)

type GoogleProtobuf__Empty

GoogleProtobuf__Empty: 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 `{}`.

type GoogleProtobuf__Empty struct {
    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleType__Expr

GoogleType__Expr: Represents an expression text. Example:

title: "User account presence"
description: "Determines whether the request has a user account"
expression: "size(request.user) > 0"
type GoogleType__Expr struct {
    // Description: An optional description of the expression. This is a
    // longer text which
    // describes the expression, e.g. when hovered over it in a UI.
    Description string `json:"description,omitempty"`

    // Expression: Textual representation of an expression in
    // Common Expression Language syntax.
    //
    // The application context of the containing message determines
    // which
    // well-known feature set of CEL is supported.
    Expression string `json:"expression,omitempty"`

    // Location: An optional string indicating the location of the
    // expression for error
    // reporting, e.g. a file name and a position in the file.
    Location string `json:"location,omitempty"`

    // Title: An optional title for the expression, i.e. a short string
    // describing
    // its purpose. This can be used e.g. in UIs which allow to enter
    // the
    // expression.
    Title string `json:"title,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Description") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GoogleType__Expr) MarshalJSON

func (s *GoogleType__Expr) MarshalJSON() ([]byte, error)

type ProjectsBrokersCreateCall

type ProjectsBrokersCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersCreateCall) Context

func (c *ProjectsBrokersCreateCall) Context(ctx context.Context) *ProjectsBrokersCreateCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersCreateCall) Do

func (c *ProjectsBrokersCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Broker, error)

Do executes the "servicebroker.projects.brokers.create" call. Exactly one of *GoogleCloudServicebrokerV1beta1__Broker or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__Broker.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersCreateCall) Fields

func (c *ProjectsBrokersCreateCall) Fields(s ...googleapi.Field) *ProjectsBrokersCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersCreateCall) Header

func (c *ProjectsBrokersCreateCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsBrokersDeleteCall

type ProjectsBrokersDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersDeleteCall) Context

func (c *ProjectsBrokersDeleteCall) Context(ctx context.Context) *ProjectsBrokersDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersDeleteCall) Do

func (c *ProjectsBrokersDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobuf__Empty, error)

Do executes the "servicebroker.projects.brokers.delete" call. Exactly one of *GoogleProtobuf__Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleProtobuf__Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersDeleteCall) Fields

func (c *ProjectsBrokersDeleteCall) Fields(s ...googleapi.Field) *ProjectsBrokersDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersDeleteCall) Header

func (c *ProjectsBrokersDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsBrokersInstancesBindingsGetLastOperationCall

type ProjectsBrokersInstancesBindingsGetLastOperationCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) Context

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersInstancesBindingsGetLastOperationCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) Do

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)

Do executes the "servicebroker.projects.brokers.instances.bindings.getLast_operation" call. Exactly one of *GoogleCloudServicebrokerV1beta1__Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) Fields

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesBindingsGetLastOperationCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) Header

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) IfNoneMatch

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesBindingsGetLastOperationCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) Operation

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) Operation(operation string) *ProjectsBrokersInstancesBindingsGetLastOperationCall

Operation sets the optional parameter "operation": If `operation` was returned during mutation operation, this field must be populated with the provided value.

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) PlanId

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) PlanId(planId string) *ProjectsBrokersInstancesBindingsGetLastOperationCall

PlanId sets the optional parameter "planId": Plan id.

func (*ProjectsBrokersInstancesBindingsGetLastOperationCall) ServiceId

func (c *ProjectsBrokersInstancesBindingsGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersInstancesBindingsGetLastOperationCall

ServiceId sets the optional parameter "serviceId": Service id.

type ProjectsBrokersInstancesBindingsListCall

type ProjectsBrokersInstancesBindingsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersInstancesBindingsListCall) Context

func (c *ProjectsBrokersInstancesBindingsListCall) Context(ctx context.Context) *ProjectsBrokersInstancesBindingsListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersInstancesBindingsListCall) Do

func (c *ProjectsBrokersInstancesBindingsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListBindingsResponse, error)

Do executes the "servicebroker.projects.brokers.instances.bindings.list" call. Exactly one of *GoogleCloudServicebrokerV1beta1__ListBindingsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__ListBindingsResponse.ServerResponse. Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersInstancesBindingsListCall) Fields

func (c *ProjectsBrokersInstancesBindingsListCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesBindingsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersInstancesBindingsListCall) Header

func (c *ProjectsBrokersInstancesBindingsListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersInstancesBindingsListCall) IfNoneMatch

func (c *ProjectsBrokersInstancesBindingsListCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesBindingsListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersInstancesBindingsListCall) PageSize

func (c *ProjectsBrokersInstancesBindingsListCall) PageSize(pageSize int64) *ProjectsBrokersInstancesBindingsListCall

PageSize sets the optional parameter "pageSize": Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements.

Acceptable values are 0 to 200, inclusive. (Default: 100)

func (*ProjectsBrokersInstancesBindingsListCall) PageToken

func (c *ProjectsBrokersInstancesBindingsListCall) PageToken(pageToken string) *ProjectsBrokersInstancesBindingsListCall

PageToken sets the optional parameter "pageToken": Specifies a page token to use. Set `pageToken` to a `nextPageToken` returned by a previous list request to get the next page of results.

func (*ProjectsBrokersInstancesBindingsListCall) Pages

func (c *ProjectsBrokersInstancesBindingsListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListBindingsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsBrokersInstancesBindingsService

type ProjectsBrokersInstancesBindingsService struct {
    // contains filtered or unexported fields
}

func NewProjectsBrokersInstancesBindingsService

func NewProjectsBrokersInstancesBindingsService(s *Service) *ProjectsBrokersInstancesBindingsService

func (*ProjectsBrokersInstancesBindingsService) GetLastOperation

func (r *ProjectsBrokersInstancesBindingsService) GetLastOperation(name string) *ProjectsBrokersInstancesBindingsGetLastOperationCall

GetLastOperation: Returns the state of the last operation for the binding. Only last (or current) operation can be polled.

func (*ProjectsBrokersInstancesBindingsService) List

func (r *ProjectsBrokersInstancesBindingsService) List(parent string) *ProjectsBrokersInstancesBindingsListCall

List: Lists all the bindings in the instance.

type ProjectsBrokersInstancesGetCall

type ProjectsBrokersInstancesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersInstancesGetCall) Context

func (c *ProjectsBrokersInstancesGetCall) Context(ctx context.Context) *ProjectsBrokersInstancesGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersInstancesGetCall) Do

func (c *ProjectsBrokersInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ServiceInstance, error)

Do executes the "servicebroker.projects.brokers.instances.get" call. Exactly one of *GoogleCloudServicebrokerV1beta1__ServiceInstance or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__ServiceInstance.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersInstancesGetCall) Fields

func (c *ProjectsBrokersInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersInstancesGetCall) Header

func (c *ProjectsBrokersInstancesGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersInstancesGetCall) IfNoneMatch

func (c *ProjectsBrokersInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsBrokersInstancesGetLastOperationCall

type ProjectsBrokersInstancesGetLastOperationCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersInstancesGetLastOperationCall) Context

func (c *ProjectsBrokersInstancesGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersInstancesGetLastOperationCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersInstancesGetLastOperationCall) Do

func (c *ProjectsBrokersInstancesGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)

Do executes the "servicebroker.projects.brokers.instances.getLast_operation" call. Exactly one of *GoogleCloudServicebrokerV1beta1__Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersInstancesGetLastOperationCall) Fields

func (c *ProjectsBrokersInstancesGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesGetLastOperationCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersInstancesGetLastOperationCall) Header

func (c *ProjectsBrokersInstancesGetLastOperationCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersInstancesGetLastOperationCall) IfNoneMatch

func (c *ProjectsBrokersInstancesGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesGetLastOperationCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersInstancesGetLastOperationCall) Operation

func (c *ProjectsBrokersInstancesGetLastOperationCall) Operation(operation string) *ProjectsBrokersInstancesGetLastOperationCall

Operation sets the optional parameter "operation": If `operation` was returned during mutation operation, this field must be populated with the provided value.

func (*ProjectsBrokersInstancesGetLastOperationCall) PlanId

func (c *ProjectsBrokersInstancesGetLastOperationCall) PlanId(planId string) *ProjectsBrokersInstancesGetLastOperationCall

PlanId sets the optional parameter "planId": Plan id.

func (*ProjectsBrokersInstancesGetLastOperationCall) ServiceId

func (c *ProjectsBrokersInstancesGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersInstancesGetLastOperationCall

ServiceId sets the optional parameter "serviceId": Service id.

type ProjectsBrokersInstancesListCall

type ProjectsBrokersInstancesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersInstancesListCall) Context

func (c *ProjectsBrokersInstancesListCall) Context(ctx context.Context) *ProjectsBrokersInstancesListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersInstancesListCall) Do

func (c *ProjectsBrokersInstancesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse, error)

Do executes the "servicebroker.projects.brokers.instances.list" call. Exactly one of *GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse.ServerR esponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersInstancesListCall) Fields

func (c *ProjectsBrokersInstancesListCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersInstancesListCall) Header

func (c *ProjectsBrokersInstancesListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersInstancesListCall) IfNoneMatch

func (c *ProjectsBrokersInstancesListCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersInstancesListCall) PageSize

func (c *ProjectsBrokersInstancesListCall) PageSize(pageSize int64) *ProjectsBrokersInstancesListCall

PageSize sets the optional parameter "pageSize": Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements.

Acceptable values are 0 to 200, inclusive. (Default: 100)

func (*ProjectsBrokersInstancesListCall) PageToken

func (c *ProjectsBrokersInstancesListCall) PageToken(pageToken string) *ProjectsBrokersInstancesListCall

PageToken sets the optional parameter "pageToken": Specifies a page token to use. Set `pageToken` to a `nextPageToken` returned by a previous list request to get the next page of results.

func (*ProjectsBrokersInstancesListCall) Pages

func (c *ProjectsBrokersInstancesListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListServiceInstancesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsBrokersInstancesService

type ProjectsBrokersInstancesService struct {
    Bindings *ProjectsBrokersInstancesBindingsService
    // contains filtered or unexported fields
}

func NewProjectsBrokersInstancesService

func NewProjectsBrokersInstancesService(s *Service) *ProjectsBrokersInstancesService

func (*ProjectsBrokersInstancesService) Get

func (r *ProjectsBrokersInstancesService) Get(name string) *ProjectsBrokersInstancesGetCall

Get: Gets the given service instance from the system. The API call accepts both OSB style API and standard google style API resource path. i.e. both `projects/*/brokers/*/instances/*`

and `projects/*/brokers/*/v2/service_instances/*` are acceptable

paths.

func (*ProjectsBrokersInstancesService) GetLastOperation

func (r *ProjectsBrokersInstancesService) GetLastOperation(name string) *ProjectsBrokersInstancesGetLastOperationCall

GetLastOperation: Returns the state of the last operation for the service instance. Only last (or current) operation can be polled.

func (*ProjectsBrokersInstancesService) List

func (r *ProjectsBrokersInstancesService) List(parent string) *ProjectsBrokersInstancesListCall

List: Lists all the instances in the brokers This API is an extension and not part of the OSB spec. Hence the path is a standard Google API URL.

type ProjectsBrokersListCall

type ProjectsBrokersListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersListCall) Context

func (c *ProjectsBrokersListCall) Context(ctx context.Context) *ProjectsBrokersListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersListCall) Do

func (c *ProjectsBrokersListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListBrokersResponse, error)

Do executes the "servicebroker.projects.brokers.list" call. Exactly one of *GoogleCloudServicebrokerV1beta1__ListBrokersResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__ListBrokersResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersListCall) Fields

func (c *ProjectsBrokersListCall) Fields(s ...googleapi.Field) *ProjectsBrokersListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersListCall) Header

func (c *ProjectsBrokersListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersListCall) IfNoneMatch

func (c *ProjectsBrokersListCall) IfNoneMatch(entityTag string) *ProjectsBrokersListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersListCall) PageSize

func (c *ProjectsBrokersListCall) PageSize(pageSize int64) *ProjectsBrokersListCall

PageSize sets the optional parameter "pageSize": Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements.

Acceptable values are 0 to 200, inclusive. (Default: 100)

func (*ProjectsBrokersListCall) PageToken

func (c *ProjectsBrokersListCall) PageToken(pageToken string) *ProjectsBrokersListCall

PageToken sets the optional parameter "pageToken": Specifies a page token to use. Set `pageToken` to a `nextPageToken` returned by a previous list request to get the next page of results.

func (*ProjectsBrokersListCall) Pages

func (c *ProjectsBrokersListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListBrokersResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsBrokersService

type ProjectsBrokersService struct {
    Instances *ProjectsBrokersInstancesService

    V2 *ProjectsBrokersV2Service
    // contains filtered or unexported fields
}

func NewProjectsBrokersService

func NewProjectsBrokersService(s *Service) *ProjectsBrokersService

func (*ProjectsBrokersService) Create

func (r *ProjectsBrokersService) Create(parent string, googlecloudservicebrokerv1beta1__broker *GoogleCloudServicebrokerV1beta1__Broker) *ProjectsBrokersCreateCall

Create: CreateBroker creates a Broker.

func (*ProjectsBrokersService) Delete

func (r *ProjectsBrokersService) Delete(name string) *ProjectsBrokersDeleteCall

Delete: DeleteBroker deletes a Broker.

func (*ProjectsBrokersService) List

func (r *ProjectsBrokersService) List(parent string) *ProjectsBrokersListCall

List: ListBrokers lists brokers.

type ProjectsBrokersV2CatalogListCall

type ProjectsBrokersV2CatalogListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2CatalogListCall) Context

func (c *ProjectsBrokersV2CatalogListCall) Context(ctx context.Context) *ProjectsBrokersV2CatalogListCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2CatalogListCall) Do

func (c *ProjectsBrokersV2CatalogListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ListCatalogResponse, error)

Do executes the "servicebroker.projects.brokers.v2.catalog.list" call. Exactly one of *GoogleCloudServicebrokerV1beta1__ListCatalogResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__ListCatalogResponse.ServerResponse.H eader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2CatalogListCall) Fields

func (c *ProjectsBrokersV2CatalogListCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2CatalogListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2CatalogListCall) Header

func (c *ProjectsBrokersV2CatalogListCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersV2CatalogListCall) IfNoneMatch

func (c *ProjectsBrokersV2CatalogListCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2CatalogListCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersV2CatalogListCall) PageSize

func (c *ProjectsBrokersV2CatalogListCall) PageSize(pageSize int64) *ProjectsBrokersV2CatalogListCall

PageSize sets the optional parameter "pageSize": Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements.

If unset or 0, all the results will be returned.

func (*ProjectsBrokersV2CatalogListCall) PageToken

func (c *ProjectsBrokersV2CatalogListCall) PageToken(pageToken string) *ProjectsBrokersV2CatalogListCall

PageToken sets the optional parameter "pageToken": Specifies a page token to use. Set `pageToken` to a `nextPageToken` returned by a previous list request to get the next page of results.

func (*ProjectsBrokersV2CatalogListCall) Pages

func (c *ProjectsBrokersV2CatalogListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1beta1__ListCatalogResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsBrokersV2CatalogService

type ProjectsBrokersV2CatalogService struct {
    // contains filtered or unexported fields
}

func NewProjectsBrokersV2CatalogService

func NewProjectsBrokersV2CatalogService(s *Service) *ProjectsBrokersV2CatalogService

func (*ProjectsBrokersV2CatalogService) List

func (r *ProjectsBrokersV2CatalogService) List(parent string) *ProjectsBrokersV2CatalogListCall

List: Lists all the Services registered with this broker for consumption for given service registry broker, which contains an set of services. Note, that Service producer API is separate from Broker API.

type ProjectsBrokersV2Service

type ProjectsBrokersV2Service struct {
    Catalog *ProjectsBrokersV2CatalogService

    ServiceInstances *ProjectsBrokersV2ServiceInstancesService
    // contains filtered or unexported fields
}

func NewProjectsBrokersV2Service

func NewProjectsBrokersV2Service(s *Service) *ProjectsBrokersV2Service

type ProjectsBrokersV2ServiceInstancesCreateCall

type ProjectsBrokersV2ServiceInstancesCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesCreateCall) AcceptsIncomplete

func (c *ProjectsBrokersV2ServiceInstancesCreateCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesCreateCall

AcceptsIncomplete sets the optional parameter "acceptsIncomplete": Value indicating that API client supports asynchronous operations. If Broker cannot execute the request synchronously HTTP 422 code will be returned to HTTP clients along with FAILED_PRECONDITION error. If true and broker will execute request asynchronously 202 HTTP code will be returned. This broker always requires this to be true as all mutator operations are asynchronous.

func (*ProjectsBrokersV2ServiceInstancesCreateCall) Context

func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesCreateCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesCreateCall) Do

func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.create" call. Exactly one of *GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__CreateServiceInstanceResponse.Server Response.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesCreateCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesCreateCall) Header

func (c *ProjectsBrokersV2ServiceInstancesCreateCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsBrokersV2ServiceInstancesDeleteCall

type ProjectsBrokersV2ServiceInstancesDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesDeleteCall) AcceptsIncomplete

func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesDeleteCall

AcceptsIncomplete sets the optional parameter "acceptsIncomplete": See CreateServiceInstanceRequest for details.

func (*ProjectsBrokersV2ServiceInstancesDeleteCall) Context

func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesDeleteCall) Do

func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.delete" call. Exactly one of *GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__DeleteServiceInstanceResponse.Server Response.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesDeleteCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesDeleteCall) Header

func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersV2ServiceInstancesDeleteCall) PlanId

func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesDeleteCall

PlanId sets the optional parameter "planId": The plan id of the service instance.

func (*ProjectsBrokersV2ServiceInstancesDeleteCall) ServiceId

func (c *ProjectsBrokersV2ServiceInstancesDeleteCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesDeleteCall

ServiceId sets the optional parameter "serviceId": The service id of the service instance.

type ProjectsBrokersV2ServiceInstancesGetCall

type ProjectsBrokersV2ServiceInstancesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesGetCall) Context

func (c *ProjectsBrokersV2ServiceInstancesGetCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesGetCall) Do

func (c *ProjectsBrokersV2ServiceInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__ServiceInstance, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.get" call. Exactly one of *GoogleCloudServicebrokerV1beta1__ServiceInstance or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__ServiceInstance.ServerResponse.Heade r or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesGetCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesGetCall) Header

func (c *ProjectsBrokersV2ServiceInstancesGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersV2ServiceInstancesGetCall) IfNoneMatch

func (c *ProjectsBrokersV2ServiceInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type ProjectsBrokersV2ServiceInstancesGetLastOperationCall

type ProjectsBrokersV2ServiceInstancesGetLastOperationCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Context

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Do

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.getLast_operation" call. Exactly one of *GoogleCloudServicebrokerV1beta1__Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Header

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) IfNoneMatch

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Operation

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) Operation(operation string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall

Operation sets the optional parameter "operation": If `operation` was returned during mutation operation, this field must be populated with the provided value.

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) PlanId

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall

PlanId sets the optional parameter "planId": Plan id.

func (*ProjectsBrokersV2ServiceInstancesGetLastOperationCall) ServiceId

func (c *ProjectsBrokersV2ServiceInstancesGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall

ServiceId sets the optional parameter "serviceId": Service id.

type ProjectsBrokersV2ServiceInstancesPatchCall

type ProjectsBrokersV2ServiceInstancesPatchCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesPatchCall) AcceptsIncomplete

func (c *ProjectsBrokersV2ServiceInstancesPatchCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesPatchCall

AcceptsIncomplete sets the optional parameter "acceptsIncomplete": See CreateServiceInstanceRequest for details.

func (*ProjectsBrokersV2ServiceInstancesPatchCall) Context

func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesPatchCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesPatchCall) Do

func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.patch" call. Exactly one of *GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__UpdateServiceInstanceResponse.Server Response.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesPatchCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesPatchCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesPatchCall) Header

func (c *ProjectsBrokersV2ServiceInstancesPatchCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsBrokersV2ServiceInstancesService

type ProjectsBrokersV2ServiceInstancesService struct {
    ServiceBindings *ProjectsBrokersV2ServiceInstancesServiceBindingsService
    // contains filtered or unexported fields
}

func NewProjectsBrokersV2ServiceInstancesService

func NewProjectsBrokersV2ServiceInstancesService(s *Service) *ProjectsBrokersV2ServiceInstancesService

func (*ProjectsBrokersV2ServiceInstancesService) Create

func (r *ProjectsBrokersV2ServiceInstancesService) Create(parent string, instanceId string, googlecloudservicebrokerv1beta1__serviceinstance *GoogleCloudServicebrokerV1beta1__ServiceInstance) *ProjectsBrokersV2ServiceInstancesCreateCall

Create: Provisions a service instance. If `request.accepts_incomplete` is false and Broker cannot execute request synchronously HTTP 422 error will be returned along with FAILED_PRECONDITION status. If `request.accepts_incomplete` is true and the Broker decides to execute resource asynchronously then HTTP 202 response code will be returned and a valid polling operation in the response will be included. If Broker executes the request synchronously and it succeeds HTTP 201 response will be furnished. If identical instance exists, then HTTP 200 response will be returned. If an instance with identical ID but mismatching parameters exists, then HTTP 409 status code will be returned.

func (*ProjectsBrokersV2ServiceInstancesService) Delete

func (r *ProjectsBrokersV2ServiceInstancesService) Delete(name string) *ProjectsBrokersV2ServiceInstancesDeleteCall

Delete: Deprovisions a service instance. For synchronous/asynchronous request details see CreateServiceInstance method. If service instance does not exist HTTP 410 status will be returned.

func (*ProjectsBrokersV2ServiceInstancesService) Get

func (r *ProjectsBrokersV2ServiceInstancesService) Get(name string) *ProjectsBrokersV2ServiceInstancesGetCall

Get: Gets the given service instance from the system. The API call accepts both OSB style API and standard google style API resource path. i.e. both `projects/*/brokers/*/instances/*`

and `projects/*/brokers/*/v2/service_instances/*` are acceptable

paths.

func (*ProjectsBrokersV2ServiceInstancesService) GetLastOperation

func (r *ProjectsBrokersV2ServiceInstancesService) GetLastOperation(name string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall

GetLastOperation: Returns the state of the last operation for the service instance. Only last (or current) operation can be polled.

func (*ProjectsBrokersV2ServiceInstancesService) Patch

func (r *ProjectsBrokersV2ServiceInstancesService) Patch(name string, googlecloudservicebrokerv1beta1__serviceinstance *GoogleCloudServicebrokerV1beta1__ServiceInstance) *ProjectsBrokersV2ServiceInstancesPatchCall

Patch: Updates an existing service instance. See CreateServiceInstance for possible response codes.

type ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall

type ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) AcceptsIncomplete

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall

AcceptsIncomplete sets the optional parameter "acceptsIncomplete": See CreateServiceInstanceRequest for details.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Context

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Do

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__CreateBindingResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.create" call. Exactly one of *GoogleCloudServicebrokerV1beta1__CreateBindingResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__CreateBindingResponse.ServerResponse .Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Header

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall

type ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) AcceptsIncomplete

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) AcceptsIncomplete(acceptsIncomplete bool) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall

AcceptsIncomplete sets the optional parameter "acceptsIncomplete": See CreateServiceInstanceRequest for details.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Context

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Do

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__DeleteBindingResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.delete" call. Exactly one of *GoogleCloudServicebrokerV1beta1__DeleteBindingResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__DeleteBindingResponse.ServerResponse .Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Header

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) PlanId

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall

PlanId sets the optional parameter "planId": The plan id of the service instance.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) ServiceId

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall

ServiceId sets the optional parameter "serviceId": Additional query parameter hints. The service id of the service instance.

type ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

type ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Context

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Do

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__GetBindingResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.get" call. Exactly one of *GoogleCloudServicebrokerV1beta1__GetBindingResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__GetBindingResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Header

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) IfNoneMatch

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) PlanId

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

PlanId sets the optional parameter "planId": Plan id.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) ServiceId

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

ServiceId sets the optional parameter "serviceId": Service id.

type ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

type ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Context

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Context(ctx context.Context) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Do

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1beta1__Operation, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.getLast_operation" call. Exactly one of *GoogleCloudServicebrokerV1beta1__Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1beta1__Operation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Fields

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Fields(s ...googleapi.Field) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Header

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) IfNoneMatch

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) IfNoneMatch(entityTag string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Operation

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) Operation(operation string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

Operation sets the optional parameter "operation": If `operation` was returned during mutation operation, this field must be populated with the provided value.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) PlanId

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) PlanId(planId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

PlanId sets the optional parameter "planId": Plan id.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) ServiceId

func (c *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall) ServiceId(serviceId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

ServiceId sets the optional parameter "serviceId": Service id.

type ProjectsBrokersV2ServiceInstancesServiceBindingsService

type ProjectsBrokersV2ServiceInstancesServiceBindingsService struct {
    // contains filtered or unexported fields
}

func NewProjectsBrokersV2ServiceInstancesServiceBindingsService

func NewProjectsBrokersV2ServiceInstancesServiceBindingsService(s *Service) *ProjectsBrokersV2ServiceInstancesServiceBindingsService

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsService) Create

func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Create(parent string, bindingId string, googlecloudservicebrokerv1beta1__binding *GoogleCloudServicebrokerV1beta1__Binding) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall

Create: CreateBinding generates a service binding to an existing service instance. See ProviServiceInstance for async operation details.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsService) Delete

func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Delete(name string) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall

Delete: Unbinds from a service instance. For synchronous/asynchronous request details see CreateServiceInstance method. If binding does not exist HTTP 410 status will be returned.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsService) Get

func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Get(name string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

Get: GetBinding returns the binding information.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsService) GetLastOperation

func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) GetLastOperation(name string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetLastOperationCall

GetLastOperation: Returns the state of the last operation for the binding. Only last (or current) operation can be polled.

type ProjectsService

type ProjectsService struct {
    Brokers *ProjectsBrokersService
    // contains filtered or unexported fields
}

func NewProjectsService

func NewProjectsService(s *Service) *ProjectsService

type Service

type Service struct {
    BasePath  string // API endpoint base URL
    UserAgent string // optional additional User-Agent fragment

    Projects *ProjectsService

    V1beta1 *V1beta1Service
    // contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

func NewService

func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

NewService creates a new Service.

type V1beta1GetIamPolicyCall

type V1beta1GetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*V1beta1GetIamPolicyCall) Context

func (c *V1beta1GetIamPolicyCall) Context(ctx context.Context) *V1beta1GetIamPolicyCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*V1beta1GetIamPolicyCall) Do

func (c *V1beta1GetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error)

Do executes the "servicebroker.getIamPolicy" call. Exactly one of *GoogleIamV1__Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1__Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*V1beta1GetIamPolicyCall) Fields

func (c *V1beta1GetIamPolicyCall) Fields(s ...googleapi.Field) *V1beta1GetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*V1beta1GetIamPolicyCall) Header

func (c *V1beta1GetIamPolicyCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*V1beta1GetIamPolicyCall) IfNoneMatch

func (c *V1beta1GetIamPolicyCall) IfNoneMatch(entityTag string) *V1beta1GetIamPolicyCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*V1beta1GetIamPolicyCall) OptionsRequestedPolicyVersion

func (c *V1beta1GetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *V1beta1GetIamPolicyCall

OptionsRequestedPolicyVersion sets the optional parameter "options.requestedPolicyVersion": The policy format version to be returned.

Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.

Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.

type V1beta1Service

type V1beta1Service struct {
    // contains filtered or unexported fields
}

func NewV1beta1Service

func NewV1beta1Service(s *Service) *V1beta1Service

func (*V1beta1Service) GetIamPolicy

func (r *V1beta1Service) GetIamPolicy(resource string) *V1beta1GetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

func (*V1beta1Service) SetIamPolicy

func (r *V1beta1Service) SetIamPolicy(resource string, googleiamv1__setiampolicyrequest *GoogleIamV1__SetIamPolicyRequest) *V1beta1SetIamPolicyCall

SetIamPolicy: Sets the access control policy on the specified resource. Replaces any existing policy.

Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED

func (*V1beta1Service) TestIamPermissions

func (r *V1beta1Service) TestIamPermissions(resource string, googleiamv1__testiampermissionsrequest *GoogleIamV1__TestIamPermissionsRequest) *V1beta1TestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.

Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

type V1beta1SetIamPolicyCall

type V1beta1SetIamPolicyCall struct {
    // contains filtered or unexported fields
}

func (*V1beta1SetIamPolicyCall) Context

func (c *V1beta1SetIamPolicyCall) Context(ctx context.Context) *V1beta1SetIamPolicyCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*V1beta1SetIamPolicyCall) Do

func (c *V1beta1SetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error)

Do executes the "servicebroker.setIamPolicy" call. Exactly one of *GoogleIamV1__Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1__Policy.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*V1beta1SetIamPolicyCall) Fields

func (c *V1beta1SetIamPolicyCall) Fields(s ...googleapi.Field) *V1beta1SetIamPolicyCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*V1beta1SetIamPolicyCall) Header

func (c *V1beta1SetIamPolicyCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type V1beta1TestIamPermissionsCall

type V1beta1TestIamPermissionsCall struct {
    // contains filtered or unexported fields
}

func (*V1beta1TestIamPermissionsCall) Context

func (c *V1beta1TestIamPermissionsCall) Context(ctx context.Context) *V1beta1TestIamPermissionsCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*V1beta1TestIamPermissionsCall) Do

func (c *V1beta1TestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__TestIamPermissionsResponse, error)

Do executes the "servicebroker.testIamPermissions" call. Exactly one of *GoogleIamV1__TestIamPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleIamV1__TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*V1beta1TestIamPermissionsCall) Fields

func (c *V1beta1TestIamPermissionsCall) Fields(s ...googleapi.Field) *V1beta1TestIamPermissionsCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*V1beta1TestIamPermissionsCall) Header

func (c *V1beta1TestIamPermissionsCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.