Uses of Class
com.google.cloud.oslogin.v1.GetLoginProfileRequest
-
Packages that use GetLoginProfileRequest Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login APIcom.google.cloud.oslogin.v1.stub -
-
Uses of GetLoginProfileRequest in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return GetLoginProfileRequest Modifier and Type Method Description GetLoginProfileRequest
GetLoginProfileRequest.Builder. build()
GetLoginProfileRequest
GetLoginProfileRequest.Builder. buildPartial()
static GetLoginProfileRequest
GetLoginProfileRequest. getDefaultInstance()
GetLoginProfileRequest
GetLoginProfileRequest.Builder. getDefaultInstanceForType()
GetLoginProfileRequest
GetLoginProfileRequest. getDefaultInstanceForType()
static GetLoginProfileRequest
GetLoginProfileRequest. parseDelimitedFrom(InputStream input)
static GetLoginProfileRequest
GetLoginProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(byte[] data)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(com.google.protobuf.ByteString data)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(InputStream input)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(ByteBuffer data)
static GetLoginProfileRequest
GetLoginProfileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.oslogin.v1 that return types with arguments of type GetLoginProfileRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile>
OsLoginServiceGrpc. getGetLoginProfileMethod()
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<GetLoginProfileRequest>
GetLoginProfileRequest. getParserForType()
static com.google.protobuf.Parser<GetLoginProfileRequest>
GetLoginProfileRequest. parser()
Methods in com.google.cloud.oslogin.v1 with parameters of type GetLoginProfileRequest Modifier and Type Method Description LoginProfile
OsLoginServiceClient. getLoginProfile(GetLoginProfileRequest request)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.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.LoginProfile
OsLoginServiceGrpc.OsLoginServiceBlockingStub. getLoginProfile(GetLoginProfileRequest request)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.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.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.GetLoginProfileRequest.Builder
GetLoginProfileRequest.Builder. mergeFrom(GetLoginProfileRequest other)
static GetLoginProfileRequest.Builder
GetLoginProfileRequest. newBuilder(GetLoginProfileRequest prototype)
-
Uses of GetLoginProfileRequest in com.google.cloud.oslogin.v1.stub
Methods in com.google.cloud.oslogin.v1.stub that return types with arguments of type GetLoginProfileRequest 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.
-