Documentation ¶
Overview ¶
Package cloudresourcemanager provides access to the Cloud Resource Manager API.
For product documentation, see: https://cloud.google.com/resource-manager
Creating a client ¶
Usage example:
import "google.golang.org/api/cloudresourcemanager/v3" ... ctx := context.Background() cloudresourcemanagerService, err := cloudresourcemanager.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
By default, all available scopes (see "Constants") are used to authenticate. To restrict scopes, use option.WithScopes:
cloudresourcemanagerService, err := cloudresourcemanager.NewService(ctx, option.WithScopes(cloudresourcemanager.CloudPlatformReadOnlyScope))
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
cloudresourcemanagerService, err := cloudresourcemanager.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) cloudresourcemanagerService, err := cloudresourcemanager.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type AuditConfig
- type AuditLogConfig
- type Binding
- type CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation
- type CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation
- type CreateTagKeyMetadata
- type CreateTagValueMetadata
- type DeleteTagKeyMetadata
- type DeleteTagValueMetadata
- type Empty
- type Expr
- type FolderOperation
- type FolderOperationError
- type GetIamPolicyRequest
- type GetPolicyOptions
- type Lien
- type LiensCreateCall
- type LiensDeleteCall
- type LiensGetCall
- func (c *LiensGetCall) Context(ctx context.Context) *LiensGetCall
- func (c *LiensGetCall) Do(opts ...googleapi.CallOption) (*Lien, error)
- func (c *LiensGetCall) Fields(s ...googleapi.Field) *LiensGetCall
- func (c *LiensGetCall) Header() http.Header
- func (c *LiensGetCall) IfNoneMatch(entityTag string) *LiensGetCall
- type LiensListCall
- func (c *LiensListCall) Context(ctx context.Context) *LiensListCall
- func (c *LiensListCall) Do(opts ...googleapi.CallOption) (*ListLiensResponse, error)
- func (c *LiensListCall) Fields(s ...googleapi.Field) *LiensListCall
- func (c *LiensListCall) Header() http.Header
- func (c *LiensListCall) IfNoneMatch(entityTag string) *LiensListCall
- func (c *LiensListCall) PageSize(pageSize int64) *LiensListCall
- func (c *LiensListCall) PageToken(pageToken string) *LiensListCall
- func (c *LiensListCall) Pages(ctx context.Context, f func(*ListLiensResponse) error) error
- func (c *LiensListCall) Parent(parent string) *LiensListCall
- type LiensService
- type ListLiensResponse
- type ListTagBindingsResponse
- type ListTagKeysResponse
- type ListTagValuesResponse
- type Operation
- type OperationsGetCall
- func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall
- func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall
- func (c *OperationsGetCall) Header() http.Header
- func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall
- type OperationsService
- type Policy
- type ProjectCreationStatus
- type Service
- type SetIamPolicyRequest
- type Status
- type TagBinding
- type TagBindingsCreateCall
- func (c *TagBindingsCreateCall) Context(ctx context.Context) *TagBindingsCreateCall
- func (c *TagBindingsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagBindingsCreateCall) Fields(s ...googleapi.Field) *TagBindingsCreateCall
- func (c *TagBindingsCreateCall) Header() http.Header
- func (c *TagBindingsCreateCall) ValidateOnly(validateOnly bool) *TagBindingsCreateCall
- type TagBindingsDeleteCall
- func (c *TagBindingsDeleteCall) Context(ctx context.Context) *TagBindingsDeleteCall
- func (c *TagBindingsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagBindingsDeleteCall) Fields(s ...googleapi.Field) *TagBindingsDeleteCall
- func (c *TagBindingsDeleteCall) Header() http.Header
- type TagBindingsListCall
- func (c *TagBindingsListCall) Context(ctx context.Context) *TagBindingsListCall
- func (c *TagBindingsListCall) Do(opts ...googleapi.CallOption) (*ListTagBindingsResponse, error)
- func (c *TagBindingsListCall) Fields(s ...googleapi.Field) *TagBindingsListCall
- func (c *TagBindingsListCall) Header() http.Header
- func (c *TagBindingsListCall) IfNoneMatch(entityTag string) *TagBindingsListCall
- func (c *TagBindingsListCall) PageSize(pageSize int64) *TagBindingsListCall
- func (c *TagBindingsListCall) PageToken(pageToken string) *TagBindingsListCall
- func (c *TagBindingsListCall) Pages(ctx context.Context, f func(*ListTagBindingsResponse) error) error
- func (c *TagBindingsListCall) Parent(parent string) *TagBindingsListCall
- type TagBindingsService
- type TagKey
- type TagKeysCreateCall
- func (c *TagKeysCreateCall) Context(ctx context.Context) *TagKeysCreateCall
- func (c *TagKeysCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagKeysCreateCall) Fields(s ...googleapi.Field) *TagKeysCreateCall
- func (c *TagKeysCreateCall) Header() http.Header
- func (c *TagKeysCreateCall) ValidateOnly(validateOnly bool) *TagKeysCreateCall
- type TagKeysDeleteCall
- func (c *TagKeysDeleteCall) Context(ctx context.Context) *TagKeysDeleteCall
- func (c *TagKeysDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagKeysDeleteCall) Etag(etag string) *TagKeysDeleteCall
- func (c *TagKeysDeleteCall) Fields(s ...googleapi.Field) *TagKeysDeleteCall
- func (c *TagKeysDeleteCall) Header() http.Header
- func (c *TagKeysDeleteCall) ValidateOnly(validateOnly bool) *TagKeysDeleteCall
- type TagKeysGetCall
- func (c *TagKeysGetCall) Context(ctx context.Context) *TagKeysGetCall
- func (c *TagKeysGetCall) Do(opts ...googleapi.CallOption) (*TagKey, error)
- func (c *TagKeysGetCall) Fields(s ...googleapi.Field) *TagKeysGetCall
- func (c *TagKeysGetCall) Header() http.Header
- func (c *TagKeysGetCall) IfNoneMatch(entityTag string) *TagKeysGetCall
- type TagKeysGetIamPolicyCall
- func (c *TagKeysGetIamPolicyCall) Context(ctx context.Context) *TagKeysGetIamPolicyCall
- func (c *TagKeysGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *TagKeysGetIamPolicyCall) Fields(s ...googleapi.Field) *TagKeysGetIamPolicyCall
- func (c *TagKeysGetIamPolicyCall) Header() http.Header
- type TagKeysListCall
- func (c *TagKeysListCall) Context(ctx context.Context) *TagKeysListCall
- func (c *TagKeysListCall) Do(opts ...googleapi.CallOption) (*ListTagKeysResponse, error)
- func (c *TagKeysListCall) Fields(s ...googleapi.Field) *TagKeysListCall
- func (c *TagKeysListCall) Header() http.Header
- func (c *TagKeysListCall) IfNoneMatch(entityTag string) *TagKeysListCall
- func (c *TagKeysListCall) PageSize(pageSize int64) *TagKeysListCall
- func (c *TagKeysListCall) PageToken(pageToken string) *TagKeysListCall
- func (c *TagKeysListCall) Pages(ctx context.Context, f func(*ListTagKeysResponse) error) error
- func (c *TagKeysListCall) Parent(parent string) *TagKeysListCall
- type TagKeysPatchCall
- func (c *TagKeysPatchCall) Context(ctx context.Context) *TagKeysPatchCall
- func (c *TagKeysPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagKeysPatchCall) Fields(s ...googleapi.Field) *TagKeysPatchCall
- func (c *TagKeysPatchCall) Header() http.Header
- func (c *TagKeysPatchCall) UpdateMask(updateMask string) *TagKeysPatchCall
- func (c *TagKeysPatchCall) ValidateOnly(validateOnly bool) *TagKeysPatchCall
- type TagKeysService
- func (r *TagKeysService) Create(tagkey *TagKey) *TagKeysCreateCall
- func (r *TagKeysService) Delete(name string) *TagKeysDeleteCall
- func (r *TagKeysService) Get(name string) *TagKeysGetCall
- func (r *TagKeysService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *TagKeysGetIamPolicyCall
- func (r *TagKeysService) List() *TagKeysListCall
- func (r *TagKeysService) Patch(name string, tagkey *TagKey) *TagKeysPatchCall
- func (r *TagKeysService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *TagKeysSetIamPolicyCall
- func (r *TagKeysService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *TagKeysTestIamPermissionsCall
- type TagKeysSetIamPolicyCall
- func (c *TagKeysSetIamPolicyCall) Context(ctx context.Context) *TagKeysSetIamPolicyCall
- func (c *TagKeysSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *TagKeysSetIamPolicyCall) Fields(s ...googleapi.Field) *TagKeysSetIamPolicyCall
- func (c *TagKeysSetIamPolicyCall) Header() http.Header
- type TagKeysTestIamPermissionsCall
- func (c *TagKeysTestIamPermissionsCall) Context(ctx context.Context) *TagKeysTestIamPermissionsCall
- func (c *TagKeysTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *TagKeysTestIamPermissionsCall) Fields(s ...googleapi.Field) *TagKeysTestIamPermissionsCall
- func (c *TagKeysTestIamPermissionsCall) Header() http.Header
- type TagValue
- type TagValuesCreateCall
- func (c *TagValuesCreateCall) Context(ctx context.Context) *TagValuesCreateCall
- func (c *TagValuesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagValuesCreateCall) Fields(s ...googleapi.Field) *TagValuesCreateCall
- func (c *TagValuesCreateCall) Header() http.Header
- func (c *TagValuesCreateCall) ValidateOnly(validateOnly bool) *TagValuesCreateCall
- type TagValuesDeleteCall
- func (c *TagValuesDeleteCall) Context(ctx context.Context) *TagValuesDeleteCall
- func (c *TagValuesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagValuesDeleteCall) Etag(etag string) *TagValuesDeleteCall
- func (c *TagValuesDeleteCall) Fields(s ...googleapi.Field) *TagValuesDeleteCall
- func (c *TagValuesDeleteCall) Header() http.Header
- func (c *TagValuesDeleteCall) ValidateOnly(validateOnly bool) *TagValuesDeleteCall
- type TagValuesGetCall
- func (c *TagValuesGetCall) Context(ctx context.Context) *TagValuesGetCall
- func (c *TagValuesGetCall) Do(opts ...googleapi.CallOption) (*TagValue, error)
- func (c *TagValuesGetCall) Fields(s ...googleapi.Field) *TagValuesGetCall
- func (c *TagValuesGetCall) Header() http.Header
- func (c *TagValuesGetCall) IfNoneMatch(entityTag string) *TagValuesGetCall
- type TagValuesGetIamPolicyCall
- func (c *TagValuesGetIamPolicyCall) Context(ctx context.Context) *TagValuesGetIamPolicyCall
- func (c *TagValuesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *TagValuesGetIamPolicyCall) Fields(s ...googleapi.Field) *TagValuesGetIamPolicyCall
- func (c *TagValuesGetIamPolicyCall) Header() http.Header
- type TagValuesListCall
- func (c *TagValuesListCall) Context(ctx context.Context) *TagValuesListCall
- func (c *TagValuesListCall) Do(opts ...googleapi.CallOption) (*ListTagValuesResponse, error)
- func (c *TagValuesListCall) Fields(s ...googleapi.Field) *TagValuesListCall
- func (c *TagValuesListCall) Header() http.Header
- func (c *TagValuesListCall) IfNoneMatch(entityTag string) *TagValuesListCall
- func (c *TagValuesListCall) PageSize(pageSize int64) *TagValuesListCall
- func (c *TagValuesListCall) PageToken(pageToken string) *TagValuesListCall
- func (c *TagValuesListCall) Pages(ctx context.Context, f func(*ListTagValuesResponse) error) error
- func (c *TagValuesListCall) Parent(parent string) *TagValuesListCall
- type TagValuesPatchCall
- func (c *TagValuesPatchCall) Context(ctx context.Context) *TagValuesPatchCall
- func (c *TagValuesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error)
- func (c *TagValuesPatchCall) Fields(s ...googleapi.Field) *TagValuesPatchCall
- func (c *TagValuesPatchCall) Header() http.Header
- func (c *TagValuesPatchCall) UpdateMask(updateMask string) *TagValuesPatchCall
- func (c *TagValuesPatchCall) ValidateOnly(validateOnly bool) *TagValuesPatchCall
- type TagValuesService
- func (r *TagValuesService) Create(tagvalue *TagValue) *TagValuesCreateCall
- func (r *TagValuesService) Delete(name string) *TagValuesDeleteCall
- func (r *TagValuesService) Get(name string) *TagValuesGetCall
- func (r *TagValuesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *TagValuesGetIamPolicyCall
- func (r *TagValuesService) List() *TagValuesListCall
- func (r *TagValuesService) Patch(name string, tagvalue *TagValue) *TagValuesPatchCall
- func (r *TagValuesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *TagValuesSetIamPolicyCall
- func (r *TagValuesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *TagValuesTestIamPermissionsCall
- type TagValuesSetIamPolicyCall
- func (c *TagValuesSetIamPolicyCall) Context(ctx context.Context) *TagValuesSetIamPolicyCall
- func (c *TagValuesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *TagValuesSetIamPolicyCall) Fields(s ...googleapi.Field) *TagValuesSetIamPolicyCall
- func (c *TagValuesSetIamPolicyCall) Header() http.Header
- type TagValuesTestIamPermissionsCall
- func (c *TagValuesTestIamPermissionsCall) Context(ctx context.Context) *TagValuesTestIamPermissionsCall
- func (c *TagValuesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *TagValuesTestIamPermissionsCall) Fields(s ...googleapi.Field) *TagValuesTestIamPermissionsCall
- func (c *TagValuesTestIamPermissionsCall) Header() http.Header
- type TestIamPermissionsRequest
- type TestIamPermissionsResponse
- type UpdateTagKeyMetadata
- type UpdateTagValueMetadata
Constants ¶
const ( // See, edit, configure, and delete your Google Cloud Platform data 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" )
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditConfig ¶
type AuditConfig struct { // AuditLogConfigs: The configuration for logging of each type of // permission. AuditLogConfigs []*AuditLogConfig `json:"auditLogConfigs,omitempty"` // Service: Specifies a service that will be enabled for audit logging. // For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. // `allServices` is a special value that covers all services. Service string `json:"service,omitempty"` // ForceSendFields is a list of field names (e.g. "AuditLogConfigs") 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. "AuditLogConfigs") 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:"-"` }
AuditConfig: Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.
func (*AuditConfig) MarshalJSON ¶
func (s *AuditConfig) MarshalJSON() ([]byte, error)
type AuditLogConfig ¶
type AuditLogConfig struct { // ExemptedMembers: Specifies the identities that do not cause logging // for this type of permission. Follows the same format of // Binding.members. ExemptedMembers []string `json:"exemptedMembers,omitempty"` // LogType: The log type that this config enables. // // Possible values: // "LOG_TYPE_UNSPECIFIED" - Default case. Should never be this. // "ADMIN_READ" - Admin reads. Example: CloudIAM getIamPolicy // "DATA_WRITE" - Data writes. Example: CloudSQL Users create // "DATA_READ" - Data reads. Example: CloudSQL Users list LogType string `json:"logType,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:"-"` }
AuditLogConfig: Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.
func (*AuditLogConfig) MarshalJSON ¶
func (s *AuditLogConfig) MarshalJSON() ([]byte, error)
type Binding ¶
type Binding struct { // Condition: The condition that is associated with this binding. If the // condition evaluates to `true`, then this binding applies to the // current request. If the condition evaluates to `false`, then this // binding does not apply to the current request. However, a different // role binding might grant the same role to one or more of the members // in this binding. To learn which resources support conditions in their // IAM policies, see the IAM documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). Condition *Expr `json:"condition,omitempty"` // Members: Specifies the identities requesting access for a Cloud // Platform resource. `members` can have the following values: * // `allUsers`: A special identifier that represents anyone who is on the // internet; with or without a Google account. * // `allAuthenticatedUsers`: A special identifier that represents anyone // who is authenticated with a Google account or a service account. * // `user:{emailid}`: An email address that represents a specific Google // account. For example, `alice@example.com` . * // `serviceAccount:{emailid}`: An email address that represents a // service account. For example, // `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An // email address that represents a Google group. For example, // `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An // email address (plus unique identifier) representing a user that has // been recently deleted. For example, // `alice@example.com?uid=123456789012345678901`. If the user is // recovered, this value reverts to `user:{emailid}` and the recovered // user retains the role in the binding. * // `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address // (plus unique identifier) representing a service account that has been // recently deleted. For example, // `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. // If the service account is undeleted, this value reverts to // `serviceAccount:{emailid}` and the undeleted service account retains // the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: // An email address (plus unique identifier) representing a Google group // that has been recently deleted. For example, // `admins@example.com?uid=123456789012345678901`. If the group is // recovered, this value reverts to `group:{emailid}` and the recovered // group retains the role in the binding. * `domain:{domain}`: The G // Suite domain (primary) that represents all the users of that domain. // For example, `google.com` or `example.com`. Members []string `json:"members,omitempty"` // Role: Role that is assigned to `members`. For example, // `roles/viewer`, `roles/editor`, or `roles/owner`. Role string `json:"role,omitempty"` // ForceSendFields is a list of field names (e.g. "Condition") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Condition") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Binding: Associates `members` with a `role`.
func (*Binding) MarshalJSON ¶
type CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation ¶
type CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation struct { // DestinationParent: The resource name of the folder or organization we // are either creating the folder under or moving the folder to. DestinationParent string `json:"destinationParent,omitempty"` // DisplayName: The display name of the folder. DisplayName string `json:"displayName,omitempty"` // OperationType: The type of this operation. // // Possible values: // "OPERATION_TYPE_UNSPECIFIED" - Operation type not specified. // "CREATE" - A create folder operation. // "MOVE" - A move folder operation. OperationType string `json:"operationType,omitempty"` // SourceParent: The resource name of the folder's parent. Only // applicable when the operation_type is MOVE. SourceParent string `json:"sourceParent,omitempty"` // ForceSendFields is a list of field names (e.g. "DestinationParent") // 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. "DestinationParent") 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:"-"` }
CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation:
Metadata describing a long running folder operation
func (*CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation) MarshalJSON ¶
func (s *CloudresourcemanagerGoogleCloudResourcemanagerV2alpha1FolderOperation) MarshalJSON() ([]byte, error)
type CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation ¶
type CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation struct { // DestinationParent: The resource name of the folder or organization we // are either creating the folder under or moving the folder to. DestinationParent string `json:"destinationParent,omitempty"` // DisplayName: The display name of the folder. DisplayName string `json:"displayName,omitempty"` // OperationType: The type of this operation. // // Possible values: // "OPERATION_TYPE_UNSPECIFIED" - Operation type not specified. // "CREATE" - A create folder operation. // "MOVE" - A move folder operation. OperationType string `json:"operationType,omitempty"` // SourceParent: The resource name of the folder's parent. Only // applicable when the operation_type is MOVE. SourceParent string `json:"sourceParent,omitempty"` // ForceSendFields is a list of field names (e.g. "DestinationParent") // 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. "DestinationParent") 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:"-"` }
CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation: Metadata describing a long running folder operation
func (*CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation) MarshalJSON ¶
func (s *CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation) MarshalJSON() ([]byte, error)
type CreateTagKeyMetadata ¶
type CreateTagKeyMetadata struct { }
CreateTagKeyMetadata: Runtime operation information for creating a TagKey.
type CreateTagValueMetadata ¶
type CreateTagValueMetadata struct { }
CreateTagValueMetadata: Runtime operation information for creating a TagValue.
type DeleteTagKeyMetadata ¶
type DeleteTagKeyMetadata struct { }
DeleteTagKeyMetadata: Runtime operation information for deleting a TagKey.
type DeleteTagValueMetadata ¶
type DeleteTagValueMetadata struct { }
DeleteTagValueMetadata: Runtime operation information for deleting a TagValue.
type Empty ¶
type Empty struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
Empty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
type Expr ¶
type Expr struct { // Description: Optional. Description of the expression. This is a // longer text which describes the expression, e.g. when hovered over it // in a UI. Description string `json:"description,omitempty"` // Expression: Textual representation of an expression in Common // Expression Language syntax. Expression string `json:"expression,omitempty"` // Location: Optional. String indicating the location of the expression // for error reporting, e.g. a file name and a position in the file. Location string `json:"location,omitempty"` // Title: Optional. Title for the expression, i.e. a short string // describing its purpose. This can be used e.g. in UIs which allow to // enter the expression. Title string `json:"title,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Expr: Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.
func (*Expr) MarshalJSON ¶
type FolderOperation ¶
type FolderOperation struct { // DestinationParent: The resource name of the folder or organization we // are either creating the folder under or moving the folder to. DestinationParent string `json:"destinationParent,omitempty"` // DisplayName: The display name of the folder. DisplayName string `json:"displayName,omitempty"` // OperationType: The type of this operation. // // Possible values: // "OPERATION_TYPE_UNSPECIFIED" - Operation type not specified. // "CREATE" - A create folder operation. // "MOVE" - A move folder operation. OperationType string `json:"operationType,omitempty"` // SourceParent: The resource name of the folder's parent. Only // applicable when the operation_type is MOVE. SourceParent string `json:"sourceParent,omitempty"` // ForceSendFields is a list of field names (e.g. "DestinationParent") // 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. "DestinationParent") 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:"-"` }
FolderOperation: Metadata describing a long running folder operation
func (*FolderOperation) MarshalJSON ¶
func (s *FolderOperation) MarshalJSON() ([]byte, error)
type FolderOperationError ¶
type FolderOperationError struct { // ErrorMessageId: The type of operation error experienced. // // Possible values: // "ERROR_TYPE_UNSPECIFIED" - The error type was unrecognized or // unspecified. // "ACTIVE_FOLDER_HEIGHT_VIOLATION" - The attempted action would // violate the max folder depth constraint. // "MAX_CHILD_FOLDERS_VIOLATION" - The attempted action would violate // the max child folders constraint. // "FOLDER_NAME_UNIQUENESS_VIOLATION" - The attempted action would // violate the locally-unique folder display_name constraint. // "RESOURCE_DELETED_VIOLATION" - The resource being moved has been // deleted. // "PARENT_DELETED_VIOLATION" - The resource a folder was being added // to has been deleted. // "CYCLE_INTRODUCED_VIOLATION" - The attempted action would introduce // cycle in resource path. // "FOLDER_BEING_MOVED_VIOLATION" - The attempted action would move a // folder that is already being moved. // "FOLDER_TO_DELETE_NON_EMPTY_VIOLATION" - The folder the caller is // trying to delete contains active resources. // "DELETED_FOLDER_HEIGHT_VIOLATION" - The attempted action would // violate the max deleted folder depth constraint. ErrorMessageId string `json:"errorMessageId,omitempty"` // ForceSendFields is a list of field names (e.g. "ErrorMessageId") 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. "ErrorMessageId") 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:"-"` }
FolderOperationError: A classification of the Folder Operation error.
func (*FolderOperationError) MarshalJSON ¶
func (s *FolderOperationError) MarshalJSON() ([]byte, error)
type GetIamPolicyRequest ¶
type GetIamPolicyRequest struct { // Options: OPTIONAL: A `GetPolicyOptions` object for specifying options // to `GetIamPolicy`. Options *GetPolicyOptions `json:"options,omitempty"` // ForceSendFields is a list of field names (e.g. "Options") 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. "Options") 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:"-"` }
GetIamPolicyRequest: Request message for `GetIamPolicy` method.
func (*GetIamPolicyRequest) MarshalJSON ¶
func (s *GetIamPolicyRequest) MarshalJSON() ([]byte, error)
type GetPolicyOptions ¶
type GetPolicyOptions struct { // RequestedPolicyVersion: Optional. The policy format version to be // returned. Valid values are 0, 1, and 3. Requests specifying an // invalid value will be rejected. Requests for policies with any // conditional bindings must specify version 3. Policies without any // conditional bindings may specify any valid value or leave the field // unset. To learn which resources support conditions in their IAM // policies, see the IAM documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). RequestedPolicyVersion int64 `json:"requestedPolicyVersion,omitempty"` // ForceSendFields is a list of field names (e.g. // "RequestedPolicyVersion") 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. "RequestedPolicyVersion") // 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:"-"` }
GetPolicyOptions: Encapsulates settings provided to GetIamPolicy.
func (*GetPolicyOptions) MarshalJSON ¶
func (s *GetPolicyOptions) MarshalJSON() ([]byte, error)
type Lien ¶
type Lien struct { // CreateTime: The creation time of this Lien. CreateTime string `json:"createTime,omitempty"` // Name: A system-generated unique identifier for this Lien. Example: // `liens/1234abcd` Name string `json:"name,omitempty"` // Origin: A stable, user-visible/meaningful string identifying the // origin of the Lien, intended to be inspected programmatically. // Maximum length of 200 characters. Example: 'compute.googleapis.com' Origin string `json:"origin,omitempty"` // Parent: A reference to the resource this Lien is attached to. The // server will validate the parent against those for which Liens are // supported. Example: `projects/1234` Parent string `json:"parent,omitempty"` // Reason: Concise user-visible strings indicating why an action cannot // be performed on a resource. Maximum length of 200 characters. // Example: 'Holds production API key' Reason string `json:"reason,omitempty"` // Restrictions: The types of operations which should be blocked as a // result of this Lien. Each value should correspond to an IAM // permission. The server will validate the permissions against those // for which Liens are supported. An empty list is meaningless and will // be rejected. Example: ['resourcemanager.projects.delete'] Restrictions []string `json:"restrictions,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
Lien: A Lien represents an encumbrance on the actions that can be performed on a resource.
func (*Lien) MarshalJSON ¶
type LiensCreateCall ¶
type LiensCreateCall struct {
// contains filtered or unexported fields
}
func (*LiensCreateCall) Context ¶
func (c *LiensCreateCall) Context(ctx context.Context) *LiensCreateCall
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 (*LiensCreateCall) Do ¶
func (c *LiensCreateCall) Do(opts ...googleapi.CallOption) (*Lien, error)
Do executes the "cloudresourcemanager.liens.create" call. Exactly one of *Lien or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Lien.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 (*LiensCreateCall) Fields ¶
func (c *LiensCreateCall) Fields(s ...googleapi.Field) *LiensCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*LiensCreateCall) Header ¶
func (c *LiensCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type LiensDeleteCall ¶
type LiensDeleteCall struct {
// contains filtered or unexported fields
}
func (*LiensDeleteCall) Context ¶
func (c *LiensDeleteCall) Context(ctx context.Context) *LiensDeleteCall
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 (*LiensDeleteCall) Do ¶
func (c *LiensDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "cloudresourcemanager.liens.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*LiensDeleteCall) Fields ¶
func (c *LiensDeleteCall) Fields(s ...googleapi.Field) *LiensDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*LiensDeleteCall) Header ¶
func (c *LiensDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type LiensGetCall ¶
type LiensGetCall struct {
// contains filtered or unexported fields
}
func (*LiensGetCall) Context ¶
func (c *LiensGetCall) Context(ctx context.Context) *LiensGetCall
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 (*LiensGetCall) Do ¶
func (c *LiensGetCall) Do(opts ...googleapi.CallOption) (*Lien, error)
Do executes the "cloudresourcemanager.liens.get" call. Exactly one of *Lien or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Lien.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 (*LiensGetCall) Fields ¶
func (c *LiensGetCall) Fields(s ...googleapi.Field) *LiensGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*LiensGetCall) Header ¶
func (c *LiensGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*LiensGetCall) IfNoneMatch ¶
func (c *LiensGetCall) IfNoneMatch(entityTag string) *LiensGetCall
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 LiensListCall ¶
type LiensListCall struct {
// contains filtered or unexported fields
}
func (*LiensListCall) Context ¶
func (c *LiensListCall) Context(ctx context.Context) *LiensListCall
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 (*LiensListCall) Do ¶
func (c *LiensListCall) Do(opts ...googleapi.CallOption) (*ListLiensResponse, error)
Do executes the "cloudresourcemanager.liens.list" call. Exactly one of *ListLiensResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListLiensResponse.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 (*LiensListCall) Fields ¶
func (c *LiensListCall) Fields(s ...googleapi.Field) *LiensListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*LiensListCall) Header ¶
func (c *LiensListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*LiensListCall) IfNoneMatch ¶
func (c *LiensListCall) IfNoneMatch(entityTag string) *LiensListCall
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 (*LiensListCall) PageSize ¶
func (c *LiensListCall) PageSize(pageSize int64) *LiensListCall
PageSize sets the optional parameter "pageSize": The maximum number of items to return. This is a suggestion for the server.
func (*LiensListCall) PageToken ¶
func (c *LiensListCall) PageToken(pageToken string) *LiensListCall
PageToken sets the optional parameter "pageToken": The `next_page_token` value returned from a previous List request, if any.
func (*LiensListCall) Pages ¶
func (c *LiensListCall) Pages(ctx context.Context, f func(*ListLiensResponse) 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.
func (*LiensListCall) Parent ¶
func (c *LiensListCall) Parent(parent string) *LiensListCall
Parent sets the optional parameter "parent": Required. The name of the resource to list all attached Liens. For example, `projects/1234`. (google.api.field_policy).resource_type annotation is not set since the parent depends on the meta api implementation. This field could be a project or other sub project resources.
type LiensService ¶
type LiensService struct {
// contains filtered or unexported fields
}
func NewLiensService ¶
func NewLiensService(s *Service) *LiensService
func (*LiensService) Create ¶
func (r *LiensService) Create(lien *Lien) *LiensCreateCall
Create: Create a Lien which applies to the resource denoted by the `parent` field. Callers of this method will require permission on the `parent` resource. For example, applying to `projects/1234` requires permission `resourcemanager.projects.updateLiens`. NOTE: Some resources may limit the number of Liens which may be applied.
func (*LiensService) Delete ¶
func (r *LiensService) Delete(nameid string) *LiensDeleteCall
Delete: Delete a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.updateLiens`.
func (*LiensService) Get ¶
func (r *LiensService) Get(nameid string) *LiensGetCall
Get: Retrieve a Lien by `name`. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`
func (*LiensService) List ¶
func (r *LiensService) List() *LiensListCall
List: List all Liens applied to the `parent` resource. Callers of this method will require permission on the `parent` resource. For example, a Lien with a `parent` of `projects/1234` requires permission `resourcemanager.projects.get`.
type ListLiensResponse ¶
type ListLiensResponse struct { // Liens: A list of Liens. Liens []*Lien `json:"liens,omitempty"` // NextPageToken: Token to retrieve the next page of results, or empty // if there are no more results in the list. NextPageToken string `json:"nextPageToken,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Liens") 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. "Liens") 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:"-"` }
ListLiensResponse: The response message for Liens.ListLiens.
func (*ListLiensResponse) MarshalJSON ¶
func (s *ListLiensResponse) MarshalJSON() ([]byte, error)
type ListTagBindingsResponse ¶
type ListTagBindingsResponse struct { // NextPageToken: A pagination token returned from a previous call to // `ListTagBindings` that indicates from where listing should continue. NextPageToken string `json:"nextPageToken,omitempty"` // TagBindings: A possibly paginated list of TagBindings for the // specified TagValue or resource. TagBindings []*TagBinding `json:"tagBindings,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") 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. "NextPageToken") 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:"-"` }
ListTagBindingsResponse: The ListTagBindings response.
func (*ListTagBindingsResponse) MarshalJSON ¶
func (s *ListTagBindingsResponse) MarshalJSON() ([]byte, error)
type ListTagKeysResponse ¶
type ListTagKeysResponse struct { // NextPageToken: A pagination token returned from a previous call to // `ListTagKeys` that indicates from where listing should continue. NextPageToken string `json:"nextPageToken,omitempty"` // TagKeys: List of TagKeys that live under the specified parent in the // request. TagKeys []*TagKey `json:"tagKeys,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") 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. "NextPageToken") 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:"-"` }
ListTagKeysResponse: The ListTagKeys response message.
func (*ListTagKeysResponse) MarshalJSON ¶
func (s *ListTagKeysResponse) MarshalJSON() ([]byte, error)
type ListTagValuesResponse ¶
type ListTagValuesResponse struct { // NextPageToken: A pagination token returned from a previous call to // `ListTagValues` that indicates from where listing should continue. // This is currently not used, but the server may at any point start // supplying a valid token. NextPageToken string `json:"nextPageToken,omitempty"` // TagValues: A possibly paginated list of TagValues that are direct // descendants of the specified parent TagKey. TagValues []*TagValue `json:"tagValues,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NextPageToken") 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. "NextPageToken") 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:"-"` }
ListTagValuesResponse: The ListTagValues response.
func (*ListTagValuesResponse) MarshalJSON ¶
func (s *ListTagValuesResponse) MarshalJSON() ([]byte, error)
type Operation ¶
type Operation struct { // Done: If the value is `false`, it means the operation is still in // progress. If `true`, the operation is completed, and either `error` // or `response` is available. Done bool `json:"done,omitempty"` // Error: The error result of the operation in case of failure or // cancellation. Error *Status `json:"error,omitempty"` // Metadata: Service-specific metadata associated with the operation. It // typically contains progress information and common metadata such as // create time. Some services might not provide such metadata. Any // method that returns a long-running operation should document the // metadata type, if any. Metadata googleapi.RawMessage `json:"metadata,omitempty"` // Name: The server-assigned name, which is only unique within the same // service that originally returns it. If you use the default HTTP // mapping, the `name` should be a resource name ending with // `operations/{unique_id}`. Name string `json:"name,omitempty"` // Response: The normal response of the operation in case of success. If // the original method returns no data on success, such as `Delete`, the // response is `google.protobuf.Empty`. If the original method is // standard `Get`/`Create`/`Update`, the response should be the // resource. For other methods, the response should have the type // `XxxResponse`, where `Xxx` is the original method name. For example, // if the original method name is `TakeSnapshot()`, the inferred // response type is `TakeSnapshotResponse`. Response googleapi.RawMessage `json:"response,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Done") 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. "Done") 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:"-"` }
Operation: This resource represents a long-running operation that is the result of a network API call.
func (*Operation) MarshalJSON ¶
type OperationsGetCall ¶
type OperationsGetCall struct {
// contains filtered or unexported fields
}
func (*OperationsGetCall) Context ¶
func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall
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 (*OperationsGetCall) Do ¶
func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.operations.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 (*OperationsGetCall) Fields ¶
func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OperationsGetCall) Header ¶
func (c *OperationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OperationsGetCall) IfNoneMatch ¶
func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall
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 OperationsService ¶
type OperationsService struct {
// contains filtered or unexported fields
}
func NewOperationsService ¶
func NewOperationsService(s *Service) *OperationsService
func (*OperationsService) Get ¶
func (r *OperationsService) Get(name string) *OperationsGetCall
Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
type Policy ¶
type Policy struct { // AuditConfigs: Specifies cloud audit logging configuration for this // policy. AuditConfigs []*AuditConfig `json:"auditConfigs,omitempty"` // Bindings: Associates a list of `members` to a `role`. Optionally, may // specify a `condition` that determines how and when the `bindings` are // applied. Each of the `bindings` must contain at least one member. Bindings []*Binding `json:"bindings,omitempty"` // Etag: `etag` is used for optimistic concurrency control as a way to // help prevent simultaneous updates of a policy from overwriting each // other. It is strongly suggested that systems make use of the `etag` // in the read-modify-write cycle to perform policy updates in order to // avoid race conditions: An `etag` is returned in the response to // `getIamPolicy`, and systems are expected to put that etag in the // request to `setIamPolicy` to ensure that their change will be applied // to the same version of the policy. **Important:** If you use IAM // Conditions, you must include the `etag` field whenever you call // `setIamPolicy`. If you omit this field, then IAM allows you to // overwrite a version `3` policy with a version `1` policy, and all of // the conditions in the version `3` policy are lost. Etag string `json:"etag,omitempty"` // Version: Specifies the format of the policy. Valid values are `0`, // `1`, and `3`. Requests that specify an invalid value are rejected. // Any operation that affects conditional role bindings must specify // version `3`. This requirement applies to the following operations: * // Getting a policy that includes a conditional role binding * Adding a // conditional role binding to a policy * Changing a conditional role // binding in a policy * Removing any role binding, with or without a // condition, from a policy that includes conditions **Important:** If // you use IAM Conditions, you must include the `etag` field whenever // you call `setIamPolicy`. If you omit this field, then IAM allows you // to overwrite a version `3` policy with a version `1` policy, and all // of the conditions in the version `3` policy are lost. If a policy // does not include any conditions, operations on that policy may // specify any valid version or leave the field unset. To learn which // resources support conditions in their IAM policies, see the IAM // documentation // (https://cloud.google.com/iam/help/conditions/resource-policies). 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:"-"` }
Policy: An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the IAM documentation (https://cloud.google.com/iam/docs/).
func (*Policy) MarshalJSON ¶
type ProjectCreationStatus ¶
type ProjectCreationStatus struct { // CreateTime: Creation time of the project creation workflow. CreateTime string `json:"createTime,omitempty"` // Gettable: True if the project can be retrieved using GetProject. No // other operations on the project are guaranteed to work until the // project creation is complete. Gettable bool `json:"gettable,omitempty"` // Ready: True if the project creation process is complete. Ready bool `json:"ready,omitempty"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ProjectCreationStatus: A status object which is used as the `metadata` field for the Operation returned by CreateProject. It provides insight for when significant phases of Project creation have completed.
func (*ProjectCreationStatus) MarshalJSON ¶
func (s *ProjectCreationStatus) MarshalJSON() ([]byte, error)
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Liens *LiensService Operations *OperationsService TagBindings *TagBindingsService TagKeys *TagKeysService TagValues *TagValuesService // contains filtered or unexported fields }
func New
deprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
func NewService ¶
NewService creates a new Service.
type SetIamPolicyRequest ¶
type SetIamPolicyRequest struct { // Policy: REQUIRED: The complete policy to be applied to the // `resource`. The size of the policy is limited to a few 10s of KB. An // empty policy is a valid policy but certain Cloud Platform services // (such as Projects) might reject them. Policy *Policy `json:"policy,omitempty"` // UpdateMask: OPTIONAL: A FieldMask specifying which fields of the // policy to modify. Only the fields in the mask will be modified. If no // mask is provided, the following default mask is used: `paths: // "bindings, etag" UpdateMask string `json:"updateMask,omitempty"` // ForceSendFields is a list of field names (e.g. "Policy") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Policy") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SetIamPolicyRequest: Request message for `SetIamPolicy` method.
func (*SetIamPolicyRequest) MarshalJSON ¶
func (s *SetIamPolicyRequest) MarshalJSON() ([]byte, error)
type Status ¶
type Status struct { // Code: The status code, which should be an enum value of // google.rpc.Code. Code int64 `json:"code,omitempty"` // Details: A list of messages that carry the error details. There is a // common set of message types for APIs to use. Details []googleapi.RawMessage `json:"details,omitempty"` // Message: A developer-facing error message, which should be in // English. Any user-facing error message should be localized and sent // in the google.rpc.Status.details field, or localized by the client. 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:"-"` }
Status: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).
func (*Status) MarshalJSON ¶
type TagBinding ¶
type TagBinding struct { // Name: Output only. The name of the TagBinding. This is a String of // the form: `tagBindings/{full-resource-name}/{tag-value-name}` (e.g. // `tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F12 // 3/tagValues/456`). Name string `json:"name,omitempty"` // Parent: The full resource name of the resource the TagValue is bound // to. E.g. `//cloudresourcemanager.googleapis.com/projects/123` Parent string `json:"parent,omitempty"` // TagValue: The TagValue of the TagBinding. Must be of the form // `tagValues/456`. TagValue string `json:"tagValue,omitempty"` // ForceSendFields is a list of field names (e.g. "Name") 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. "Name") 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:"-"` }
TagBinding: A TagBinding represents a connection between a TagValue and a cloud resource (currently project, folder, or organization). Once a TagBinding is created, the TagValue is applied to all the descendants of the cloud resource.
func (*TagBinding) MarshalJSON ¶
func (s *TagBinding) MarshalJSON() ([]byte, error)
type TagBindingsCreateCall ¶
type TagBindingsCreateCall struct {
// contains filtered or unexported fields
}
func (*TagBindingsCreateCall) Context ¶
func (c *TagBindingsCreateCall) Context(ctx context.Context) *TagBindingsCreateCall
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 (*TagBindingsCreateCall) Do ¶
func (c *TagBindingsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagBindings.create" 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 (*TagBindingsCreateCall) Fields ¶
func (c *TagBindingsCreateCall) Fields(s ...googleapi.Field) *TagBindingsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagBindingsCreateCall) Header ¶
func (c *TagBindingsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagBindingsCreateCall) ValidateOnly ¶
func (c *TagBindingsCreateCall) ValidateOnly(validateOnly bool) *TagBindingsCreateCall
ValidateOnly sets the optional parameter "validateOnly": Set to true to perform the validations necessary for creating the resource, but not actually perform the action.
type TagBindingsDeleteCall ¶
type TagBindingsDeleteCall struct {
// contains filtered or unexported fields
}
func (*TagBindingsDeleteCall) Context ¶
func (c *TagBindingsDeleteCall) Context(ctx context.Context) *TagBindingsDeleteCall
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 (*TagBindingsDeleteCall) Do ¶
func (c *TagBindingsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagBindings.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 (*TagBindingsDeleteCall) Fields ¶
func (c *TagBindingsDeleteCall) Fields(s ...googleapi.Field) *TagBindingsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagBindingsDeleteCall) Header ¶
func (c *TagBindingsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TagBindingsListCall ¶
type TagBindingsListCall struct {
// contains filtered or unexported fields
}
func (*TagBindingsListCall) Context ¶
func (c *TagBindingsListCall) Context(ctx context.Context) *TagBindingsListCall
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 (*TagBindingsListCall) Do ¶
func (c *TagBindingsListCall) Do(opts ...googleapi.CallOption) (*ListTagBindingsResponse, error)
Do executes the "cloudresourcemanager.tagBindings.list" call. Exactly one of *ListTagBindingsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListTagBindingsResponse.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 (*TagBindingsListCall) Fields ¶
func (c *TagBindingsListCall) Fields(s ...googleapi.Field) *TagBindingsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagBindingsListCall) Header ¶
func (c *TagBindingsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagBindingsListCall) IfNoneMatch ¶
func (c *TagBindingsListCall) IfNoneMatch(entityTag string) *TagBindingsListCall
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 (*TagBindingsListCall) PageSize ¶
func (c *TagBindingsListCall) PageSize(pageSize int64) *TagBindingsListCall
PageSize sets the optional parameter "pageSize": The maximum number of TagBindings to return in the response. The server allows a maximum of 300 TagBindings to return. If unspecified, the server will use 100 as the default.
func (*TagBindingsListCall) PageToken ¶
func (c *TagBindingsListCall) PageToken(pageToken string) *TagBindingsListCall
PageToken sets the optional parameter "pageToken": A pagination token returned from a previous call to `ListTagBindings` that indicates where this listing should continue from.
func (*TagBindingsListCall) Pages ¶
func (c *TagBindingsListCall) Pages(ctx context.Context, f func(*ListTagBindingsResponse) 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.
func (*TagBindingsListCall) Parent ¶
func (c *TagBindingsListCall) Parent(parent string) *TagBindingsListCall
Parent sets the optional parameter "parent": Required. The full resource name of a resource for which you want to list existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123"
type TagBindingsService ¶
type TagBindingsService struct {
// contains filtered or unexported fields
}
func NewTagBindingsService ¶
func NewTagBindingsService(s *Service) *TagBindingsService
func (*TagBindingsService) Create ¶
func (r *TagBindingsService) Create(tagbinding *TagBinding) *TagBindingsCreateCall
Create: Creates a TagBinding between a TagValue and a cloud resource (currently project, folder, or organization).
func (*TagBindingsService) Delete ¶
func (r *TagBindingsService) Delete(name string) *TagBindingsDeleteCall
Delete: Deletes a TagBinding.
func (*TagBindingsService) List ¶
func (r *TagBindingsService) List() *TagBindingsListCall
List: Lists the TagBindings for the given cloud resource, as specified with `parent`. NOTE: The `parent` field is expected to be a full resource name: https://cloud.google.com/apis/design/resource_names#full_resource_name
type TagKey ¶
type TagKey struct { // CreateTime: Output only. Creation time. CreateTime string `json:"createTime,omitempty"` // Description: Optional. User-assigned description of the TagKey. Must // not exceed 256 characters. Read-write. Description string `json:"description,omitempty"` // Etag: Optional. Entity tag which users can pass to prevent race // conditions. This field is always set in server responses. See // UpdateTagKeyRequest for details. Etag string `json:"etag,omitempty"` // Name: Immutable. The resource name for a TagKey. Must be in the // format `tagKeys/{tag_key_id}`, where `tag_key_id` is the generated // numeric id for the TagKey. Name string `json:"name,omitempty"` // NamespacedName: Output only. Immutable. Namespaced name of the // TagKey. NamespacedName string `json:"namespacedName,omitempty"` // Parent: Immutable. The resource name of the new TagKey's parent. Must // be of the form `organizations/{org_id}`. Parent string `json:"parent,omitempty"` // ShortName: Required. Immutable. The user friendly name for a TagKey. // The short name should be unique for TagKeys within the same tag // namespace. The short name must be 1-63 characters, beginning and // ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), // underscores (_), dots (.), and alphanumerics between. ShortName string `json:"shortName,omitempty"` // UpdateTime: Output only. Update time. UpdateTime string `json:"updateTime,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TagKey: A TagKey, used to group a set of TagValues.
func (*TagKey) MarshalJSON ¶
type TagKeysCreateCall ¶
type TagKeysCreateCall struct {
// contains filtered or unexported fields
}
func (*TagKeysCreateCall) Context ¶
func (c *TagKeysCreateCall) Context(ctx context.Context) *TagKeysCreateCall
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 (*TagKeysCreateCall) Do ¶
func (c *TagKeysCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagKeys.create" 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 (*TagKeysCreateCall) Fields ¶
func (c *TagKeysCreateCall) Fields(s ...googleapi.Field) *TagKeysCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysCreateCall) Header ¶
func (c *TagKeysCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagKeysCreateCall) ValidateOnly ¶
func (c *TagKeysCreateCall) ValidateOnly(validateOnly bool) *TagKeysCreateCall
ValidateOnly sets the optional parameter "validateOnly": Set to true to perform validations necessary for creating the resource, but not actually perform the action.
type TagKeysDeleteCall ¶
type TagKeysDeleteCall struct {
// contains filtered or unexported fields
}
func (*TagKeysDeleteCall) Context ¶
func (c *TagKeysDeleteCall) Context(ctx context.Context) *TagKeysDeleteCall
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 (*TagKeysDeleteCall) Do ¶
func (c *TagKeysDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagKeys.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 (*TagKeysDeleteCall) Etag ¶
func (c *TagKeysDeleteCall) Etag(etag string) *TagKeysDeleteCall
Etag sets the optional parameter "etag": The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
func (*TagKeysDeleteCall) Fields ¶
func (c *TagKeysDeleteCall) Fields(s ...googleapi.Field) *TagKeysDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysDeleteCall) Header ¶
func (c *TagKeysDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagKeysDeleteCall) ValidateOnly ¶
func (c *TagKeysDeleteCall) ValidateOnly(validateOnly bool) *TagKeysDeleteCall
ValidateOnly sets the optional parameter "validateOnly": Set as true to perform validations necessary for deletion, but not actually perform the action.
type TagKeysGetCall ¶
type TagKeysGetCall struct {
// contains filtered or unexported fields
}
func (*TagKeysGetCall) Context ¶
func (c *TagKeysGetCall) Context(ctx context.Context) *TagKeysGetCall
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 (*TagKeysGetCall) Do ¶
func (c *TagKeysGetCall) Do(opts ...googleapi.CallOption) (*TagKey, error)
Do executes the "cloudresourcemanager.tagKeys.get" call. Exactly one of *TagKey or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TagKey.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 (*TagKeysGetCall) Fields ¶
func (c *TagKeysGetCall) Fields(s ...googleapi.Field) *TagKeysGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysGetCall) Header ¶
func (c *TagKeysGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagKeysGetCall) IfNoneMatch ¶
func (c *TagKeysGetCall) IfNoneMatch(entityTag string) *TagKeysGetCall
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 TagKeysGetIamPolicyCall ¶
type TagKeysGetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*TagKeysGetIamPolicyCall) Context ¶
func (c *TagKeysGetIamPolicyCall) Context(ctx context.Context) *TagKeysGetIamPolicyCall
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 (*TagKeysGetIamPolicyCall) Do ¶
func (c *TagKeysGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "cloudresourcemanager.tagKeys.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 (*TagKeysGetIamPolicyCall) Fields ¶
func (c *TagKeysGetIamPolicyCall) Fields(s ...googleapi.Field) *TagKeysGetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysGetIamPolicyCall) Header ¶
func (c *TagKeysGetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TagKeysListCall ¶
type TagKeysListCall struct {
// contains filtered or unexported fields
}
func (*TagKeysListCall) Context ¶
func (c *TagKeysListCall) Context(ctx context.Context) *TagKeysListCall
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 (*TagKeysListCall) Do ¶
func (c *TagKeysListCall) Do(opts ...googleapi.CallOption) (*ListTagKeysResponse, error)
Do executes the "cloudresourcemanager.tagKeys.list" call. Exactly one of *ListTagKeysResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListTagKeysResponse.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 (*TagKeysListCall) Fields ¶
func (c *TagKeysListCall) Fields(s ...googleapi.Field) *TagKeysListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysListCall) Header ¶
func (c *TagKeysListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagKeysListCall) IfNoneMatch ¶
func (c *TagKeysListCall) IfNoneMatch(entityTag string) *TagKeysListCall
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 (*TagKeysListCall) PageSize ¶
func (c *TagKeysListCall) PageSize(pageSize int64) *TagKeysListCall
PageSize sets the optional parameter "pageSize": The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.
func (*TagKeysListCall) PageToken ¶
func (c *TagKeysListCall) PageToken(pageToken string) *TagKeysListCall
PageToken sets the optional parameter "pageToken": A pagination token returned from a previous call to `ListTagKey` that indicates where this listing should continue from.
func (*TagKeysListCall) Pages ¶
func (c *TagKeysListCall) Pages(ctx context.Context, f func(*ListTagKeysResponse) 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.
func (*TagKeysListCall) Parent ¶
func (c *TagKeysListCall) Parent(parent string) *TagKeysListCall
Parent sets the optional parameter "parent": Required. The resource name of the new TagKey's parent. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
type TagKeysPatchCall ¶
type TagKeysPatchCall struct {
// contains filtered or unexported fields
}
func (*TagKeysPatchCall) Context ¶
func (c *TagKeysPatchCall) Context(ctx context.Context) *TagKeysPatchCall
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 (*TagKeysPatchCall) Do ¶
func (c *TagKeysPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagKeys.patch" 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 (*TagKeysPatchCall) Fields ¶
func (c *TagKeysPatchCall) Fields(s ...googleapi.Field) *TagKeysPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysPatchCall) Header ¶
func (c *TagKeysPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagKeysPatchCall) UpdateMask ¶
func (c *TagKeysPatchCall) UpdateMask(updateMask string) *TagKeysPatchCall
UpdateMask sets the optional parameter "updateMask": Fields to be updated. The mask may only contain `description` or `etag`. If omitted entirely, both `description` and `etag` are assumed to be significant.
func (*TagKeysPatchCall) ValidateOnly ¶
func (c *TagKeysPatchCall) ValidateOnly(validateOnly bool) *TagKeysPatchCall
ValidateOnly sets the optional parameter "validateOnly": Set as true to perform validations necessary for updating the resource, but not actually perform the action.
type TagKeysService ¶
type TagKeysService struct {
// contains filtered or unexported fields
}
func NewTagKeysService ¶
func NewTagKeysService(s *Service) *TagKeysService
func (*TagKeysService) Create ¶
func (r *TagKeysService) Create(tagkey *TagKey) *TagKeysCreateCall
Create: Creates a new TagKey. If another request with the same parameters is sent while the original request is in process, the second request will receive an error. A maximum of 300 TagKeys can exist under a parent at any given time.
func (*TagKeysService) Delete ¶
func (r *TagKeysService) Delete(name string) *TagKeysDeleteCall
Delete: Deletes a TagKey. The TagKey cannot be deleted if it has any child TagValues.
func (*TagKeysService) Get ¶
func (r *TagKeysService) Get(name string) *TagKeysGetCall
Get: Retrieves a TagKey. This method will return `PERMISSION_DENIED` if the key does not exist or the user does not have permission to view it.
func (*TagKeysService) GetIamPolicy ¶
func (r *TagKeysService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *TagKeysGetIamPolicyCall
GetIamPolicy: Gets the access control policy for a TagKey. The returned policy may be empty if no such policy or resource exists. The `resource` field should be the TagKey's resource name. For example, "tagKeys/1234". The caller must have `cloudresourcemanager.googleapis.com/tagKeys.getIamPolicy` permission on the specified TagKey.
func (*TagKeysService) List ¶
func (r *TagKeysService) List() *TagKeysListCall
List: Lists all TagKeys for a parent resource.
func (*TagKeysService) Patch ¶
func (r *TagKeysService) Patch(name string, tagkey *TagKey) *TagKeysPatchCall
Patch: Updates the attributes of the TagKey resource.
func (*TagKeysService) SetIamPolicy ¶
func (r *TagKeysService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *TagKeysSetIamPolicyCall
SetIamPolicy: Sets the access control policy on a TagKey, replacing any existing policy. The `resource` field should be the TagKey's resource name. For example, "tagKeys/1234". The caller must have `resourcemanager.tagKeys.setIamPolicy` permission on the identified tagValue.
func (*TagKeysService) TestIamPermissions ¶
func (r *TagKeysService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *TagKeysTestIamPermissionsCall
TestIamPermissions: Returns permissions that a caller has on the specified TagKey. The `resource` field should be the TagKey's resource name. For example, "tagKeys/1234". There are no permissions required for making this API call.
type TagKeysSetIamPolicyCall ¶
type TagKeysSetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*TagKeysSetIamPolicyCall) Context ¶
func (c *TagKeysSetIamPolicyCall) Context(ctx context.Context) *TagKeysSetIamPolicyCall
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 (*TagKeysSetIamPolicyCall) Do ¶
func (c *TagKeysSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "cloudresourcemanager.tagKeys.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 (*TagKeysSetIamPolicyCall) Fields ¶
func (c *TagKeysSetIamPolicyCall) Fields(s ...googleapi.Field) *TagKeysSetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysSetIamPolicyCall) Header ¶
func (c *TagKeysSetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TagKeysTestIamPermissionsCall ¶
type TagKeysTestIamPermissionsCall struct {
// contains filtered or unexported fields
}
func (*TagKeysTestIamPermissionsCall) Context ¶
func (c *TagKeysTestIamPermissionsCall) Context(ctx context.Context) *TagKeysTestIamPermissionsCall
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 (*TagKeysTestIamPermissionsCall) Do ¶
func (c *TagKeysTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
Do executes the "cloudresourcemanager.tagKeys.testIamPermissions" call. Exactly one of *TestIamPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*TagKeysTestIamPermissionsCall) Fields ¶
func (c *TagKeysTestIamPermissionsCall) Fields(s ...googleapi.Field) *TagKeysTestIamPermissionsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagKeysTestIamPermissionsCall) Header ¶
func (c *TagKeysTestIamPermissionsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TagValue ¶
type TagValue struct { // CreateTime: Output only. Creation time. CreateTime string `json:"createTime,omitempty"` // Description: Optional. User-assigned description of the TagValue. // Must not exceed 256 characters. Read-write. Description string `json:"description,omitempty"` // Etag: Optional. Entity tag which users can pass to prevent race // conditions. This field is always set in server responses. See // UpdateTagValueRequest for details. Etag string `json:"etag,omitempty"` // Name: Immutable. Resource name for TagValue in the format // `tagValues/456`. Name string `json:"name,omitempty"` // NamespacedName: Output only. Namespaced name of the TagValue. Must be // in the format `{organization_id}/{tag_key_short_name}/{short_name}`. NamespacedName string `json:"namespacedName,omitempty"` // Parent: Immutable. The resource name of the new TagValue's parent // TagKey. Must be of the form `tagKeys/{tag_key_id}`. Parent string `json:"parent,omitempty"` // ShortName: Required. Immutable. User-assigned short name for // TagValue. The short name should be unique for TagValues within the // same parent TagKey. The short name must be 63 characters or less, // beginning and ending with an alphanumeric character ([a-z0-9A-Z]) // with dashes (-), underscores (_), dots (.), and alphanumerics // between. ShortName string `json:"shortName,omitempty"` // UpdateTime: Output only. Update time. UpdateTime string `json:"updateTime,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "CreateTime") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CreateTime") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TagValue: A TagValue is a child of a particular TagKey. This is used to group cloud resources for the purpose of controlling them using policies.
func (*TagValue) MarshalJSON ¶
type TagValuesCreateCall ¶
type TagValuesCreateCall struct {
// contains filtered or unexported fields
}
func (*TagValuesCreateCall) Context ¶
func (c *TagValuesCreateCall) Context(ctx context.Context) *TagValuesCreateCall
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 (*TagValuesCreateCall) Do ¶
func (c *TagValuesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagValues.create" 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 (*TagValuesCreateCall) Fields ¶
func (c *TagValuesCreateCall) Fields(s ...googleapi.Field) *TagValuesCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesCreateCall) Header ¶
func (c *TagValuesCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagValuesCreateCall) ValidateOnly ¶
func (c *TagValuesCreateCall) ValidateOnly(validateOnly bool) *TagValuesCreateCall
ValidateOnly sets the optional parameter "validateOnly": Set as true to perform the validations necessary for creating the resource, but not actually perform the action.
type TagValuesDeleteCall ¶
type TagValuesDeleteCall struct {
// contains filtered or unexported fields
}
func (*TagValuesDeleteCall) Context ¶
func (c *TagValuesDeleteCall) Context(ctx context.Context) *TagValuesDeleteCall
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 (*TagValuesDeleteCall) Do ¶
func (c *TagValuesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagValues.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 (*TagValuesDeleteCall) Etag ¶
func (c *TagValuesDeleteCall) Etag(etag string) *TagValuesDeleteCall
Etag sets the optional parameter "etag": The etag known to the client for the expected state of the TagValue. This is to be used for optimistic concurrency.
func (*TagValuesDeleteCall) Fields ¶
func (c *TagValuesDeleteCall) Fields(s ...googleapi.Field) *TagValuesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesDeleteCall) Header ¶
func (c *TagValuesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagValuesDeleteCall) ValidateOnly ¶
func (c *TagValuesDeleteCall) ValidateOnly(validateOnly bool) *TagValuesDeleteCall
ValidateOnly sets the optional parameter "validateOnly": Set as true to perform the validations necessary for deletion, but not actually perform the action.
type TagValuesGetCall ¶
type TagValuesGetCall struct {
// contains filtered or unexported fields
}
func (*TagValuesGetCall) Context ¶
func (c *TagValuesGetCall) Context(ctx context.Context) *TagValuesGetCall
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 (*TagValuesGetCall) Do ¶
func (c *TagValuesGetCall) Do(opts ...googleapi.CallOption) (*TagValue, error)
Do executes the "cloudresourcemanager.tagValues.get" call. Exactly one of *TagValue or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TagValue.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 (*TagValuesGetCall) Fields ¶
func (c *TagValuesGetCall) Fields(s ...googleapi.Field) *TagValuesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesGetCall) Header ¶
func (c *TagValuesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagValuesGetCall) IfNoneMatch ¶
func (c *TagValuesGetCall) IfNoneMatch(entityTag string) *TagValuesGetCall
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 TagValuesGetIamPolicyCall ¶
type TagValuesGetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*TagValuesGetIamPolicyCall) Context ¶
func (c *TagValuesGetIamPolicyCall) Context(ctx context.Context) *TagValuesGetIamPolicyCall
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 (*TagValuesGetIamPolicyCall) Do ¶
func (c *TagValuesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "cloudresourcemanager.tagValues.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 (*TagValuesGetIamPolicyCall) Fields ¶
func (c *TagValuesGetIamPolicyCall) Fields(s ...googleapi.Field) *TagValuesGetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesGetIamPolicyCall) Header ¶
func (c *TagValuesGetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TagValuesListCall ¶
type TagValuesListCall struct {
// contains filtered or unexported fields
}
func (*TagValuesListCall) Context ¶
func (c *TagValuesListCall) Context(ctx context.Context) *TagValuesListCall
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 (*TagValuesListCall) Do ¶
func (c *TagValuesListCall) Do(opts ...googleapi.CallOption) (*ListTagValuesResponse, error)
Do executes the "cloudresourcemanager.tagValues.list" call. Exactly one of *ListTagValuesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListTagValuesResponse.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 (*TagValuesListCall) Fields ¶
func (c *TagValuesListCall) Fields(s ...googleapi.Field) *TagValuesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesListCall) Header ¶
func (c *TagValuesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagValuesListCall) IfNoneMatch ¶
func (c *TagValuesListCall) IfNoneMatch(entityTag string) *TagValuesListCall
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 (*TagValuesListCall) PageSize ¶
func (c *TagValuesListCall) PageSize(pageSize int64) *TagValuesListCall
PageSize sets the optional parameter "pageSize": The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.
func (*TagValuesListCall) PageToken ¶
func (c *TagValuesListCall) PageToken(pageToken string) *TagValuesListCall
PageToken sets the optional parameter "pageToken": A pagination token returned from a previous call to `ListTagValues` that indicates where this listing should continue from.
func (*TagValuesListCall) Pages ¶
func (c *TagValuesListCall) Pages(ctx context.Context, f func(*ListTagValuesResponse) 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.
func (*TagValuesListCall) Parent ¶
func (c *TagValuesListCall) Parent(parent string) *TagValuesListCall
Parent sets the optional parameter "parent": Required. Resource name for TagKey, parent of the TagValues to be listed, in the format `tagKeys/123`.
type TagValuesPatchCall ¶
type TagValuesPatchCall struct {
// contains filtered or unexported fields
}
func (*TagValuesPatchCall) Context ¶
func (c *TagValuesPatchCall) Context(ctx context.Context) *TagValuesPatchCall
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 (*TagValuesPatchCall) Do ¶
func (c *TagValuesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error)
Do executes the "cloudresourcemanager.tagValues.patch" 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 (*TagValuesPatchCall) Fields ¶
func (c *TagValuesPatchCall) Fields(s ...googleapi.Field) *TagValuesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesPatchCall) Header ¶
func (c *TagValuesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*TagValuesPatchCall) UpdateMask ¶
func (c *TagValuesPatchCall) UpdateMask(updateMask string) *TagValuesPatchCall
UpdateMask sets the optional parameter "updateMask": Fields to be updated.
func (*TagValuesPatchCall) ValidateOnly ¶
func (c *TagValuesPatchCall) ValidateOnly(validateOnly bool) *TagValuesPatchCall
ValidateOnly sets the optional parameter "validateOnly": True to perform validations necessary for updating the resource, but not actually perform the action.
type TagValuesService ¶
type TagValuesService struct {
// contains filtered or unexported fields
}
func NewTagValuesService ¶
func NewTagValuesService(s *Service) *TagValuesService
func (*TagValuesService) Create ¶
func (r *TagValuesService) Create(tagvalue *TagValue) *TagValuesCreateCall
Create: Creates a TagValue as a child of the specified TagKey. If a another request with the same parameters is sent while the original request is in process the second request will receive an error. A maximum of 300 TagValues can exist under a TagKey at any given time.
func (*TagValuesService) Delete ¶
func (r *TagValuesService) Delete(name string) *TagValuesDeleteCall
Delete: Deletes a TagValue. The TagValue cannot have any bindings when it is deleted.
func (*TagValuesService) Get ¶
func (r *TagValuesService) Get(name string) *TagValuesGetCall
Get: Retrieves TagValue. If the TagValue or namespaced name does not exist, or if the user does not have permission to view it, this method will return `PERMISSION_DENIED`.
func (*TagValuesService) GetIamPolicy ¶
func (r *TagValuesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *TagValuesGetIamPolicyCall
GetIamPolicy: Gets the access control policy for a TagValue. The returned policy may be empty if no such policy or resource exists. The `resource` field should be the TagValue's resource name. For example: `tagValues/1234`. The caller must have the `cloudresourcemanager.googleapis.com/tagValues.getIamPolicy` permission on the identified TagValue to get the access control policy.
func (*TagValuesService) List ¶
func (r *TagValuesService) List() *TagValuesListCall
List: Lists all TagValues for a specific TagKey.
func (*TagValuesService) Patch ¶
func (r *TagValuesService) Patch(name string, tagvalue *TagValue) *TagValuesPatchCall
Patch: Updates the attributes of the TagValue resource.
func (*TagValuesService) SetIamPolicy ¶
func (r *TagValuesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *TagValuesSetIamPolicyCall
SetIamPolicy: Sets the access control policy on a TagValue, replacing any existing policy. The `resource` field should be the TagValue's resource name. For example: `tagValues/1234`. The caller must have `resourcemanager.tagValues.setIamPolicy` permission on the identified tagValue.
func (*TagValuesService) TestIamPermissions ¶
func (r *TagValuesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *TagValuesTestIamPermissionsCall
TestIamPermissions: Returns permissions that a caller has on the specified TagValue. The `resource` field should be the TagValue's resource name. For example: `tagValues/1234`. There are no permissions required for making this API call.
type TagValuesSetIamPolicyCall ¶
type TagValuesSetIamPolicyCall struct {
// contains filtered or unexported fields
}
func (*TagValuesSetIamPolicyCall) Context ¶
func (c *TagValuesSetIamPolicyCall) Context(ctx context.Context) *TagValuesSetIamPolicyCall
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 (*TagValuesSetIamPolicyCall) Do ¶
func (c *TagValuesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
Do executes the "cloudresourcemanager.tagValues.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 (*TagValuesSetIamPolicyCall) Fields ¶
func (c *TagValuesSetIamPolicyCall) Fields(s ...googleapi.Field) *TagValuesSetIamPolicyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesSetIamPolicyCall) Header ¶
func (c *TagValuesSetIamPolicyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TagValuesTestIamPermissionsCall ¶
type TagValuesTestIamPermissionsCall struct {
// contains filtered or unexported fields
}
func (*TagValuesTestIamPermissionsCall) Context ¶
func (c *TagValuesTestIamPermissionsCall) Context(ctx context.Context) *TagValuesTestIamPermissionsCall
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 (*TagValuesTestIamPermissionsCall) Do ¶
func (c *TagValuesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
Do executes the "cloudresourcemanager.tagValues.testIamPermissions" call. Exactly one of *TestIamPermissionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TestIamPermissionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*TagValuesTestIamPermissionsCall) Fields ¶
func (c *TagValuesTestIamPermissionsCall) Fields(s ...googleapi.Field) *TagValuesTestIamPermissionsCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TagValuesTestIamPermissionsCall) Header ¶
func (c *TagValuesTestIamPermissionsCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type TestIamPermissionsRequest ¶
type TestIamPermissionsRequest struct { // Permissions: The set of permissions to check for the `resource`. // Permissions with wildcards (such as '*' or 'storage.*') are not // allowed. For more information see IAM Overview // (https://cloud.google.com/iam/docs/overview#permissions). Permissions []string `json:"permissions,omitempty"` // ForceSendFields is a list of field names (e.g. "Permissions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Permissions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TestIamPermissionsRequest: Request message for `TestIamPermissions` method.
func (*TestIamPermissionsRequest) MarshalJSON ¶
func (s *TestIamPermissionsRequest) MarshalJSON() ([]byte, error)
type TestIamPermissionsResponse ¶
type TestIamPermissionsResponse struct { // Permissions: A subset of `TestPermissionsRequest.permissions` that // the caller is allowed. Permissions []string `json:"permissions,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Permissions") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Permissions") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
TestIamPermissionsResponse: Response message for `TestIamPermissions` method.
func (*TestIamPermissionsResponse) MarshalJSON ¶
func (s *TestIamPermissionsResponse) MarshalJSON() ([]byte, error)
type UpdateTagKeyMetadata ¶
type UpdateTagKeyMetadata struct { }
UpdateTagKeyMetadata: Runtime operation information for updating a TagKey.
type UpdateTagValueMetadata ¶
type UpdateTagValueMetadata struct { }
UpdateTagValueMetadata: Runtime operation information for updating a TagValue.