Uses of Class
com.google.cloud.oslogin.v1.LoginProfile
-
Packages that use LoginProfile Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login APIcom.google.cloud.oslogin.v1.stub -
-
Uses of LoginProfile in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return LoginProfile Modifier and Type Method Description LoginProfileLoginProfile.Builder. build()LoginProfileLoginProfile.Builder. buildPartial()static LoginProfileLoginProfile. getDefaultInstance()LoginProfileLoginProfile.Builder. getDefaultInstanceForType()LoginProfileLoginProfile. getDefaultInstanceForType()LoginProfileImportSshPublicKeyResponse.Builder. getLoginProfile()The login profile information for the user.LoginProfileImportSshPublicKeyResponse. getLoginProfile()The login profile information for the user.LoginProfileImportSshPublicKeyResponseOrBuilder. getLoginProfile()The login profile information for the user.LoginProfileOsLoginServiceClient. getLoginProfile(GetLoginProfileRequest request)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.LoginProfileOsLoginServiceClient. getLoginProfile(UserName name)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.LoginProfileOsLoginServiceClient. getLoginProfile(String name)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.LoginProfileOsLoginServiceGrpc.OsLoginServiceBlockingStub. getLoginProfile(GetLoginProfileRequest request)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.static LoginProfileLoginProfile. parseDelimitedFrom(InputStream input)static LoginProfileLoginProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoginProfileLoginProfile. parseFrom(byte[] data)static LoginProfileLoginProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoginProfileLoginProfile. parseFrom(com.google.protobuf.ByteString data)static LoginProfileLoginProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoginProfileLoginProfile. parseFrom(com.google.protobuf.CodedInputStream input)static LoginProfileLoginProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoginProfileLoginProfile. parseFrom(InputStream input)static LoginProfileLoginProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoginProfileLoginProfile. parseFrom(ByteBuffer data)static LoginProfileLoginProfile. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.oslogin.v1 that return types with arguments of type LoginProfile Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile>OsLoginServiceGrpc. getGetLoginProfileMethod()com.google.common.util.concurrent.ListenableFuture<LoginProfile>OsLoginServiceGrpc.OsLoginServiceFutureStub. getLoginProfile(GetLoginProfileRequest request)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.com.google.api.gax.rpc.UnaryCallable<GetLoginProfileRequest,LoginProfile>OsLoginServiceClient. getLoginProfileCallable()Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLoginProfileRequest,LoginProfile>OsLoginServiceSettings.Builder. getLoginProfileSettings()Returns the builder for the settings used for calls to getLoginProfile.com.google.api.gax.rpc.UnaryCallSettings<GetLoginProfileRequest,LoginProfile>OsLoginServiceSettings. getLoginProfileSettings()Returns the object with the settings used for calls to getLoginProfile.com.google.protobuf.Parser<LoginProfile>LoginProfile. getParserForType()static com.google.protobuf.Parser<LoginProfile>LoginProfile. parser()Methods in com.google.cloud.oslogin.v1 with parameters of type LoginProfile Modifier and Type Method Description LoginProfile.BuilderLoginProfile.Builder. mergeFrom(LoginProfile other)ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse.Builder. mergeLoginProfile(LoginProfile value)The login profile information for the user.static LoginProfile.BuilderLoginProfile. newBuilder(LoginProfile prototype)ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse.Builder. setLoginProfile(LoginProfile value)The login profile information for the user.Method parameters in com.google.cloud.oslogin.v1 with type arguments of type LoginProfile Modifier and Type Method Description default voidOsLoginServiceGrpc.AsyncService. getLoginProfile(GetLoginProfileRequest request, io.grpc.stub.StreamObserver<LoginProfile> responseObserver)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.voidOsLoginServiceGrpc.OsLoginServiceStub. getLoginProfile(GetLoginProfileRequest request, io.grpc.stub.StreamObserver<LoginProfile> responseObserver)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine. -
Uses of LoginProfile in com.google.cloud.oslogin.v1.stub
Methods in com.google.cloud.oslogin.v1.stub that return types with arguments of type LoginProfile Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetLoginProfileRequest,LoginProfile>GrpcOsLoginServiceStub. getLoginProfileCallable()com.google.api.gax.rpc.UnaryCallable<GetLoginProfileRequest,LoginProfile>HttpJsonOsLoginServiceStub. getLoginProfileCallable()com.google.api.gax.rpc.UnaryCallable<GetLoginProfileRequest,LoginProfile>OsLoginServiceStub. getLoginProfileCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLoginProfileRequest,LoginProfile>OsLoginServiceStubSettings.Builder. getLoginProfileSettings()Returns the builder for the settings used for calls to getLoginProfile.com.google.api.gax.rpc.UnaryCallSettings<GetLoginProfileRequest,LoginProfile>OsLoginServiceStubSettings. getLoginProfileSettings()Returns the object with the settings used for calls to getLoginProfile.
-