Uses of Class
com.google.cloud.notebooks.v2.ServiceAccount
-
Packages that use ServiceAccount Package Description com.google.cloud.notebooks.v2 A client to Notebooks API -
-
Uses of ServiceAccount in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return ServiceAccount Modifier and Type Method Description ServiceAccountServiceAccount.Builder. build()ServiceAccountServiceAccount.Builder. buildPartial()static ServiceAccountServiceAccount. getDefaultInstance()ServiceAccountServiceAccount.Builder. getDefaultInstanceForType()ServiceAccountServiceAccount. getDefaultInstanceForType()ServiceAccountGceSetup.Builder. getServiceAccounts(int index)Optional.ServiceAccountGceSetup. getServiceAccounts(int index)Optional.ServiceAccountGceSetupOrBuilder. getServiceAccounts(int index)Optional.static ServiceAccountServiceAccount. parseDelimitedFrom(InputStream input)static ServiceAccountServiceAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(byte[] data)static ServiceAccountServiceAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.ByteString data)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceAccountServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(InputStream input)static ServiceAccountServiceAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceAccountServiceAccount. parseFrom(ByteBuffer data)static ServiceAccountServiceAccount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v2 that return types with arguments of type ServiceAccount Modifier and Type Method Description com.google.protobuf.Parser<ServiceAccount>ServiceAccount. getParserForType()List<ServiceAccount>GceSetup.Builder. getServiceAccountsList()Optional.List<ServiceAccount>GceSetup. getServiceAccountsList()Optional.List<ServiceAccount>GceSetupOrBuilder. getServiceAccountsList()Optional.static com.google.protobuf.Parser<ServiceAccount>ServiceAccount. parser()Methods in com.google.cloud.notebooks.v2 with parameters of type ServiceAccount Modifier and Type Method Description GceSetup.BuilderGceSetup.Builder. addServiceAccounts(int index, ServiceAccount value)Optional.GceSetup.BuilderGceSetup.Builder. addServiceAccounts(ServiceAccount value)Optional.ServiceAccount.BuilderServiceAccount.Builder. mergeFrom(ServiceAccount other)static ServiceAccount.BuilderServiceAccount. newBuilder(ServiceAccount prototype)GceSetup.BuilderGceSetup.Builder. setServiceAccounts(int index, ServiceAccount value)Optional.Method parameters in com.google.cloud.notebooks.v2 with type arguments of type ServiceAccount Modifier and Type Method Description GceSetup.BuilderGceSetup.Builder. addAllServiceAccounts(Iterable<? extends ServiceAccount> values)Optional.
-