Class FeatureSpec.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
- com.google.cloud.gkehub.cloudauditlogging.v1alpha.FeatureSpec.Builder
-
- All Implemented Interfaces:
FeatureSpecOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- FeatureSpec
public static final class FeatureSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder> implements FeatureSpecOrBuilder
**Cloud Audit Logging**: Spec for Audit Logging Allowlisting.
Protobuf typegoogle.cloud.gkehub.cloudauditlogging.v1alpha.FeatureSpec
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureSpec.BuilderaddAllAllowlistedServiceAccounts(Iterable<String> values)Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.FeatureSpec.BuilderaddAllowlistedServiceAccounts(String value)Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.FeatureSpec.BuilderaddAllowlistedServiceAccountsBytes(com.google.protobuf.ByteString value)Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.FeatureSpec.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FeatureSpecbuild()FeatureSpecbuildPartial()FeatureSpec.Builderclear()FeatureSpec.BuilderclearAllowlistedServiceAccounts()Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.FeatureSpec.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)FeatureSpec.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)FeatureSpec.Builderclone()StringgetAllowlistedServiceAccounts(int index)Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.com.google.protobuf.ByteStringgetAllowlistedServiceAccountsBytes(int index)Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.intgetAllowlistedServiceAccountsCount()Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.com.google.protobuf.ProtocolStringListgetAllowlistedServiceAccountsList()Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.FeatureSpecgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()FeatureSpec.BuildermergeFrom(FeatureSpec other)FeatureSpec.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)FeatureSpec.BuildermergeFrom(com.google.protobuf.Message other)FeatureSpec.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)FeatureSpec.BuildersetAllowlistedServiceAccounts(int index, String value)Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.FeatureSpec.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FeatureSpec.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)FeatureSpec.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
clear
public FeatureSpec.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
getDefaultInstanceForType
public FeatureSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public FeatureSpec build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public FeatureSpec buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public FeatureSpec.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
setField
public FeatureSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
clearField
public FeatureSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
clearOneof
public FeatureSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
setRepeatedField
public FeatureSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
addRepeatedField
public FeatureSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
mergeFrom
public FeatureSpec.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<FeatureSpec.Builder>
-
mergeFrom
public FeatureSpec.Builder mergeFrom(FeatureSpec other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
mergeFrom
public FeatureSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<FeatureSpec.Builder>- Throws:
IOException
-
getAllowlistedServiceAccountsList
public com.google.protobuf.ProtocolStringList getAllowlistedServiceAccountsList()
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Specified by:
getAllowlistedServiceAccountsListin interfaceFeatureSpecOrBuilder- Returns:
- A list containing the allowlistedServiceAccounts.
-
getAllowlistedServiceAccountsCount
public int getAllowlistedServiceAccountsCount()
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Specified by:
getAllowlistedServiceAccountsCountin interfaceFeatureSpecOrBuilder- Returns:
- The count of allowlistedServiceAccounts.
-
getAllowlistedServiceAccounts
public String getAllowlistedServiceAccounts(int index)
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Specified by:
getAllowlistedServiceAccountsin interfaceFeatureSpecOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The allowlistedServiceAccounts at the given index.
-
getAllowlistedServiceAccountsBytes
public com.google.protobuf.ByteString getAllowlistedServiceAccountsBytes(int index)
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Specified by:
getAllowlistedServiceAccountsBytesin interfaceFeatureSpecOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allowlistedServiceAccounts at the given index.
-
setAllowlistedServiceAccounts
public FeatureSpec.Builder setAllowlistedServiceAccounts(int index, String value)
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Parameters:
index- The index to set the value at.value- The allowlistedServiceAccounts to set.- Returns:
- This builder for chaining.
-
addAllowlistedServiceAccounts
public FeatureSpec.Builder addAllowlistedServiceAccounts(String value)
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Parameters:
value- The allowlistedServiceAccounts to add.- Returns:
- This builder for chaining.
-
addAllAllowlistedServiceAccounts
public FeatureSpec.Builder addAllAllowlistedServiceAccounts(Iterable<String> values)
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Parameters:
values- The allowlistedServiceAccounts to add.- Returns:
- This builder for chaining.
-
clearAllowlistedServiceAccounts
public FeatureSpec.Builder clearAllowlistedServiceAccounts()
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Returns:
- This builder for chaining.
-
addAllowlistedServiceAccountsBytes
public FeatureSpec.Builder addAllowlistedServiceAccountsBytes(com.google.protobuf.ByteString value)
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com. These accounts must already exist, but do not need to have any permissions granted to them. The customer's entitlements will be checked prior to allowlisting (i.e. the customer must be an Anthos customer.)
repeated string allowlisted_service_accounts = 1;- Parameters:
value- The bytes of the allowlistedServiceAccounts to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final FeatureSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
mergeUnknownFields
public final FeatureSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<FeatureSpec.Builder>
-
-