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 LoginProfile
LoginProfile.Builder. build()
LoginProfile
LoginProfile.Builder. buildPartial()
static LoginProfile
LoginProfile. getDefaultInstance()
LoginProfile
LoginProfile.Builder. getDefaultInstanceForType()
LoginProfile
LoginProfile. getDefaultInstanceForType()
LoginProfile
ImportSshPublicKeyResponse.Builder. getLoginProfile()
The login profile information for the user.LoginProfile
ImportSshPublicKeyResponse. getLoginProfile()
The login profile information for the user.LoginProfile
ImportSshPublicKeyResponseOrBuilder. getLoginProfile()
The login profile information for the user.LoginProfile
OsLoginServiceClient. getLoginProfile(GetLoginProfileRequest request)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.LoginProfile
OsLoginServiceClient. getLoginProfile(UserName name)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.LoginProfile
OsLoginServiceClient. getLoginProfile(String name)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.LoginProfile
OsLoginServiceGrpc.OsLoginServiceBlockingStub. getLoginProfile(GetLoginProfileRequest request)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.static LoginProfile
LoginProfile. parseDelimitedFrom(InputStream input)
static LoginProfile
LoginProfile. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoginProfile
LoginProfile. parseFrom(byte[] data)
static LoginProfile
LoginProfile. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoginProfile
LoginProfile. parseFrom(com.google.protobuf.ByteString data)
static LoginProfile
LoginProfile. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoginProfile
LoginProfile. parseFrom(com.google.protobuf.CodedInputStream input)
static LoginProfile
LoginProfile. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoginProfile
LoginProfile. parseFrom(InputStream input)
static LoginProfile
LoginProfile. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LoginProfile
LoginProfile. parseFrom(ByteBuffer data)
static LoginProfile
LoginProfile. 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.Builder
LoginProfile.Builder. mergeFrom(LoginProfile other)
ImportSshPublicKeyResponse.Builder
ImportSshPublicKeyResponse.Builder. mergeLoginProfile(LoginProfile value)
The login profile information for the user.static LoginProfile.Builder
LoginProfile. newBuilder(LoginProfile prototype)
ImportSshPublicKeyResponse.Builder
ImportSshPublicKeyResponse.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 void
OsLoginServiceGrpc.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.void
OsLoginServiceGrpc.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.
-