Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [iam] Minor formatting #1902

Merged
merged 4 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Aug 2, 2023
commit 21df0bb6aa7ef89641e343ab7ff8d3b76ef57977

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,34 +1,58 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/iam/v1/policy.proto

package com.google.iam.v1;

public interface AuditConfigDeltaOrBuilder extends
public interface AuditConfigDeltaOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.iam.v1.AuditConfigDelta)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* The action that was performed on an audit configuration in a policy.
* Required
* </pre>
*
* <code>.google.iam.v1.AuditConfigDelta.Action action = 1;</code>
*
* @return The enum numeric value on the wire for action.
*/
int getActionValue();
/**
*
*
* <pre>
* The action that was performed on an audit configuration in a policy.
* Required
* </pre>
*
* <code>.google.iam.v1.AuditConfigDelta.Action action = 1;</code>
*
* @return The action.
*/
com.google.iam.v1.AuditConfigDelta.Action getAction();

/**
*
*
* <pre>
* Specifies a service that was configured for Cloud Audit Logging.
* For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
Expand All @@ -37,10 +61,13 @@ public interface AuditConfigDeltaOrBuilder extends
* </pre>
*
* <code>string service = 2;</code>
*
* @return The service.
*/
java.lang.String getService();
/**
*
*
* <pre>
* Specifies a service that was configured for Cloud Audit Logging.
* For example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
Expand All @@ -49,56 +76,66 @@ public interface AuditConfigDeltaOrBuilder extends
* </pre>
*
* <code>string service = 2;</code>
*
* @return The bytes for service.
*/
com.google.protobuf.ByteString
getServiceBytes();
com.google.protobuf.ByteString getServiceBytes();

/**
*
*
* <pre>
* A single identity that is exempted from "data access" audit
* logging for the `service` specified above.
* Follows the same format of Binding.members.
* </pre>
*
* <code>string exempted_member = 3;</code>
*
* @return The exemptedMember.
*/
java.lang.String getExemptedMember();
/**
*
*
* <pre>
* A single identity that is exempted from "data access" audit
* logging for the `service` specified above.
* Follows the same format of Binding.members.
* </pre>
*
* <code>string exempted_member = 3;</code>
*
* @return The bytes for exemptedMember.
*/
com.google.protobuf.ByteString
getExemptedMemberBytes();
com.google.protobuf.ByteString getExemptedMemberBytes();

/**
*
*
* <pre>
* Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always
* enabled, and cannot be configured.
* Required
* </pre>
*
* <code>string log_type = 4;</code>
*
* @return The logType.
*/
java.lang.String getLogType();
/**
*
*
* <pre>
* Specifies the log_type that was be enabled. ADMIN_ACTIVITY is always
* enabled, and cannot be configured.
* Required
* </pre>
*
* <code>string log_type = 4;</code>
*
* @return The bytes for logType.
*/
com.google.protobuf.ByteString
getLogTypeBytes();
com.google.protobuf.ByteString getLogTypeBytes();
}
Original file line number Diff line number Diff line change
@@ -1,46 +1,70 @@
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/iam/v1/policy.proto

package com.google.iam.v1;

public interface AuditConfigOrBuilder extends
public interface AuditConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.iam.v1.AuditConfig)
com.google.protobuf.MessageOrBuilder {

/**
*
*
* <pre>
* 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.
* </pre>
*
* <code>string service = 1;</code>
*
* @return The service.
*/
java.lang.String getService();
/**
*
*
* <pre>
* 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.
* </pre>
*
* <code>string service = 1;</code>
*
* @return The bytes for service.
*/
com.google.protobuf.ByteString
getServiceBytes();
com.google.protobuf.ByteString getServiceBytes();

/**
*
*
* <pre>
* The configuration for logging of each type of permission.
* </pre>
*
* <code>repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;</code>
*/
java.util.List<com.google.iam.v1.AuditLogConfig>
getAuditLogConfigsList();
java.util.List<com.google.iam.v1.AuditLogConfig> getAuditLogConfigsList();
/**
*
*
* <pre>
* The configuration for logging of each type of permission.
* </pre>
Expand All @@ -49,6 +73,8 @@ public interface AuditConfigOrBuilder extends
*/
com.google.iam.v1.AuditLogConfig getAuditLogConfigs(int index);
/**
*
*
* <pre>
* The configuration for logging of each type of permission.
* </pre>
Expand All @@ -57,21 +83,24 @@ public interface AuditConfigOrBuilder extends
*/
int getAuditLogConfigsCount();
/**
*
*
* <pre>
* The configuration for logging of each type of permission.
* </pre>
*
* <code>repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;</code>
*/
java.util.List<? extends com.google.iam.v1.AuditLogConfigOrBuilder>
java.util.List<? extends com.google.iam.v1.AuditLogConfigOrBuilder>
getAuditLogConfigsOrBuilderList();
/**
*
*
* <pre>
* The configuration for logging of each type of permission.
* </pre>
*
* <code>repeated .google.iam.v1.AuditLogConfig audit_log_configs = 3;</code>
*/
com.google.iam.v1.AuditLogConfigOrBuilder getAuditLogConfigsOrBuilder(
int index);
com.google.iam.v1.AuditLogConfigOrBuilder getAuditLogConfigsOrBuilder(int index);
}
Loading