Uses of Class
com.google.iam.admin.v1.ServiceAccountKeyOrigin
-
Packages that use ServiceAccountKeyOrigin Package Description com.google.iam.admin.v1 -
-
Uses of ServiceAccountKeyOrigin in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return ServiceAccountKeyOrigin Modifier and Type Method Description static ServiceAccountKeyOrigin
ServiceAccountKeyOrigin. forNumber(int value)
ServiceAccountKeyOrigin
ServiceAccountKey.Builder. getKeyOrigin()
The key origin.ServiceAccountKeyOrigin
ServiceAccountKey. getKeyOrigin()
The key origin.ServiceAccountKeyOrigin
ServiceAccountKeyOrBuilder. getKeyOrigin()
The key origin.static ServiceAccountKeyOrigin
ServiceAccountKeyOrigin. valueOf(int value)
Deprecated.static ServiceAccountKeyOrigin
ServiceAccountKeyOrigin. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ServiceAccountKeyOrigin
ServiceAccountKeyOrigin. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceAccountKeyOrigin[]
ServiceAccountKeyOrigin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.iam.admin.v1 that return types with arguments of type ServiceAccountKeyOrigin Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ServiceAccountKeyOrigin>
ServiceAccountKeyOrigin. internalGetValueMap()
Methods in com.google.iam.admin.v1 with parameters of type ServiceAccountKeyOrigin Modifier and Type Method Description ServiceAccountKey.Builder
ServiceAccountKey.Builder. setKeyOrigin(ServiceAccountKeyOrigin value)
The key origin.
-