Interface ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo
,ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfo.Builder
- Enclosing class:
- ScanConfig.Authentication.IapCredential
public static interface ScanConfig.Authentication.IapCredential.IapTestServiceAccountInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTargetAudienceClientId()
Required.com.google.protobuf.ByteString
getTargetAudienceClientIdBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetAudienceClientId
String getTargetAudienceClientId()
Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).
string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The targetAudienceClientId.
-
getTargetAudienceClientIdBytes
com.google.protobuf.ByteString getTargetAudienceClientIdBytes()
Required. Describes OAuth2 client id of resources protected by Identity-Aware-Proxy (IAP).
string target_audience_client_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for targetAudienceClientId.
-
-