Uses of Class
com.google.cloud.oslogin.v1.UpdateSshPublicKeyRequest
-
Packages that use UpdateSshPublicKeyRequest Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login APIcom.google.cloud.oslogin.v1.stub -
-
Uses of UpdateSshPublicKeyRequest in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return UpdateSshPublicKeyRequest Modifier and Type Method Description UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest.Builder. build()UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest.Builder. buildPartial()static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. getDefaultInstance()UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest.Builder. getDefaultInstanceForType()UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. getDefaultInstanceForType()static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseDelimitedFrom(InputStream input)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(byte[] data)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(InputStream input)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(ByteBuffer data)static UpdateSshPublicKeyRequestUpdateSshPublicKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.oslogin.v1 that return types with arguments of type UpdateSshPublicKeyRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateSshPublicKeyRequest>UpdateSshPublicKeyRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>OsLoginServiceGrpc. getUpdateSshPublicKeyMethod()static com.google.protobuf.Parser<UpdateSshPublicKeyRequest>UpdateSshPublicKeyRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>OsLoginServiceClient. updateSshPublicKeyCallable()Updates an SSH public key and returns the profile information.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>OsLoginServiceSettings.Builder. updateSshPublicKeySettings()Returns the builder for the settings used for calls to updateSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>OsLoginServiceSettings. updateSshPublicKeySettings()Returns the object with the settings used for calls to updateSshPublicKey.Methods in com.google.cloud.oslogin.v1 with parameters of type UpdateSshPublicKeyRequest Modifier and Type Method Description UpdateSshPublicKeyRequest.BuilderUpdateSshPublicKeyRequest.Builder. mergeFrom(UpdateSshPublicKeyRequest other)static UpdateSshPublicKeyRequest.BuilderUpdateSshPublicKeyRequest. newBuilder(UpdateSshPublicKeyRequest prototype)OsLoginProto.SshPublicKeyOsLoginServiceClient. updateSshPublicKey(UpdateSshPublicKeyRequest request)Updates an SSH public key and returns the profile information.default voidOsLoginServiceGrpc.AsyncService. updateSshPublicKey(UpdateSshPublicKeyRequest request, io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)Updates an SSH public key and returns the profile information.OsLoginProto.SshPublicKeyOsLoginServiceGrpc.OsLoginServiceBlockingStub. updateSshPublicKey(UpdateSshPublicKeyRequest request)Updates an SSH public key and returns the profile information.com.google.common.util.concurrent.ListenableFuture<OsLoginProto.SshPublicKey>OsLoginServiceGrpc.OsLoginServiceFutureStub. updateSshPublicKey(UpdateSshPublicKeyRequest request)Updates an SSH public key and returns the profile information.voidOsLoginServiceGrpc.OsLoginServiceStub. updateSshPublicKey(UpdateSshPublicKeyRequest request, io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)Updates an SSH public key and returns the profile information. -
Uses of UpdateSshPublicKeyRequest in com.google.cloud.oslogin.v1.stub
Methods in com.google.cloud.oslogin.v1.stub that return types with arguments of type UpdateSshPublicKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>GrpcOsLoginServiceStub. updateSshPublicKeyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>HttpJsonOsLoginServiceStub. updateSshPublicKeyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>OsLoginServiceStub. updateSshPublicKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>OsLoginServiceStubSettings.Builder. updateSshPublicKeySettings()Returns the builder for the settings used for calls to updateSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey>OsLoginServiceStubSettings. updateSshPublicKeySettings()Returns the object with the settings used for calls to updateSshPublicKey.
-