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 GetLoginProfileRequestGetLoginProfileRequest.Builder. build()GetLoginProfileRequestGetLoginProfileRequest.Builder. buildPartial()static GetLoginProfileRequestGetLoginProfileRequest. getDefaultInstance()GetLoginProfileRequestGetLoginProfileRequest.Builder. getDefaultInstanceForType()GetLoginProfileRequestGetLoginProfileRequest. getDefaultInstanceForType()static GetLoginProfileRequestGetLoginProfileRequest. parseDelimitedFrom(InputStream input)static GetLoginProfileRequestGetLoginProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(byte[] data)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(com.google.protobuf.ByteString data)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(InputStream input)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetLoginProfileRequestGetLoginProfileRequest. parseFrom(ByteBuffer data)static GetLoginProfileRequestGetLoginProfileRequest. 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 LoginProfileOsLoginServiceClient. getLoginProfile(GetLoginProfileRequest request)Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.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.LoginProfileOsLoginServiceGrpc.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.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.GetLoginProfileRequest.BuilderGetLoginProfileRequest.Builder. mergeFrom(GetLoginProfileRequest other)static GetLoginProfileRequest.BuilderGetLoginProfileRequest. 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.
-