...

Package servicebroker

import "google.golang.org/api/servicebroker/v1alpha1"
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/v1alpha1"
...
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 GoogleCloudServicebrokerV1alpha1__Binding
    func (s *GoogleCloudServicebrokerV1alpha1__Binding) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__CreateBindingResponse
    func (s *GoogleCloudServicebrokerV1alpha1__CreateBindingResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__CreateServiceInstanceResponse
    func (s *GoogleCloudServicebrokerV1alpha1__CreateServiceInstanceResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__DashboardClient
    func (s *GoogleCloudServicebrokerV1alpha1__DashboardClient) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__DeleteBindingResponse
    func (s *GoogleCloudServicebrokerV1alpha1__DeleteBindingResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__DeleteServiceInstanceResponse
    func (s *GoogleCloudServicebrokerV1alpha1__DeleteServiceInstanceResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__GetBindingResponse
    func (s *GoogleCloudServicebrokerV1alpha1__GetBindingResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__ListBindingsResponse
    func (s *GoogleCloudServicebrokerV1alpha1__ListBindingsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__ListCatalogResponse
    func (s *GoogleCloudServicebrokerV1alpha1__ListCatalogResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse
    func (s *GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__Operation
    func (s *GoogleCloudServicebrokerV1alpha1__Operation) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__Plan
    func (s *GoogleCloudServicebrokerV1alpha1__Plan) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__Service
    func (s *GoogleCloudServicebrokerV1alpha1__Service) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__ServiceInstance
    func (s *GoogleCloudServicebrokerV1alpha1__ServiceInstance) MarshalJSON() ([]byte, error)
type GoogleCloudServicebrokerV1alpha1__UpdateServiceInstanceResponse
    func (s *GoogleCloudServicebrokerV1alpha1__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 GoogleType__Expr
    func (s *GoogleType__Expr) MarshalJSON() ([]byte, error)
type ProjectsBrokersInstancesGetCall
    func (c *ProjectsBrokersInstancesGetCall) Context(ctx context.Context) *ProjectsBrokersInstancesGetCall
    func (c *ProjectsBrokersInstancesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1alpha1__ServiceInstance, error)
    func (c *ProjectsBrokersInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesGetCall
    func (c *ProjectsBrokersInstancesGetCall) Header() http.Header
    func (c *ProjectsBrokersInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesGetCall
type ProjectsBrokersInstancesService
    func NewProjectsBrokersInstancesService(s *Service) *ProjectsBrokersInstancesService
    func (r *ProjectsBrokersInstancesService) Get(name string) *ProjectsBrokersInstancesGetCall
type ProjectsBrokersInstancesServiceBindingsListCall
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) Context(ctx context.Context) *ProjectsBrokersInstancesServiceBindingsListCall
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1alpha1__ListBindingsResponse, error)
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) Fields(s ...googleapi.Field) *ProjectsBrokersInstancesServiceBindingsListCall
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) Header() http.Header
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) IfNoneMatch(entityTag string) *ProjectsBrokersInstancesServiceBindingsListCall
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) PageSize(pageSize int64) *ProjectsBrokersInstancesServiceBindingsListCall
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) PageToken(pageToken string) *ProjectsBrokersInstancesServiceBindingsListCall
    func (c *ProjectsBrokersInstancesServiceBindingsListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1alpha1__ListBindingsResponse) error) error
type ProjectsBrokersInstancesServiceBindingsService
    func NewProjectsBrokersInstancesServiceBindingsService(s *Service) *ProjectsBrokersInstancesServiceBindingsService
    func (r *ProjectsBrokersInstancesServiceBindingsService) List(parent string) *ProjectsBrokersInstancesServiceBindingsListCall
type ProjectsBrokersService
    func NewProjectsBrokersService(s *Service) *ProjectsBrokersService
type ProjectsBrokersServiceInstancesListCall
    func (c *ProjectsBrokersServiceInstancesListCall) Context(ctx context.Context) *ProjectsBrokersServiceInstancesListCall
    func (c *ProjectsBrokersServiceInstancesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse, error)
    func (c *ProjectsBrokersServiceInstancesListCall) Fields(s ...googleapi.Field) *ProjectsBrokersServiceInstancesListCall
    func (c *ProjectsBrokersServiceInstancesListCall) Header() http.Header
    func (c *ProjectsBrokersServiceInstancesListCall) IfNoneMatch(entityTag string) *ProjectsBrokersServiceInstancesListCall
    func (c *ProjectsBrokersServiceInstancesListCall) PageSize(pageSize int64) *ProjectsBrokersServiceInstancesListCall
    func (c *ProjectsBrokersServiceInstancesListCall) PageToken(pageToken string) *ProjectsBrokersServiceInstancesListCall
    func (c *ProjectsBrokersServiceInstancesListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse) error) error
type ProjectsBrokersServiceInstancesService
    func NewProjectsBrokersServiceInstancesService(s *Service) *ProjectsBrokersServiceInstancesService
    func (r *ProjectsBrokersServiceInstancesService) List(parent string) *ProjectsBrokersServiceInstancesListCall
type ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) Context(ctx context.Context) *ProjectsBrokersV2CatalogListCall
    func (c *ProjectsBrokersV2CatalogListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1alpha1__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(*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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, googlecloudservicebrokerv1alpha1__serviceinstance *GoogleCloudServicebrokerV1alpha1__ServiceInstance) *ProjectsBrokersV2ServiceInstancesCreateCall
    func (r *ProjectsBrokersV2ServiceInstancesService) Delete(parent string, instanceId string) *ProjectsBrokersV2ServiceInstancesDeleteCall
    func (r *ProjectsBrokersV2ServiceInstancesService) Get(name string) *ProjectsBrokersV2ServiceInstancesGetCall
    func (r *ProjectsBrokersV2ServiceInstancesService) GetLastOperation(parent string, instanceId string) *ProjectsBrokersV2ServiceInstancesGetLastOperationCall
    func (r *ProjectsBrokersV2ServiceInstancesService) Patch(parent string, instanceId string, googlecloudservicebrokerv1alpha1__serviceinstance *GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__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, instanceId string, bindingId string, googlecloudservicebrokerv1alpha1__binding *GoogleCloudServicebrokerV1alpha1__Binding) *ProjectsBrokersV2ServiceInstancesServiceBindingsCreateCall
    func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Delete(parent string, instanceId string, bindingId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsDeleteCall
    func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) Get(parent string, instanceId string, bindingId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall
    func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) GetLastOperation(parent string, instanceId string, bindingId 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 V1alpha1GetIamPolicyCall
    func (c *V1alpha1GetIamPolicyCall) Context(ctx context.Context) *V1alpha1GetIamPolicyCall
    func (c *V1alpha1GetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error)
    func (c *V1alpha1GetIamPolicyCall) Fields(s ...googleapi.Field) *V1alpha1GetIamPolicyCall
    func (c *V1alpha1GetIamPolicyCall) Header() http.Header
    func (c *V1alpha1GetIamPolicyCall) IfNoneMatch(entityTag string) *V1alpha1GetIamPolicyCall
    func (c *V1alpha1GetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *V1alpha1GetIamPolicyCall
type V1alpha1Service
    func NewV1alpha1Service(s *Service) *V1alpha1Service
    func (r *V1alpha1Service) GetIamPolicy(resource string) *V1alpha1GetIamPolicyCall
    func (r *V1alpha1Service) SetIamPolicy(resource string, googleiamv1__setiampolicyrequest *GoogleIamV1__SetIamPolicyRequest) *V1alpha1SetIamPolicyCall
    func (r *V1alpha1Service) TestIamPermissions(resource string, googleiamv1__testiampermissionsrequest *GoogleIamV1__TestIamPermissionsRequest) *V1alpha1TestIamPermissionsCall
type V1alpha1SetIamPolicyCall
    func (c *V1alpha1SetIamPolicyCall) Context(ctx context.Context) *V1alpha1SetIamPolicyCall
    func (c *V1alpha1SetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error)
    func (c *V1alpha1SetIamPolicyCall) Fields(s ...googleapi.Field) *V1alpha1SetIamPolicyCall
    func (c *V1alpha1SetIamPolicyCall) Header() http.Header
type V1alpha1TestIamPermissionsCall
    func (c *V1alpha1TestIamPermissionsCall) Context(ctx context.Context) *V1alpha1TestIamPermissionsCall
    func (c *V1alpha1TestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__TestIamPermissionsResponse, error)
    func (c *V1alpha1TestIamPermissionsCall) Fields(s ...googleapi.Field) *V1alpha1TestIamPermissionsCall
    func (c *V1alpha1TestIamPermissionsCall) 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 GoogleCloudServicebrokerV1alpha1__Binding

GoogleCloudServicebrokerV1alpha1__Binding: Describes the binding.

type GoogleCloudServicebrokerV1alpha1__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"`

    // 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"`

    // 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 (*GoogleCloudServicebrokerV1alpha1__Binding) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__CreateBindingResponse

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

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__CreateBindingResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__CreateServiceInstanceResponse

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

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__CreateServiceInstanceResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__DashboardClient

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

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__DashboardClient) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__DeleteBindingResponse

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

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__DeleteBindingResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__DeleteServiceInstanceResponse

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

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__DeleteServiceInstanceResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__GetBindingResponse

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

type GoogleCloudServicebrokerV1alpha1__GetBindingResponse 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"`

    // 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 (*GoogleCloudServicebrokerV1alpha1__GetBindingResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__ListBindingsResponse

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

type GoogleCloudServicebrokerV1alpha1__ListBindingsResponse struct {
    // Bindings: The list of the bindings in the instance.
    Bindings []*GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__ListBindingsResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__ListCatalogResponse

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

type GoogleCloudServicebrokerV1alpha1__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 []*GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__ListCatalogResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse

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

type GoogleCloudServicebrokerV1alpha1__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 the instances in the broker.
    Instances []*GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__Operation

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

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__Operation) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__Plan

GoogleCloudServicebrokerV1alpha1__Plan: Plan message describes a Service Plan.

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__Plan) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__Service

GoogleCloudServicebrokerV1alpha1__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 GoogleCloudServicebrokerV1alpha1__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"`

    // DashboardClient: Information to activate Dashboard SSO feature.
    DashboardClient *GoogleCloudServicebrokerV1alpha1__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"`

    // InstanceRetrievable: Whether the service provides an endpoint to get
    // service instances.
    InstanceRetrievable bool `json:"instance_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 []*GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__Service) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__ServiceInstance

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

type GoogleCloudServicebrokerV1alpha1__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. Name of the Deployment Manager
    // deployment used for provisioning of this
    // service instance.
    DeploymentName string `json:"deploymentName,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 (*GoogleCloudServicebrokerV1alpha1__ServiceInstance) MarshalJSON

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

type GoogleCloudServicebrokerV1alpha1__UpdateServiceInstanceResponse

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

type GoogleCloudServicebrokerV1alpha1__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 (*GoogleCloudServicebrokerV1alpha1__UpdateServiceInstanceResponse) MarshalJSON

func (s *GoogleCloudServicebrokerV1alpha1__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 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 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) (*GoogleCloudServicebrokerV1alpha1__ServiceInstance, error)

Do executes the "servicebroker.projects.brokers.instances.get" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__ServiceInstance or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__ServiceInstance.ServerResponse.Head er 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 ProjectsBrokersInstancesService

type ProjectsBrokersInstancesService struct {
    ServiceBindings *ProjectsBrokersInstancesServiceBindingsService
    // 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. This API is an extension and not part of the OSB spec. Hence the path is a standard Google API URL.

type ProjectsBrokersInstancesServiceBindingsListCall

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

func (*ProjectsBrokersInstancesServiceBindingsListCall) Context

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

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 (*ProjectsBrokersInstancesServiceBindingsListCall) Do

func (c *ProjectsBrokersInstancesServiceBindingsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1alpha1__ListBindingsResponse, error)

Do executes the "servicebroker.projects.brokers.instances.service_bindings.list" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__ListBindingsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__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 (*ProjectsBrokersInstancesServiceBindingsListCall) Fields

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

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

func (*ProjectsBrokersInstancesServiceBindingsListCall) Header

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

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

func (*ProjectsBrokersInstancesServiceBindingsListCall) IfNoneMatch

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

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 (*ProjectsBrokersInstancesServiceBindingsListCall) PageSize

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

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 (*ProjectsBrokersInstancesServiceBindingsListCall) PageToken

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

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 (*ProjectsBrokersInstancesServiceBindingsListCall) Pages

func (c *ProjectsBrokersInstancesServiceBindingsListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1alpha1__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 ProjectsBrokersInstancesServiceBindingsService

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

func NewProjectsBrokersInstancesServiceBindingsService

func NewProjectsBrokersInstancesServiceBindingsService(s *Service) *ProjectsBrokersInstancesServiceBindingsService

func (*ProjectsBrokersInstancesServiceBindingsService) List

func (r *ProjectsBrokersInstancesServiceBindingsService) List(parent string) *ProjectsBrokersInstancesServiceBindingsListCall

List: Lists all the bindings in the instance

type ProjectsBrokersService

type ProjectsBrokersService struct {
    Instances *ProjectsBrokersInstancesService

    ServiceInstances *ProjectsBrokersServiceInstancesService

    V2 *ProjectsBrokersV2Service
    // contains filtered or unexported fields
}

func NewProjectsBrokersService

func NewProjectsBrokersService(s *Service) *ProjectsBrokersService

type ProjectsBrokersServiceInstancesListCall

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

func (*ProjectsBrokersServiceInstancesListCall) Context

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

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 (*ProjectsBrokersServiceInstancesListCall) Do

func (c *ProjectsBrokersServiceInstancesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse, error)

Do executes the "servicebroker.projects.brokers.service_instances.list" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__ListServiceInstancesResponse.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 (*ProjectsBrokersServiceInstancesListCall) Fields

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

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

func (*ProjectsBrokersServiceInstancesListCall) Header

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

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

func (*ProjectsBrokersServiceInstancesListCall) IfNoneMatch

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

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 (*ProjectsBrokersServiceInstancesListCall) PageSize

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

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 (*ProjectsBrokersServiceInstancesListCall) PageToken

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

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 (*ProjectsBrokersServiceInstancesListCall) Pages

func (c *ProjectsBrokersServiceInstancesListCall) Pages(ctx context.Context, f func(*GoogleCloudServicebrokerV1alpha1__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 ProjectsBrokersServiceInstancesService

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

func NewProjectsBrokersServiceInstancesService

func NewProjectsBrokersServiceInstancesService(s *Service) *ProjectsBrokersServiceInstancesService

func (*ProjectsBrokersServiceInstancesService) List

func (r *ProjectsBrokersServiceInstancesService) List(parent string) *ProjectsBrokersServiceInstancesListCall

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 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) (*GoogleCloudServicebrokerV1alpha1__ListCatalogResponse, error)

Do executes the "servicebroker.projects.brokers.v2.catalog.list" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__ListCatalogResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__ListCatalogResponse.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 (*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(*GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__CreateServiceInstanceResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.create" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__CreateServiceInstanceResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__CreateServiceInstanceResponse.Serve rResponse.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) (*GoogleCloudServicebrokerV1alpha1__DeleteServiceInstanceResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.delete" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__DeleteServiceInstanceResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__DeleteServiceInstanceResponse.Serve rResponse.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) (*GoogleCloudServicebrokerV1alpha1__ServiceInstance, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.get" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__ServiceInstance or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__ServiceInstance.ServerResponse.Head er 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) (*GoogleCloudServicebrokerV1alpha1__Operation, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.getLast_operation" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__UpdateServiceInstanceResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.patch" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__UpdateServiceInstanceResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__UpdateServiceInstanceResponse.Serve rResponse.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, googlecloudservicebrokerv1alpha1__serviceinstance *GoogleCloudServicebrokerV1alpha1__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(parent string, instanceId 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. This API is an extension and not part of the OSB spec. Hence the path is a standard Google API URL.

func (*ProjectsBrokersV2ServiceInstancesService) GetLastOperation

func (r *ProjectsBrokersV2ServiceInstancesService) GetLastOperation(parent string, instanceId 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(parent string, instanceId string, googlecloudservicebrokerv1alpha1__serviceinstance *GoogleCloudServicebrokerV1alpha1__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) (*GoogleCloudServicebrokerV1alpha1__CreateBindingResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.create" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__CreateBindingResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__CreateBindingResponse.ServerRespons e.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) (*GoogleCloudServicebrokerV1alpha1__DeleteBindingResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.delete" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__DeleteBindingResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__DeleteBindingResponse.ServerRespons e.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) (*GoogleCloudServicebrokerV1alpha1__GetBindingResponse, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.get" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__GetBindingResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__GetBindingResponse.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 (*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) (*GoogleCloudServicebrokerV1alpha1__Operation, error)

Do executes the "servicebroker.projects.brokers.v2.service_instances.service_bindings.getLast_operation" call. Exactly one of *GoogleCloudServicebrokerV1alpha1__Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleCloudServicebrokerV1alpha1__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, instanceId string, bindingId string, googlecloudservicebrokerv1alpha1__binding *GoogleCloudServicebrokerV1alpha1__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(parent string, instanceId string, bindingId 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(parent string, instanceId string, bindingId string) *ProjectsBrokersV2ServiceInstancesServiceBindingsGetCall

Get: GetBinding returns the binding information.

func (*ProjectsBrokersV2ServiceInstancesServiceBindingsService) GetLastOperation

func (r *ProjectsBrokersV2ServiceInstancesServiceBindingsService) GetLastOperation(parent string, instanceId string, bindingId 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

    V1alpha1 *V1alpha1Service
    // 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 V1alpha1GetIamPolicyCall

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

func (*V1alpha1GetIamPolicyCall) Context

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

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 (*V1alpha1GetIamPolicyCall) Do

func (c *V1alpha1GetIamPolicyCall) 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 (*V1alpha1GetIamPolicyCall) Fields

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

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

func (*V1alpha1GetIamPolicyCall) Header

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

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

func (*V1alpha1GetIamPolicyCall) IfNoneMatch

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

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 (*V1alpha1GetIamPolicyCall) OptionsRequestedPolicyVersion

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

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 V1alpha1Service

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

func NewV1alpha1Service

func NewV1alpha1Service(s *Service) *V1alpha1Service

func (*V1alpha1Service) GetIamPolicy

func (r *V1alpha1Service) GetIamPolicy(resource string) *V1alpha1GetIamPolicyCall

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 (*V1alpha1Service) SetIamPolicy

func (r *V1alpha1Service) SetIamPolicy(resource string, googleiamv1__setiampolicyrequest *GoogleIamV1__SetIamPolicyRequest) *V1alpha1SetIamPolicyCall

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 (*V1alpha1Service) TestIamPermissions

func (r *V1alpha1Service) TestIamPermissions(resource string, googleiamv1__testiampermissionsrequest *GoogleIamV1__TestIamPermissionsRequest) *V1alpha1TestIamPermissionsCall

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 V1alpha1SetIamPolicyCall

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

func (*V1alpha1SetIamPolicyCall) Context

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

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 (*V1alpha1SetIamPolicyCall) Do

func (c *V1alpha1SetIamPolicyCall) 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 (*V1alpha1SetIamPolicyCall) Fields

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

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

func (*V1alpha1SetIamPolicyCall) Header

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

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

type V1alpha1TestIamPermissionsCall

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

func (*V1alpha1TestIamPermissionsCall) Context

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

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 (*V1alpha1TestIamPermissionsCall) Do

func (c *V1alpha1TestIamPermissionsCall) 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 (*V1alpha1TestIamPermissionsCall) Fields

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

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

func (*V1alpha1TestIamPermissionsCall) Header

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

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