Lines Matching full:for
14 * License for the specific language governing permissions and limitations under
34 * Gets the Logging CMEK settings for the given resource.Note: CMEK for the Log
35 * Router can be configured for Google Cloud projects, folders, organizations
36 * and billing accounts. Once configured for an organization, it applies to all
37 * projects and folders in the Google Cloud organization.See Enabling CMEK for
39 * for more information. (organizations.getCmekSettings)
41 * @param string $name Required. The resource for which to retrieve CMEK
45 * "folders/[FOLDER_ID]/cmekSettings" For
46 * example:"organizations/12345/cmekSettings"Note: CMEK for the Log Router can
47 * be configured for Google Cloud projects, folders, organizations and billing
48 * accounts. Once configured for an organization, it applies to all projects and
60 * Gets the Log Router settings for the given resource.Note: Settings for the
61 * Log Router can be get for Google Cloud projects, folders, organizations and
62 * billing accounts. Currently it can only be configured for organizations. Once
63 * configured for an organization, it applies to all projects and folders in the
64 * Google Cloud organization.See Enabling CMEK for Log Router
65 * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more
68 * @param string $name Required. The resource for which to retrieve settings.
71 * "folders/[FOLDER_ID]/settings" For
72 * example:"organizations/12345/settings"Note: Settings for the Log Router can
73 * be get for Google Cloud projects, folders, organizations and billing
74 * accounts. Currently it can only be configured for organizations. Once
75 * configured for an organization, it applies to all projects and folders in the
87 * Updates the Log Router CMEK settings for the given resource.Note: CMEK for
88 * the Log Router can currently only be configured for Google Cloud
92 * roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3)
93 * access to the key is disabled.See Enabling CMEK for Log Router
94 * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more
97 * @param string $name Required. The resource name for the CMEK settings to
101 * "folders/[FOLDER_ID]/cmekSettings" For
102 * example:"organizations/12345/cmekSettings"Note: CMEK for the Log Router can
103 * currently only be configured for Google Cloud organizations. Once configured,
111 * FieldMask for more information.For example: "updateMask=kmsKeyName"
121 * Updates the Log Router settings for the given resource.Note: Settings for the
122 * Log Router can currently only be configured for Google Cloud organizations.
126 * roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key, or 3)
128 * location_id violate OrgPolicy.See Enabling CMEK for Log Router
129 * (https://cloud.google.com/logging/docs/routing/managed-encryption) for more
132 * @param string $name Required. The resource name for the settings to update.
133 * "organizations/[ORGANIZATION_ID]/settings" For
134 * example:"organizations/12345/settings"Note: Settings for the Log Router can
135 * currently only be configured for Google Cloud organizations. Once configured,
143 * for more information.For example: "updateMask=kmsKeyName"
154 // Adding a class alias for backwards compatibility with the previous class name.