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