Interface FeatureSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureSpec
,FeatureSpec.Builder
public interface FeatureSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAllowlistedServiceAccounts(int index)
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.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.int
getAllowlistedServiceAccountsCount()
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.List<String>
getAllowlistedServiceAccountsList()
Service account that should be allowlisted to send the audit logs; eg cloudauditlogging@gcp-project.iam.gserviceaccount.com.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAllowlistedServiceAccountsList
List<String> 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;
- Returns:
- A list containing the allowlistedServiceAccounts.
-
getAllowlistedServiceAccountsCount
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;
- Returns:
- The count of allowlistedServiceAccounts.
-
getAllowlistedServiceAccounts
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;
- Parameters:
index
- The index of the element to return.- Returns:
- The allowlistedServiceAccounts at the given index.
-
getAllowlistedServiceAccountsBytes
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;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the allowlistedServiceAccounts at the given index.
-
-