clouduseraccounts - ActiveState ActiveGo 1.8
...

Package clouduseraccounts

import "google.golang.org/api/clouduseraccounts/v0.alpha"
Overview
Index

Overview ▾

Package clouduseraccounts provides access to the Cloud User Accounts API.

See https://cloud.google.com/compute/docs/access/user-accounts/api/latest/

Usage example:

import "google.golang.org/api/clouduseraccounts/v0.alpha"
...
clouduseraccountsService, err := clouduseraccounts.New(oauthHttpClient)

Index ▾

Constants
type AuditConfig
    func (s *AuditConfig) MarshalJSON() ([]byte, error)
type AuthorizedKeysView
    func (s *AuthorizedKeysView) MarshalJSON() ([]byte, error)
type Binding
    func (s *Binding) MarshalJSON() ([]byte, error)
type Condition
    func (s *Condition) MarshalJSON() ([]byte, error)
type GlobalAccountsOperationsDeleteCall
    func (c *GlobalAccountsOperationsDeleteCall) Context(ctx context.Context) *GlobalAccountsOperationsDeleteCall
    func (c *GlobalAccountsOperationsDeleteCall) Do(opts ...googleapi.CallOption) error
    func (c *GlobalAccountsOperationsDeleteCall) Fields(s ...googleapi.Field) *GlobalAccountsOperationsDeleteCall
    func (c *GlobalAccountsOperationsDeleteCall) Header() http.Header
type GlobalAccountsOperationsGetCall
    func (c *GlobalAccountsOperationsGetCall) Context(ctx context.Context) *GlobalAccountsOperationsGetCall
    func (c *GlobalAccountsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *GlobalAccountsOperationsGetCall) Fields(s ...googleapi.Field) *GlobalAccountsOperationsGetCall
    func (c *GlobalAccountsOperationsGetCall) Header() http.Header
    func (c *GlobalAccountsOperationsGetCall) IfNoneMatch(entityTag string) *GlobalAccountsOperationsGetCall
type GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) Context(ctx context.Context) *GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) Do(opts ...googleapi.CallOption) (*OperationList, error)
    func (c *GlobalAccountsOperationsListCall) Fields(s ...googleapi.Field) *GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) Filter(filter string) *GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) Header() http.Header
    func (c *GlobalAccountsOperationsListCall) IfNoneMatch(entityTag string) *GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) MaxResults(maxResults int64) *GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) OrderBy(orderBy string) *GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) PageToken(pageToken string) *GlobalAccountsOperationsListCall
    func (c *GlobalAccountsOperationsListCall) Pages(ctx context.Context, f func(*OperationList) error) error
type GlobalAccountsOperationsService
    func NewGlobalAccountsOperationsService(s *Service) *GlobalAccountsOperationsService
    func (r *GlobalAccountsOperationsService) Delete(project string, operation string) *GlobalAccountsOperationsDeleteCall
    func (r *GlobalAccountsOperationsService) Get(project string, operation string) *GlobalAccountsOperationsGetCall
    func (r *GlobalAccountsOperationsService) List(project string) *GlobalAccountsOperationsListCall
type Group
    func (s *Group) MarshalJSON() ([]byte, error)
type GroupList
    func (s *GroupList) MarshalJSON() ([]byte, error)
type GroupsAddMemberCall
    func (c *GroupsAddMemberCall) Context(ctx context.Context) *GroupsAddMemberCall
    func (c *GroupsAddMemberCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *GroupsAddMemberCall) Fields(s ...googleapi.Field) *GroupsAddMemberCall
    func (c *GroupsAddMemberCall) Header() http.Header
type GroupsAddMemberRequest
    func (s *GroupsAddMemberRequest) MarshalJSON() ([]byte, error)
type GroupsDeleteCall
    func (c *GroupsDeleteCall) Context(ctx context.Context) *GroupsDeleteCall
    func (c *GroupsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *GroupsDeleteCall) Fields(s ...googleapi.Field) *GroupsDeleteCall
    func (c *GroupsDeleteCall) Header() http.Header
type GroupsGetCall
    func (c *GroupsGetCall) Context(ctx context.Context) *GroupsGetCall
    func (c *GroupsGetCall) Do(opts ...googleapi.CallOption) (*Group, error)
    func (c *GroupsGetCall) Fields(s ...googleapi.Field) *GroupsGetCall
    func (c *GroupsGetCall) Header() http.Header
    func (c *GroupsGetCall) IfNoneMatch(entityTag string) *GroupsGetCall
type GroupsGetIamPolicyCall
    func (c *GroupsGetIamPolicyCall) Context(ctx context.Context) *GroupsGetIamPolicyCall
    func (c *GroupsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
    func (c *GroupsGetIamPolicyCall) Fields(s ...googleapi.Field) *GroupsGetIamPolicyCall
    func (c *GroupsGetIamPolicyCall) Header() http.Header
    func (c *GroupsGetIamPolicyCall) IfNoneMatch(entityTag string) *GroupsGetIamPolicyCall
type GroupsInsertCall
    func (c *GroupsInsertCall) Context(ctx context.Context) *GroupsInsertCall
    func (c *GroupsInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *GroupsInsertCall) Fields(s ...googleapi.Field) *GroupsInsertCall
    func (c *GroupsInsertCall) Header() http.Header
type GroupsListCall
    func (c *GroupsListCall) Context(ctx context.Context) *GroupsListCall
    func (c *GroupsListCall) Do(opts ...googleapi.CallOption) (*GroupList, error)
    func (c *GroupsListCall) Fields(s ...googleapi.Field) *GroupsListCall
    func (c *GroupsListCall) Filter(filter string) *GroupsListCall
    func (c *GroupsListCall) Header() http.Header
    func (c *GroupsListCall) IfNoneMatch(entityTag string) *GroupsListCall
    func (c *GroupsListCall) MaxResults(maxResults int64) *GroupsListCall
    func (c *GroupsListCall) OrderBy(orderBy string) *GroupsListCall
    func (c *GroupsListCall) PageToken(pageToken string) *GroupsListCall
    func (c *GroupsListCall) Pages(ctx context.Context, f func(*GroupList) error) error
type GroupsRemoveMemberCall
    func (c *GroupsRemoveMemberCall) Context(ctx context.Context) *GroupsRemoveMemberCall
    func (c *GroupsRemoveMemberCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *GroupsRemoveMemberCall) Fields(s ...googleapi.Field) *GroupsRemoveMemberCall
    func (c *GroupsRemoveMemberCall) Header() http.Header
type GroupsRemoveMemberRequest
    func (s *GroupsRemoveMemberRequest) MarshalJSON() ([]byte, error)
type GroupsService
    func NewGroupsService(s *Service) *GroupsService
    func (r *GroupsService) AddMember(project string, groupName string, groupsaddmemberrequest *GroupsAddMemberRequest) *GroupsAddMemberCall
    func (r *GroupsService) Delete(project string, groupName string) *GroupsDeleteCall
    func (r *GroupsService) Get(project string, groupName string) *GroupsGetCall
    func (r *GroupsService) GetIamPolicy(project string, resource string) *GroupsGetIamPolicyCall
    func (r *GroupsService) Insert(project string, group *Group) *GroupsInsertCall
    func (r *GroupsService) List(project string) *GroupsListCall
    func (r *GroupsService) RemoveMember(project string, groupName string, groupsremovememberrequest *GroupsRemoveMemberRequest) *GroupsRemoveMemberCall
    func (r *GroupsService) SetIamPolicy(project string, resource string, policy *Policy) *GroupsSetIamPolicyCall
    func (r *GroupsService) TestIamPermissions(project string, resource string, testpermissionsrequest *TestPermissionsRequest) *GroupsTestIamPermissionsCall
type GroupsSetIamPolicyCall
    func (c *GroupsSetIamPolicyCall) Context(ctx context.Context) *GroupsSetIamPolicyCall
    func (c *GroupsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
    func (c *GroupsSetIamPolicyCall) Fields(s ...googleapi.Field) *GroupsSetIamPolicyCall
    func (c *GroupsSetIamPolicyCall) Header() http.Header
type GroupsTestIamPermissionsCall
    func (c *GroupsTestIamPermissionsCall) Context(ctx context.Context) *GroupsTestIamPermissionsCall
    func (c *GroupsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPermissionsResponse, error)
    func (c *GroupsTestIamPermissionsCall) Fields(s ...googleapi.Field) *GroupsTestIamPermissionsCall
    func (c *GroupsTestIamPermissionsCall) Header() http.Header
type LinuxAccountViews
    func (s *LinuxAccountViews) MarshalJSON() ([]byte, error)
type LinuxGetAuthorizedKeysViewCall
    func (c *LinuxGetAuthorizedKeysViewCall) Context(ctx context.Context) *LinuxGetAuthorizedKeysViewCall
    func (c *LinuxGetAuthorizedKeysViewCall) Do(opts ...googleapi.CallOption) (*LinuxGetAuthorizedKeysViewResponse, error)
    func (c *LinuxGetAuthorizedKeysViewCall) Fields(s ...googleapi.Field) *LinuxGetAuthorizedKeysViewCall
    func (c *LinuxGetAuthorizedKeysViewCall) Header() http.Header
    func (c *LinuxGetAuthorizedKeysViewCall) Login(login bool) *LinuxGetAuthorizedKeysViewCall
type LinuxGetAuthorizedKeysViewResponse
    func (s *LinuxGetAuthorizedKeysViewResponse) MarshalJSON() ([]byte, error)
type LinuxGetLinuxAccountViewsCall
    func (c *LinuxGetLinuxAccountViewsCall) Context(ctx context.Context) *LinuxGetLinuxAccountViewsCall
    func (c *LinuxGetLinuxAccountViewsCall) Do(opts ...googleapi.CallOption) (*LinuxGetLinuxAccountViewsResponse, error)
    func (c *LinuxGetLinuxAccountViewsCall) Fields(s ...googleapi.Field) *LinuxGetLinuxAccountViewsCall
    func (c *LinuxGetLinuxAccountViewsCall) Filter(filter string) *LinuxGetLinuxAccountViewsCall
    func (c *LinuxGetLinuxAccountViewsCall) Header() http.Header
    func (c *LinuxGetLinuxAccountViewsCall) MaxResults(maxResults int64) *LinuxGetLinuxAccountViewsCall
    func (c *LinuxGetLinuxAccountViewsCall) OrderBy(orderBy string) *LinuxGetLinuxAccountViewsCall
    func (c *LinuxGetLinuxAccountViewsCall) PageToken(pageToken string) *LinuxGetLinuxAccountViewsCall
type LinuxGetLinuxAccountViewsResponse
    func (s *LinuxGetLinuxAccountViewsResponse) MarshalJSON() ([]byte, error)
type LinuxGroupView
    func (s *LinuxGroupView) MarshalJSON() ([]byte, error)
type LinuxService
    func NewLinuxService(s *Service) *LinuxService
    func (r *LinuxService) GetAuthorizedKeysView(project string, zone string, user string, instance string) *LinuxGetAuthorizedKeysViewCall
    func (r *LinuxService) GetLinuxAccountViews(project string, zone string, instance string) *LinuxGetLinuxAccountViewsCall
type LinuxUserView
    func (s *LinuxUserView) MarshalJSON() ([]byte, error)
type LogConfig
    func (s *LogConfig) MarshalJSON() ([]byte, error)
type LogConfigCounterOptions
    func (s *LogConfigCounterOptions) MarshalJSON() ([]byte, error)
type Operation
    func (s *Operation) MarshalJSON() ([]byte, error)
type OperationError
    func (s *OperationError) MarshalJSON() ([]byte, error)
type OperationErrorErrors
    func (s *OperationErrorErrors) MarshalJSON() ([]byte, error)
type OperationList
    func (s *OperationList) MarshalJSON() ([]byte, error)
type OperationWarnings
    func (s *OperationWarnings) MarshalJSON() ([]byte, error)
type OperationWarningsData
    func (s *OperationWarningsData) MarshalJSON() ([]byte, error)
type Policy
    func (s *Policy) MarshalJSON() ([]byte, error)
type PublicKey
    func (s *PublicKey) MarshalJSON() ([]byte, error)
type Rule
    func (s *Rule) MarshalJSON() ([]byte, error)
type Service
    func New(client *http.Client) (*Service, error)
type TestPermissionsRequest
    func (s *TestPermissionsRequest) MarshalJSON() ([]byte, error)
type TestPermissionsResponse
    func (s *TestPermissionsResponse) MarshalJSON() ([]byte, error)
type User
    func (s *User) MarshalJSON() ([]byte, error)
type UserList
    func (s *UserList) MarshalJSON() ([]byte, error)
type UsersAddPublicKeyCall
    func (c *UsersAddPublicKeyCall) Context(ctx context.Context) *UsersAddPublicKeyCall
    func (c *UsersAddPublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *UsersAddPublicKeyCall) Fields(s ...googleapi.Field) *UsersAddPublicKeyCall
    func (c *UsersAddPublicKeyCall) Header() http.Header
type UsersDeleteCall
    func (c *UsersDeleteCall) Context(ctx context.Context) *UsersDeleteCall
    func (c *UsersDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *UsersDeleteCall) Fields(s ...googleapi.Field) *UsersDeleteCall
    func (c *UsersDeleteCall) Header() http.Header
type UsersGetCall
    func (c *UsersGetCall) Context(ctx context.Context) *UsersGetCall
    func (c *UsersGetCall) Do(opts ...googleapi.CallOption) (*User, error)
    func (c *UsersGetCall) Fields(s ...googleapi.Field) *UsersGetCall
    func (c *UsersGetCall) Header() http.Header
    func (c *UsersGetCall) IfNoneMatch(entityTag string) *UsersGetCall
type UsersGetIamPolicyCall
    func (c *UsersGetIamPolicyCall) Context(ctx context.Context) *UsersGetIamPolicyCall
    func (c *UsersGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
    func (c *UsersGetIamPolicyCall) Fields(s ...googleapi.Field) *UsersGetIamPolicyCall
    func (c *UsersGetIamPolicyCall) Header() http.Header
    func (c *UsersGetIamPolicyCall) IfNoneMatch(entityTag string) *UsersGetIamPolicyCall
type UsersInsertCall
    func (c *UsersInsertCall) Context(ctx context.Context) *UsersInsertCall
    func (c *UsersInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *UsersInsertCall) Fields(s ...googleapi.Field) *UsersInsertCall
    func (c *UsersInsertCall) Header() http.Header
type UsersListCall
    func (c *UsersListCall) Context(ctx context.Context) *UsersListCall
    func (c *UsersListCall) Do(opts ...googleapi.CallOption) (*UserList, error)
    func (c *UsersListCall) Fields(s ...googleapi.Field) *UsersListCall
    func (c *UsersListCall) Filter(filter string) *UsersListCall
    func (c *UsersListCall) Header() http.Header
    func (c *UsersListCall) IfNoneMatch(entityTag string) *UsersListCall
    func (c *UsersListCall) MaxResults(maxResults int64) *UsersListCall
    func (c *UsersListCall) OrderBy(orderBy string) *UsersListCall
    func (c *UsersListCall) PageToken(pageToken string) *UsersListCall
    func (c *UsersListCall) Pages(ctx context.Context, f func(*UserList) error) error
type UsersRemovePublicKeyCall
    func (c *UsersRemovePublicKeyCall) Context(ctx context.Context) *UsersRemovePublicKeyCall
    func (c *UsersRemovePublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation, error)
    func (c *UsersRemovePublicKeyCall) Fields(s ...googleapi.Field) *UsersRemovePublicKeyCall
    func (c *UsersRemovePublicKeyCall) Header() http.Header
type UsersService
    func NewUsersService(s *Service) *UsersService
    func (r *UsersService) AddPublicKey(project string, user string, publickey *PublicKey) *UsersAddPublicKeyCall
    func (r *UsersService) Delete(project string, user string) *UsersDeleteCall
    func (r *UsersService) Get(project string, user string) *UsersGetCall
    func (r *UsersService) GetIamPolicy(project string, resource string) *UsersGetIamPolicyCall
    func (r *UsersService) Insert(project string, user *User) *UsersInsertCall
    func (r *UsersService) List(project string) *UsersListCall
    func (r *UsersService) RemovePublicKey(project string, user string, fingerprint string) *UsersRemovePublicKeyCall
    func (r *UsersService) SetIamPolicy(project string, resource string, policy *Policy) *UsersSetIamPolicyCall
    func (r *UsersService) TestIamPermissions(project string, resource string, testpermissionsrequest *TestPermissionsRequest) *UsersTestIamPermissionsCall
type UsersSetIamPolicyCall
    func (c *UsersSetIamPolicyCall) Context(ctx context.Context) *UsersSetIamPolicyCall
    func (c *UsersSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
    func (c *UsersSetIamPolicyCall) Fields(s ...googleapi.Field) *UsersSetIamPolicyCall
    func (c *UsersSetIamPolicyCall) Header() http.Header
type UsersTestIamPermissionsCall
    func (c *UsersTestIamPermissionsCall) Context(ctx context.Context) *UsersTestIamPermissionsCall
    func (c *UsersTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPermissionsResponse, error)
    func (c *UsersTestIamPermissionsCall) Fields(s ...googleapi.Field) *UsersTestIamPermissionsCall
    func (c *UsersTestIamPermissionsCall) Header() http.Header

Package files

clouduseraccounts-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"

    // View your data across Google Cloud Platform services
    CloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/cloud-platform.read-only"

    // Manage your Google Cloud User Accounts
    CloudUseraccountsScope = "https://www.googleapis.com/auth/cloud.useraccounts"

    // View your Google Cloud User Accounts
    CloudUseraccountsReadonlyScope = "https://www.googleapis.com/auth/cloud.useraccounts.readonly"
)

type AuditConfig

AuditConfig: Enables "data access" audit logging for a service and specifies a list of members that are log-exempted.

type AuditConfig struct {
    // ExemptedMembers: Specifies the identities that are exempted from
    // "data access" audit logging for the `service` specified above.
    // Follows the same format of Binding.members.
    ExemptedMembers []string `json:"exemptedMembers,omitempty"`

    // Service: Specifies a service that will be enabled for "data access"
    // audit logging. For example, `resourcemanager`, `storage`, `compute`.
    // `allServices` is a special value that covers all services.
    Service string `json:"service,omitempty"`

    // ForceSendFields is a list of field names (e.g. "ExemptedMembers") 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. "ExemptedMembers") 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 (*AuditConfig) MarshalJSON

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

type AuthorizedKeysView

AuthorizedKeysView: A list of authorized public keys for a user account.

type AuthorizedKeysView struct {
    // Keys: [Output Only] The list of authorized public keys in SSH format.
    Keys []string `json:"keys,omitempty"`

    // Sudoer: [Output Only] Whether the user has the ability to elevate on
    // the instance that requested the authorized keys.
    Sudoer bool `json:"sudoer,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Keys") 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. "Keys") 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 (*AuthorizedKeysView) MarshalJSON

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

type Binding

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

type Binding struct {
    // 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@gmail.com` or
    // `joe@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`.
    //
    // * `domain:{domain}`: A Google Apps domain name 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. "Members") 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. "Members") 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 (*Binding) MarshalJSON

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

type Condition

Condition: A condition to be met.

type Condition struct {
    // Iam: Trusted attributes supplied by the IAM system.
    //
    // Possible values:
    //   "ATTRIBUTION"
    //   "AUTHORITY"
    //   "NO_ATTR"
    Iam string `json:"iam,omitempty"`

    // Op: An operator to apply the subject with.
    //
    // Possible values:
    //   "DISCHARGED"
    //   "EQUALS"
    //   "IN"
    //   "NOT_EQUALS"
    //   "NOT_IN"
    //   "NO_OP"
    Op string `json:"op,omitempty"`

    // Svc: Trusted attributes discharged by the service.
    Svc string `json:"svc,omitempty"`

    // Sys: Trusted attributes supplied by any service that owns resources
    // and uses the IAM system for access control.
    //
    // Possible values:
    //   "IP"
    //   "NAME"
    //   "NO_ATTR"
    //   "REGION"
    //   "SERVICE"
    Sys string `json:"sys,omitempty"`

    // Value: The object of the condition. Exactly one of these must be set.
    Value string `json:"value,omitempty"`

    // Values: The objects of the condition. This is mutually exclusive with
    // 'value'.
    Values []string `json:"values,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Iam") 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. "Iam") 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 (*Condition) MarshalJSON

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

type GlobalAccountsOperationsDeleteCall

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

func (*GlobalAccountsOperationsDeleteCall) Context

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

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

func (c *GlobalAccountsOperationsDeleteCall) Do(opts ...googleapi.CallOption) error

Do executes the "clouduseraccounts.globalAccountsOperations.delete" call.

func (*GlobalAccountsOperationsDeleteCall) Fields

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

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

func (*GlobalAccountsOperationsDeleteCall) Header

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

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

type GlobalAccountsOperationsGetCall

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

func (*GlobalAccountsOperationsGetCall) Context

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

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

func (c *GlobalAccountsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.globalAccountsOperations.get" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*GlobalAccountsOperationsGetCall) Fields

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

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

func (*GlobalAccountsOperationsGetCall) Header

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

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

func (*GlobalAccountsOperationsGetCall) IfNoneMatch

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

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 GlobalAccountsOperationsListCall

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

func (*GlobalAccountsOperationsListCall) Context

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

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

func (c *GlobalAccountsOperationsListCall) Do(opts ...googleapi.CallOption) (*OperationList, error)

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

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

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

func (*GlobalAccountsOperationsListCall) Filter

func (c *GlobalAccountsOperationsListCall) Filter(filter string) *GlobalAccountsOperationsListCall

Filter sets the optional parameter "filter": Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.

The field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.

For example, to filter for instances that do not have a name of example-instance, you would use filter=name ne example-instance.

Compute Engine Beta API Only: If you use filtering in the Beta API, you can also filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. In particular, use filtering on nested fields to take advantage of instance labels to organize and filter results based on label values.

The Beta API also supports filtering on multiple expressions by providing each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.

func (*GlobalAccountsOperationsListCall) Header

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

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

func (*GlobalAccountsOperationsListCall) IfNoneMatch

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

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 (*GlobalAccountsOperationsListCall) MaxResults

func (c *GlobalAccountsOperationsListCall) MaxResults(maxResults int64) *GlobalAccountsOperationsListCall

MaxResults sets the optional parameter "maxResults": The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.

func (*GlobalAccountsOperationsListCall) OrderBy

func (c *GlobalAccountsOperationsListCall) OrderBy(orderBy string) *GlobalAccountsOperationsListCall

OrderBy sets the optional parameter "orderBy": Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.

You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.

Currently, only sorting by name or creationTimestamp desc is supported.

func (*GlobalAccountsOperationsListCall) PageToken

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

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

func (*GlobalAccountsOperationsListCall) Pages

func (c *GlobalAccountsOperationsListCall) Pages(ctx context.Context, f func(*OperationList) 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 GlobalAccountsOperationsService

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

func NewGlobalAccountsOperationsService

func NewGlobalAccountsOperationsService(s *Service) *GlobalAccountsOperationsService

func (*GlobalAccountsOperationsService) Delete

func (r *GlobalAccountsOperationsService) Delete(project string, operation string) *GlobalAccountsOperationsDeleteCall

Delete: Deletes the specified operation resource.

func (*GlobalAccountsOperationsService) Get

func (r *GlobalAccountsOperationsService) Get(project string, operation string) *GlobalAccountsOperationsGetCall

Get: Retrieves the specified operation resource.

func (*GlobalAccountsOperationsService) List

func (r *GlobalAccountsOperationsService) List(project string) *GlobalAccountsOperationsListCall

List: Retrieves the list of operation resources contained within the specified project.

type Group

Group: A Group resource.

type Group struct {
    // CreationTimestamp: [Output Only] Creation timestamp in RFC3339 text
    // format.
    CreationTimestamp string `json:"creationTimestamp,omitempty"`

    // Description: An optional textual description of the resource;
    // provided by the client when the resource is created.
    Description string `json:"description,omitempty"`

    // Id: [Output Only] Unique identifier for the resource; defined by the
    // server.
    Id uint64 `json:"id,omitempty,string"`

    // Kind: [Output Only] Type of the resource. Always
    // clouduseraccounts#group for groups.
    Kind string `json:"kind,omitempty"`

    // Members: [Output Only] A list of URLs to User resources who belong to
    // the group. Users may only be members of groups in the same project.
    Members []string `json:"members,omitempty"`

    // Name: Name of the resource; provided by the client when the resource
    // is created.
    Name string `json:"name,omitempty"`

    // SelfLink: [Output Only] Server defined URL for the resource.
    SelfLink string `json:"selfLink,omitempty"`

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

    // ForceSendFields is a list of field names (e.g. "CreationTimestamp")
    // 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. "CreationTimestamp") 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 (*Group) MarshalJSON

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

type GroupList

type GroupList struct {
    // Id: [Output Only] Unique identifier for the resource; defined by the
    // server.
    Id string `json:"id,omitempty"`

    // Items: [Output Only] A list of Group resources.
    Items []*Group `json:"items,omitempty"`

    // Kind: [Output Only] Type of resource. Always
    // clouduseraccounts#groupList for lists of groups.
    Kind string `json:"kind,omitempty"`

    // NextPageToken: [Output Only] A token used to continue a truncated
    // list request.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // SelfLink: [Output Only] Server defined URL for this resource.
    SelfLink string `json:"selfLink,omitempty"`

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

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

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

type GroupsAddMemberCall

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

func (*GroupsAddMemberCall) Context

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

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

func (c *GroupsAddMemberCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.groups.addMember" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*GroupsAddMemberCall) Fields

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

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

func (*GroupsAddMemberCall) Header

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

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

type GroupsAddMemberRequest

type GroupsAddMemberRequest struct {
    // Users: Fully-qualified URLs of the User resources to add.
    Users []string `json:"users,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Users") 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. "Users") 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 (*GroupsAddMemberRequest) MarshalJSON

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

type GroupsDeleteCall

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

func (*GroupsDeleteCall) Context

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

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

func (c *GroupsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.groups.delete" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*GroupsDeleteCall) Fields

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

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

func (*GroupsDeleteCall) Header

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

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

type GroupsGetCall

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

func (*GroupsGetCall) Context

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

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

func (c *GroupsGetCall) Do(opts ...googleapi.CallOption) (*Group, error)

Do executes the "clouduseraccounts.groups.get" call. Exactly one of *Group or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Group.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 (*GroupsGetCall) Fields

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

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

func (*GroupsGetCall) Header

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

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

func (*GroupsGetCall) IfNoneMatch

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

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 GroupsGetIamPolicyCall

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

func (*GroupsGetIamPolicyCall) Context

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

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

func (c *GroupsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)

Do executes the "clouduseraccounts.groups.getIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*GroupsGetIamPolicyCall) Fields

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

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

func (*GroupsGetIamPolicyCall) Header

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

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

func (*GroupsGetIamPolicyCall) IfNoneMatch

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

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 GroupsInsertCall

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

func (*GroupsInsertCall) Context

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

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

func (c *GroupsInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.groups.insert" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*GroupsInsertCall) Fields

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

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

func (*GroupsInsertCall) Header

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

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

type GroupsListCall

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

func (*GroupsListCall) Context

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

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

func (c *GroupsListCall) Do(opts ...googleapi.CallOption) (*GroupList, error)

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

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

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

func (*GroupsListCall) Filter

func (c *GroupsListCall) Filter(filter string) *GroupsListCall

Filter sets the optional parameter "filter": Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.

The field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.

For example, to filter for instances that do not have a name of example-instance, you would use filter=name ne example-instance.

Compute Engine Beta API Only: If you use filtering in the Beta API, you can also filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. In particular, use filtering on nested fields to take advantage of instance labels to organize and filter results based on label values.

The Beta API also supports filtering on multiple expressions by providing each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.

func (*GroupsListCall) Header

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

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

func (*GroupsListCall) IfNoneMatch

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

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 (*GroupsListCall) MaxResults

func (c *GroupsListCall) MaxResults(maxResults int64) *GroupsListCall

MaxResults sets the optional parameter "maxResults": The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.

func (*GroupsListCall) OrderBy

func (c *GroupsListCall) OrderBy(orderBy string) *GroupsListCall

OrderBy sets the optional parameter "orderBy": Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.

You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.

Currently, only sorting by name or creationTimestamp desc is supported.

func (*GroupsListCall) PageToken

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

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

func (*GroupsListCall) Pages

func (c *GroupsListCall) Pages(ctx context.Context, f func(*GroupList) 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 GroupsRemoveMemberCall

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

func (*GroupsRemoveMemberCall) Context

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

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

func (c *GroupsRemoveMemberCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.groups.removeMember" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*GroupsRemoveMemberCall) Fields

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

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

func (*GroupsRemoveMemberCall) Header

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

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

type GroupsRemoveMemberRequest

type GroupsRemoveMemberRequest struct {
    // Users: Fully-qualified URLs of the User resources to remove.
    Users []string `json:"users,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Users") 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. "Users") 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 (*GroupsRemoveMemberRequest) MarshalJSON

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

type GroupsService

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

func NewGroupsService

func NewGroupsService(s *Service) *GroupsService

func (*GroupsService) AddMember

func (r *GroupsService) AddMember(project string, groupName string, groupsaddmemberrequest *GroupsAddMemberRequest) *GroupsAddMemberCall

AddMember: Adds users to the specified group.

func (*GroupsService) Delete

func (r *GroupsService) Delete(project string, groupName string) *GroupsDeleteCall

Delete: Deletes the specified Group resource.

func (*GroupsService) Get

func (r *GroupsService) Get(project string, groupName string) *GroupsGetCall

Get: Returns the specified Group resource.

func (*GroupsService) GetIamPolicy

func (r *GroupsService) GetIamPolicy(project string, resource string) *GroupsGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. May be empty if no such policy or resource exists.

func (*GroupsService) Insert

func (r *GroupsService) Insert(project string, group *Group) *GroupsInsertCall

Insert: Creates a Group resource in the specified project using the data included in the request.

func (*GroupsService) List

func (r *GroupsService) List(project string) *GroupsListCall

List: Retrieves the list of groups contained within the specified project.

func (*GroupsService) RemoveMember

func (r *GroupsService) RemoveMember(project string, groupName string, groupsremovememberrequest *GroupsRemoveMemberRequest) *GroupsRemoveMemberCall

RemoveMember: Removes users from the specified group.

func (*GroupsService) SetIamPolicy

func (r *GroupsService) SetIamPolicy(project string, resource string, policy *Policy) *GroupsSetIamPolicyCall

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

func (*GroupsService) TestIamPermissions

func (r *GroupsService) TestIamPermissions(project string, resource string, testpermissionsrequest *TestPermissionsRequest) *GroupsTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource.

type GroupsSetIamPolicyCall

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

func (*GroupsSetIamPolicyCall) Context

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

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

func (c *GroupsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)

Do executes the "clouduseraccounts.groups.setIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*GroupsSetIamPolicyCall) Fields

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

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

func (*GroupsSetIamPolicyCall) Header

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

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

type GroupsTestIamPermissionsCall

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

func (*GroupsTestIamPermissionsCall) Context

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

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

func (c *GroupsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPermissionsResponse, error)

Do executes the "clouduseraccounts.groups.testIamPermissions" call. Exactly one of *TestPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TestPermissionsResponse.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 (*GroupsTestIamPermissionsCall) Fields

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

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

func (*GroupsTestIamPermissionsCall) Header

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

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

type LinuxAccountViews

LinuxAccountViews: A list of all Linux accounts for this project. This API is only used by Compute Engine virtual machines to get information about user accounts for a project or instance. Linux resources are read-only views into users and groups managed by the Compute Engine Accounts API.

type LinuxAccountViews struct {
    // GroupViews: [Output Only] A list of all groups within a project.
    GroupViews []*LinuxGroupView `json:"groupViews,omitempty"`

    // Kind: [Output Only] Type of the resource. Always
    // clouduseraccounts#linuxAccountViews for Linux resources.
    Kind string `json:"kind,omitempty"`

    // UserViews: [Output Only] A list of all users within a project.
    UserViews []*LinuxUserView `json:"userViews,omitempty"`

    // ForceSendFields is a list of field names (e.g. "GroupViews") 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. "GroupViews") 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 (*LinuxAccountViews) MarshalJSON

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

type LinuxGetAuthorizedKeysViewCall

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

func (*LinuxGetAuthorizedKeysViewCall) Context

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

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

func (c *LinuxGetAuthorizedKeysViewCall) Do(opts ...googleapi.CallOption) (*LinuxGetAuthorizedKeysViewResponse, error)

Do executes the "clouduseraccounts.linux.getAuthorizedKeysView" call. Exactly one of *LinuxGetAuthorizedKeysViewResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LinuxGetAuthorizedKeysViewResponse.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 (*LinuxGetAuthorizedKeysViewCall) Fields

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

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

func (*LinuxGetAuthorizedKeysViewCall) Header

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

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

func (*LinuxGetAuthorizedKeysViewCall) Login

func (c *LinuxGetAuthorizedKeysViewCall) Login(login bool) *LinuxGetAuthorizedKeysViewCall

Login sets the optional parameter "login": Whether the view was requested as part of a user-initiated login.

type LinuxGetAuthorizedKeysViewResponse

type LinuxGetAuthorizedKeysViewResponse struct {
    // Resource: [Output Only] A list of authorized public keys for a user.
    Resource *AuthorizedKeysView `json:"resource,omitempty"`

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

    // ForceSendFields is a list of field names (e.g. "Resource") 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. "Resource") 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 (*LinuxGetAuthorizedKeysViewResponse) MarshalJSON

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

type LinuxGetLinuxAccountViewsCall

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

func (*LinuxGetLinuxAccountViewsCall) Context

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

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

func (c *LinuxGetLinuxAccountViewsCall) Do(opts ...googleapi.CallOption) (*LinuxGetLinuxAccountViewsResponse, error)

Do executes the "clouduseraccounts.linux.getLinuxAccountViews" call. Exactly one of *LinuxGetLinuxAccountViewsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LinuxGetLinuxAccountViewsResponse.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 (*LinuxGetLinuxAccountViewsCall) Fields

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

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

func (*LinuxGetLinuxAccountViewsCall) Filter

func (c *LinuxGetLinuxAccountViewsCall) Filter(filter string) *LinuxGetLinuxAccountViewsCall

Filter sets the optional parameter "filter": Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.

The field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.

For example, to filter for instances that do not have a name of example-instance, you would use filter=name ne example-instance.

Compute Engine Beta API Only: If you use filtering in the Beta API, you can also filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. In particular, use filtering on nested fields to take advantage of instance labels to organize and filter results based on label values.

The Beta API also supports filtering on multiple expressions by providing each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.

func (*LinuxGetLinuxAccountViewsCall) Header

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

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

func (*LinuxGetLinuxAccountViewsCall) MaxResults

func (c *LinuxGetLinuxAccountViewsCall) MaxResults(maxResults int64) *LinuxGetLinuxAccountViewsCall

MaxResults sets the optional parameter "maxResults": The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.

func (*LinuxGetLinuxAccountViewsCall) OrderBy

func (c *LinuxGetLinuxAccountViewsCall) OrderBy(orderBy string) *LinuxGetLinuxAccountViewsCall

OrderBy sets the optional parameter "orderBy": Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.

You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.

Currently, only sorting by name or creationTimestamp desc is supported.

func (*LinuxGetLinuxAccountViewsCall) PageToken

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

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

type LinuxGetLinuxAccountViewsResponse

type LinuxGetLinuxAccountViewsResponse struct {
    // Resource: [Output Only] A list of authorized user accounts and
    // groups.
    Resource *LinuxAccountViews `json:"resource,omitempty"`

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

    // ForceSendFields is a list of field names (e.g. "Resource") 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. "Resource") 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 (*LinuxGetLinuxAccountViewsResponse) MarshalJSON

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

type LinuxGroupView

LinuxGroupView: A detailed view of a Linux group.

type LinuxGroupView struct {
    // Gid: [Output Only] The Group ID.
    Gid int64 `json:"gid,omitempty"`

    // GroupName: [Output Only] Group name.
    GroupName string `json:"groupName,omitempty"`

    // Members: [Output Only] List of user accounts that belong to the
    // group.
    Members []string `json:"members,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Gid") 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. "Gid") 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 (*LinuxGroupView) MarshalJSON

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

type LinuxService

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

func NewLinuxService

func NewLinuxService(s *Service) *LinuxService

func (*LinuxService) GetAuthorizedKeysView

func (r *LinuxService) GetAuthorizedKeysView(project string, zone string, user string, instance string) *LinuxGetAuthorizedKeysViewCall

GetAuthorizedKeysView: Returns a list of authorized public keys for a specific user account.

func (*LinuxService) GetLinuxAccountViews

func (r *LinuxService) GetLinuxAccountViews(project string, zone string, instance string) *LinuxGetLinuxAccountViewsCall

GetLinuxAccountViews: Retrieves a list of user accounts for an instance within a specific project.

type LinuxUserView

LinuxUserView: A detailed view of a Linux user account.

type LinuxUserView struct {
    // Gecos: [Output Only] The GECOS (user information) entry for this
    // account.
    Gecos string `json:"gecos,omitempty"`

    // Gid: [Output Only] User's default group ID.
    Gid int64 `json:"gid,omitempty"`

    // HomeDirectory: [Output Only] The path to the home directory for this
    // account.
    HomeDirectory string `json:"homeDirectory,omitempty"`

    // Shell: [Output Only] The path to the login shell for this account.
    Shell string `json:"shell,omitempty"`

    // Uid: [Output Only] User ID.
    Uid int64 `json:"uid,omitempty"`

    // Username: [Output Only] The username of the account.
    Username string `json:"username,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Gecos") 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. "Gecos") 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 (*LinuxUserView) MarshalJSON

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

type LogConfig

LogConfig: Specifies what kind of log the caller must write

type LogConfig struct {
    // Counter: Counter options.
    Counter *LogConfigCounterOptions `json:"counter,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Counter") 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. "Counter") 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 (*LogConfig) MarshalJSON

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

type LogConfigCounterOptions

LogConfigCounterOptions: Options for counters

type LogConfigCounterOptions struct {
    // Field: The field value to attribute.
    Field string `json:"field,omitempty"`

    // Metric: The metric to update.
    Metric string `json:"metric,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Field") 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. "Field") 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 (*LogConfigCounterOptions) MarshalJSON

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

type Operation

Operation: An Operation resource, used to manage asynchronous API requests.

type Operation struct {
    // ClientOperationId: [Output Only] Reserved for future use.
    ClientOperationId string `json:"clientOperationId,omitempty"`

    // CreationTimestamp: [Output Only] Creation timestamp in RFC3339 text
    // format.
    CreationTimestamp string `json:"creationTimestamp,omitempty"`

    // Description: [Output Only] A textual description of the operation,
    // which is set when the operation is created.
    Description string `json:"description,omitempty"`

    // EndTime: [Output Only] The time that this operation was completed.
    // This value is in RFC3339 text format.
    EndTime string `json:"endTime,omitempty"`

    // Error: [Output Only] If errors are generated during processing of the
    // operation, this field will be populated.
    Error *OperationError `json:"error,omitempty"`

    // HttpErrorMessage: [Output Only] If the operation fails, this field
    // contains the HTTP error message that was returned, such as NOT FOUND.
    HttpErrorMessage string `json:"httpErrorMessage,omitempty"`

    // HttpErrorStatusCode: [Output Only] If the operation fails, this field
    // contains the HTTP error status code that was returned. For example, a
    // 404 means the resource was not found.
    HttpErrorStatusCode int64 `json:"httpErrorStatusCode,omitempty"`

    // Id: [Output Only] The unique identifier for the resource. This
    // identifier is defined by the server.
    Id uint64 `json:"id,omitempty,string"`

    // InsertTime: [Output Only] The time that this operation was requested.
    // This value is in RFC3339 text format.
    InsertTime string `json:"insertTime,omitempty"`

    // Kind: [Output Only] Type of the resource. Always compute#operation
    // for Operation resources.
    Kind string `json:"kind,omitempty"`

    // Name: [Output Only] Name of the resource.
    Name string `json:"name,omitempty"`

    // OperationType: [Output Only] The type of operation, such as insert,
    // update, or delete, and so on.
    OperationType string `json:"operationType,omitempty"`

    // Progress: [Output Only] An optional progress indicator that ranges
    // from 0 to 100. There is no requirement that this be linear or support
    // any granularity of operations. This should not be used to guess when
    // the operation will be complete. This number should monotonically
    // increase as the operation progresses.
    Progress int64 `json:"progress,omitempty"`

    // Region: [Output Only] The URL of the region where the operation
    // resides. Only available when performing regional operations.
    Region string `json:"region,omitempty"`

    // SelfLink: [Output Only] Server-defined URL for the resource.
    SelfLink string `json:"selfLink,omitempty"`

    // StartTime: [Output Only] The time that this operation was started by
    // the server. This value is in RFC3339 text format.
    StartTime string `json:"startTime,omitempty"`

    // Status: [Output Only] The status of the operation, which can be one
    // of the following: PENDING, RUNNING, or DONE.
    //
    // Possible values:
    //   "DONE"
    //   "PENDING"
    //   "RUNNING"
    Status string `json:"status,omitempty"`

    // StatusMessage: [Output Only] An optional textual description of the
    // current status of the operation.
    StatusMessage string `json:"statusMessage,omitempty"`

    // TargetId: [Output Only] The unique target ID, which identifies a
    // specific incarnation of the target resource.
    TargetId uint64 `json:"targetId,omitempty,string"`

    // TargetLink: [Output Only] The URL of the resource that the operation
    // modifies.
    TargetLink string `json:"targetLink,omitempty"`

    // User: [Output Only] User who requested the operation, for example:
    // user@example.com.
    User string `json:"user,omitempty"`

    // Warnings: [Output Only] If warning messages are generated during
    // processing of the operation, this field will be populated.
    Warnings []*OperationWarnings `json:"warnings,omitempty"`

    // Zone: [Output Only] The URL of the zone where the operation resides.
    // Only available when performing per-zone operations.
    Zone string `json:"zone,omitempty"`

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

    // ForceSendFields is a list of field names (e.g. "ClientOperationId")
    // 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. "ClientOperationId") 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 (*Operation) MarshalJSON

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

type OperationError

OperationError: [Output Only] If errors are generated during processing of the operation, this field will be populated.

type OperationError struct {
    // Errors: [Output Only] The array of errors encountered while
    // processing this operation.
    Errors []*OperationErrorErrors `json:"errors,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Errors") 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. "Errors") 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 (*OperationError) MarshalJSON

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

type OperationErrorErrors

type OperationErrorErrors struct {
    // Code: [Output Only] The error type identifier for this error.
    Code string `json:"code,omitempty"`

    // Location: [Output Only] Indicates the field in the request that
    // caused the error. This property is optional.
    Location string `json:"location,omitempty"`

    // Message: [Output Only] An optional, human-readable error message.
    Message string `json:"message,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Code") 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. "Code") 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 (*OperationErrorErrors) MarshalJSON

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

type OperationList

OperationList: Contains a list of Operation resources.

type OperationList struct {
    // Id: [Output Only] The unique identifier for the resource. This
    // identifier is defined by the server.
    Id string `json:"id,omitempty"`

    // Items: [Output Only] A list of Operation resources.
    Items []*Operation `json:"items,omitempty"`

    // Kind: [Output Only] Type of resource. Always compute#operations for
    // Operations resource.
    Kind string `json:"kind,omitempty"`

    // NextPageToken: [Output Only] This token allows you to get the next
    // page of results for list requests. If the number of results is larger
    // than maxResults, 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"`

    // SelfLink: [Output Only] Server-defined URL for this resource.
    SelfLink string `json:"selfLink,omitempty"`

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

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

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

type OperationWarnings

type OperationWarnings struct {
    // Code: [Output Only] A warning code, if applicable. For example,
    // Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in
    // the response.
    //
    // Possible values:
    //   "CLEANUP_FAILED"
    //   "DEPRECATED_RESOURCE_USED"
    //   "DISK_SIZE_LARGER_THAN_IMAGE_SIZE"
    //   "INJECTED_KERNELS_DEPRECATED"
    //   "NEXT_HOP_ADDRESS_NOT_ASSIGNED"
    //   "NEXT_HOP_CANNOT_IP_FORWARD"
    //   "NEXT_HOP_INSTANCE_NOT_FOUND"
    //   "NEXT_HOP_INSTANCE_NOT_ON_NETWORK"
    //   "NEXT_HOP_NOT_RUNNING"
    //   "NOT_CRITICAL_ERROR"
    //   "NO_RESULTS_ON_PAGE"
    //   "REQUIRED_TOS_AGREEMENT"
    //   "RESOURCE_NOT_DELETED"
    //   "SINGLE_INSTANCE_PROPERTY_TEMPLATE"
    //   "UNREACHABLE"
    Code string `json:"code,omitempty"`

    // Data: [Output Only] Metadata about this warning in key: value format.
    // For example:
    // "data": [ { "key": "scope", "value": "zones/us-east1-d" }
    Data []*OperationWarningsData `json:"data,omitempty"`

    // Message: [Output Only] A human-readable description of the warning
    // code.
    Message string `json:"message,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Code") 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. "Code") 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 (*OperationWarnings) MarshalJSON

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

type OperationWarningsData

type OperationWarningsData struct {
    // Key: [Output Only] A key that provides more detail on the warning
    // being returned. For example, for warnings where there are no results
    // in a list request for a particular zone, this key might be scope and
    // the key value might be the zone name. Other examples might be a key
    // indicating a deprecated resource and a suggested replacement, or a
    // warning about invalid network settings (for example, if an instance
    // attempts to perform IP forwarding but is not enabled for IP
    // forwarding).
    Key string `json:"key,omitempty"`

    // Value: [Output Only] A warning data value corresponding to the key.
    Value string `json:"value,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Key") 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. "Key") 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 (*OperationWarningsData) MarshalJSON

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

type Policy

Policy: Defines an Identity and Access Management (IAM) policy. It is used to specify access control policies for Cloud Platform resources.

A `Policy` consists of a list of `bindings`. A `Binding` binds a list of `members` to a `role`, where the members can be user accounts, Google groups, Google domains, and service accounts. A `role` is a named list of permissions defined by IAM.

**Example**

{ "bindings": [ { "role": "roles/owner", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-other-app@appspot.gserviceaccount.com", ] }, { "role": "roles/viewer", "members": ["user:sean@example.com"] } ] }

For a description of IAM and its features, see the [IAM developer's guide](https://cloud.google.com/iam).

type Policy struct {
    // AuditConfigs: Specifies audit logging configs for "data access".
    // "data access": generally refers to data reads/writes and admin reads.
    // "admin activity": generally refers to admin writes.
    //
    // Note: `AuditConfig` doesn't apply to "admin activity", which always
    // enables audit logging.
    AuditConfigs []*AuditConfig `json:"auditConfigs,omitempty"`

    // Bindings: Associates a list of `members` to a `role`. Multiple
    // `bindings` must not be specified for the same `role`. `bindings` with
    // no members will result in an error.
    Bindings []*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.
    //
    // If no `etag` is provided in the call to `setIamPolicy`, then the
    // existing policy is overwritten blindly.
    Etag string `json:"etag,omitempty"`

    IamOwned bool `json:"iamOwned,omitempty"`

    // Rules: If more than one rule is specified, the rules are applied in
    // the following manner: - All matching LOG rules are always applied. -
    // If any DENY/DENY_WITH_LOG rule matches, permission is denied. Logging
    // will be applied if one or more matching rule requires logging. -
    // Otherwise, if any ALLOW/ALLOW_WITH_LOG rule matches, permission is
    // granted. Logging will be applied if one or more matching rule
    // requires logging. - Otherwise, if no rule applies, permission is
    // denied.
    Rules []*Rule `json:"rules,omitempty"`

    // Version: Version of the `Policy`. The default version is 0.
    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. "AuditConfigs") 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. "AuditConfigs") 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 (*Policy) MarshalJSON

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

type PublicKey

PublicKey: A public key for authenticating to guests.

type PublicKey struct {
    // CreationTimestamp: [Output Only] Creation timestamp in RFC3339 text
    // format.
    CreationTimestamp string `json:"creationTimestamp,omitempty"`

    // Description: An optional textual description of the resource;
    // provided by the client when the resource is created.
    Description string `json:"description,omitempty"`

    // ExpirationTimestamp: Optional expiration timestamp. If provided, the
    // timestamp must be in RFC3339 text format. If not provided, the public
    // key never expires.
    ExpirationTimestamp string `json:"expirationTimestamp,omitempty"`

    // Fingerprint: [Output Only] The fingerprint of the key is defined by
    // RFC4716 to be the MD5 digest of the public key.
    Fingerprint string `json:"fingerprint,omitempty"`

    // Key: Public key text in SSH format, defined by RFC4253 section 6.6.
    Key string `json:"key,omitempty"`

    // ForceSendFields is a list of field names (e.g. "CreationTimestamp")
    // 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. "CreationTimestamp") 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 (*PublicKey) MarshalJSON

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

type Rule

Rule: A rule to be applied in a Policy.

type Rule struct {
    // Action: Required
    //
    // Possible values:
    //   "ALLOW"
    //   "ALLOW_WITH_LOG"
    //   "DENY"
    //   "DENY_WITH_LOG"
    //   "LOG"
    //   "NO_ACTION"
    Action string `json:"action,omitempty"`

    // Conditions: Additional restrictions that must be met
    Conditions []*Condition `json:"conditions,omitempty"`

    // Description: Human-readable description of the rule.
    Description string `json:"description,omitempty"`

    // Ins: The rule matches if the PRINCIPAL/AUTHORITY_SELECTOR is in this
    // set of entries.
    Ins []string `json:"ins,omitempty"`

    // LogConfigs: The config returned to callers of
    // tech.iam.IAM.CheckPolicy for any entries that match the LOG action.
    LogConfigs []*LogConfig `json:"logConfigs,omitempty"`

    // NotIns: The rule matches if the PRINCIPAL/AUTHORITY_SELECTOR is not
    // in this set of entries.
    NotIns []string `json:"notIns,omitempty"`

    // Permissions: A permission is a string of form '..' (e.g.,
    // 'storage.buckets.list'). A value of '*' matches all permissions, and
    // a verb part of '*' (e.g., 'storage.buckets.*') matches all verbs.
    Permissions []string `json:"permissions,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Action") 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. "Action") 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 (*Rule) MarshalJSON

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

type Service

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

    GlobalAccountsOperations *GlobalAccountsOperationsService

    Groups *GroupsService

    Linux *LinuxService

    Users *UsersService
    // contains filtered or unexported fields
}

func New

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

type TestPermissionsRequest

type TestPermissionsRequest struct {
    // Permissions: The set of permissions to check for the 'resource'.
    // Permissions with wildcards (such as '*' or 'storage.*') are not
    // allowed.
    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 (*TestPermissionsRequest) MarshalJSON

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

type TestPermissionsResponse

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

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

type User

User: A User resource.

type User struct {
    // CreationTimestamp: [Output Only] Creation timestamp in RFC3339 text
    // format.
    CreationTimestamp string `json:"creationTimestamp,omitempty"`

    // Description: An optional textual description of the resource;
    // provided by the client when the resource is created.
    Description string `json:"description,omitempty"`

    // Groups: [Output Only] A list of URLs to Group resources who contain
    // the user. Users are only members of groups in the same project.
    Groups []string `json:"groups,omitempty"`

    // Id: [Output Only] Unique identifier for the resource; defined by the
    // server.
    Id uint64 `json:"id,omitempty,string"`

    // Kind: [Output Only] Type of the resource. Always
    // clouduseraccounts#user for users.
    Kind string `json:"kind,omitempty"`

    // Name: Name of the resource; provided by the client when the resource
    // is created.
    Name string `json:"name,omitempty"`

    // Owner: Email address of account's owner. This account will be
    // validated to make sure it exists. The email can belong to any domain,
    // but it must be tied to a Google account.
    Owner string `json:"owner,omitempty"`

    // PublicKeys: [Output Only] Public keys that this user may use to
    // login.
    PublicKeys []*PublicKey `json:"publicKeys,omitempty"`

    // SelfLink: [Output Only] Server defined URL for the resource.
    SelfLink string `json:"selfLink,omitempty"`

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

    // ForceSendFields is a list of field names (e.g. "CreationTimestamp")
    // 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. "CreationTimestamp") 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 (*User) MarshalJSON

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

type UserList

type UserList struct {
    // Id: [Output Only] Unique identifier for the resource; defined by the
    // server.
    Id string `json:"id,omitempty"`

    // Items: [Output Only] A list of User resources.
    Items []*User `json:"items,omitempty"`

    // Kind: [Output Only] Type of resource. Always
    // clouduseraccounts#userList for lists of users.
    Kind string `json:"kind,omitempty"`

    // NextPageToken: [Output Only] A token used to continue a truncated
    // list request.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // SelfLink: [Output Only] Server defined URL for this resource.
    SelfLink string `json:"selfLink,omitempty"`

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

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

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

type UsersAddPublicKeyCall

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

func (*UsersAddPublicKeyCall) Context

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

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

func (c *UsersAddPublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.users.addPublicKey" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*UsersAddPublicKeyCall) Fields

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

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

func (*UsersAddPublicKeyCall) Header

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

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

type UsersDeleteCall

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

func (*UsersDeleteCall) Context

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

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

func (c *UsersDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.users.delete" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*UsersDeleteCall) Fields

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

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

func (*UsersDeleteCall) Header

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

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

type UsersGetCall

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

func (*UsersGetCall) Context

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

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

func (c *UsersGetCall) Do(opts ...googleapi.CallOption) (*User, error)

Do executes the "clouduseraccounts.users.get" call. Exactly one of *User or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *User.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 (*UsersGetCall) Fields

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

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

func (*UsersGetCall) Header

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

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

func (*UsersGetCall) IfNoneMatch

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

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 UsersGetIamPolicyCall

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

func (*UsersGetIamPolicyCall) Context

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

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

func (c *UsersGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)

Do executes the "clouduseraccounts.users.getIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*UsersGetIamPolicyCall) Fields

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

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

func (*UsersGetIamPolicyCall) Header

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

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

func (*UsersGetIamPolicyCall) IfNoneMatch

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

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 UsersInsertCall

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

func (*UsersInsertCall) Context

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

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

func (c *UsersInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.users.insert" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*UsersInsertCall) Fields

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

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

func (*UsersInsertCall) Header

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

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

type UsersListCall

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

func (*UsersListCall) Context

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

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

func (c *UsersListCall) Do(opts ...googleapi.CallOption) (*UserList, error)

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

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

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

func (*UsersListCall) Filter

func (c *UsersListCall) Filter(filter string) *UsersListCall

Filter sets the optional parameter "filter": Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.

The field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.

For example, to filter for instances that do not have a name of example-instance, you would use filter=name ne example-instance.

Compute Engine Beta API Only: If you use filtering in the Beta API, you can also filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. In particular, use filtering on nested fields to take advantage of instance labels to organize and filter results based on label values.

The Beta API also supports filtering on multiple expressions by providing each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.

func (*UsersListCall) Header

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

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

func (*UsersListCall) IfNoneMatch

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

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 (*UsersListCall) MaxResults

func (c *UsersListCall) MaxResults(maxResults int64) *UsersListCall

MaxResults sets the optional parameter "maxResults": The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.

func (*UsersListCall) OrderBy

func (c *UsersListCall) OrderBy(orderBy string) *UsersListCall

OrderBy sets the optional parameter "orderBy": Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.

You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.

Currently, only sorting by name or creationTimestamp desc is supported.

func (*UsersListCall) PageToken

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

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

func (*UsersListCall) Pages

func (c *UsersListCall) Pages(ctx context.Context, f func(*UserList) 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 UsersRemovePublicKeyCall

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

func (*UsersRemovePublicKeyCall) Context

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

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

func (c *UsersRemovePublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation, error)

Do executes the "clouduseraccounts.users.removePublicKey" call. Exactly one of *Operation or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*UsersRemovePublicKeyCall) Fields

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

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

func (*UsersRemovePublicKeyCall) Header

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

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

type UsersService

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

func NewUsersService

func NewUsersService(s *Service) *UsersService

func (*UsersService) AddPublicKey

func (r *UsersService) AddPublicKey(project string, user string, publickey *PublicKey) *UsersAddPublicKeyCall

AddPublicKey: Adds a public key to the specified User resource with the data included in the request.

func (*UsersService) Delete

func (r *UsersService) Delete(project string, user string) *UsersDeleteCall

Delete: Deletes the specified User resource.

func (*UsersService) Get

func (r *UsersService) Get(project string, user string) *UsersGetCall

Get: Returns the specified User resource.

func (*UsersService) GetIamPolicy

func (r *UsersService) GetIamPolicy(project string, resource string) *UsersGetIamPolicyCall

GetIamPolicy: Gets the access control policy for a resource. May be empty if no such policy or resource exists.

func (*UsersService) Insert

func (r *UsersService) Insert(project string, user *User) *UsersInsertCall

Insert: Creates a User resource in the specified project using the data included in the request.

func (*UsersService) List

func (r *UsersService) List(project string) *UsersListCall

List: Retrieves a list of users contained within the specified project.

func (*UsersService) RemovePublicKey

func (r *UsersService) RemovePublicKey(project string, user string, fingerprint string) *UsersRemovePublicKeyCall

RemovePublicKey: Removes the specified public key from the user.

func (*UsersService) SetIamPolicy

func (r *UsersService) SetIamPolicy(project string, resource string, policy *Policy) *UsersSetIamPolicyCall

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

func (*UsersService) TestIamPermissions

func (r *UsersService) TestIamPermissions(project string, resource string, testpermissionsrequest *TestPermissionsRequest) *UsersTestIamPermissionsCall

TestIamPermissions: Returns permissions that a caller has on the specified resource.

type UsersSetIamPolicyCall

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

func (*UsersSetIamPolicyCall) Context

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

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

func (c *UsersSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)

Do executes the "clouduseraccounts.users.setIamPolicy" call. Exactly one of *Policy or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *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 (*UsersSetIamPolicyCall) Fields

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

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

func (*UsersSetIamPolicyCall) Header

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

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

type UsersTestIamPermissionsCall

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

func (*UsersTestIamPermissionsCall) Context

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

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

func (c *UsersTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPermissionsResponse, error)

Do executes the "clouduseraccounts.users.testIamPermissions" call. Exactly one of *TestPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TestPermissionsResponse.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 (*UsersTestIamPermissionsCall) Fields

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

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

func (*UsersTestIamPermissionsCall) Header

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

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