Uses of Class
com.google.cloud.iot.v1.DeviceCredential.CredentialCase
-
Packages that use DeviceCredential.CredentialCase Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of DeviceCredential.CredentialCase in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return DeviceCredential.CredentialCase Modifier and Type Method Description static DeviceCredential.CredentialCase
DeviceCredential.CredentialCase. forNumber(int value)
DeviceCredential.CredentialCase
DeviceCredential.Builder. getCredentialCase()
DeviceCredential.CredentialCase
DeviceCredential. getCredentialCase()
DeviceCredential.CredentialCase
DeviceCredentialOrBuilder. getCredentialCase()
static DeviceCredential.CredentialCase
DeviceCredential.CredentialCase. valueOf(int value)
Deprecated.static DeviceCredential.CredentialCase
DeviceCredential.CredentialCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeviceCredential.CredentialCase[]
DeviceCredential.CredentialCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-