Uses of Class
com.google.cloud.iot.v1.RegistryCredential
-
Packages that use RegistryCredential Package Description com.google.cloud.iot.v1 A client to Cloud IoT API -
-
Uses of RegistryCredential in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return RegistryCredential Modifier and Type Method Description RegistryCredential
RegistryCredential.Builder. build()
RegistryCredential
RegistryCredential.Builder. buildPartial()
RegistryCredential
DeviceRegistry.Builder. getCredentials(int index)
The credentials used to verify the device credentials.RegistryCredential
DeviceRegistry. getCredentials(int index)
The credentials used to verify the device credentials.RegistryCredential
DeviceRegistryOrBuilder. getCredentials(int index)
The credentials used to verify the device credentials.static RegistryCredential
RegistryCredential. getDefaultInstance()
RegistryCredential
RegistryCredential.Builder. getDefaultInstanceForType()
RegistryCredential
RegistryCredential. getDefaultInstanceForType()
static RegistryCredential
RegistryCredential. parseDelimitedFrom(InputStream input)
static RegistryCredential
RegistryCredential. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegistryCredential
RegistryCredential. parseFrom(byte[] data)
static RegistryCredential
RegistryCredential. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegistryCredential
RegistryCredential. parseFrom(com.google.protobuf.ByteString data)
static RegistryCredential
RegistryCredential. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegistryCredential
RegistryCredential. parseFrom(com.google.protobuf.CodedInputStream input)
static RegistryCredential
RegistryCredential. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegistryCredential
RegistryCredential. parseFrom(InputStream input)
static RegistryCredential
RegistryCredential. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegistryCredential
RegistryCredential. parseFrom(ByteBuffer data)
static RegistryCredential
RegistryCredential. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type RegistryCredential Modifier and Type Method Description List<RegistryCredential>
DeviceRegistry.Builder. getCredentialsList()
The credentials used to verify the device credentials.List<RegistryCredential>
DeviceRegistry. getCredentialsList()
The credentials used to verify the device credentials.List<RegistryCredential>
DeviceRegistryOrBuilder. getCredentialsList()
The credentials used to verify the device credentials.com.google.protobuf.Parser<RegistryCredential>
RegistryCredential. getParserForType()
static com.google.protobuf.Parser<RegistryCredential>
RegistryCredential. parser()
Methods in com.google.cloud.iot.v1 with parameters of type RegistryCredential Modifier and Type Method Description DeviceRegistry.Builder
DeviceRegistry.Builder. addCredentials(int index, RegistryCredential value)
The credentials used to verify the device credentials.DeviceRegistry.Builder
DeviceRegistry.Builder. addCredentials(RegistryCredential value)
The credentials used to verify the device credentials.RegistryCredential.Builder
RegistryCredential.Builder. mergeFrom(RegistryCredential other)
static RegistryCredential.Builder
RegistryCredential. newBuilder(RegistryCredential prototype)
DeviceRegistry.Builder
DeviceRegistry.Builder. setCredentials(int index, RegistryCredential value)
The credentials used to verify the device credentials.Method parameters in com.google.cloud.iot.v1 with type arguments of type RegistryCredential Modifier and Type Method Description DeviceRegistry.Builder
DeviceRegistry.Builder. addAllCredentials(Iterable<? extends RegistryCredential> values)
The credentials used to verify the device credentials.
-