Interface ImportSshPublicKeyResponseOrBuilder (2.2.7)

public interface ImportSshPublicKeyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLoginProfile()

public abstract LoginProfile getLoginProfile()

The login profile information for the user.

.google.cloud.oslogin.v1.LoginProfile login_profile = 1;

Returns
TypeDescription
LoginProfile

The loginProfile.

getLoginProfileOrBuilder()

public abstract LoginProfileOrBuilder getLoginProfileOrBuilder()

The login profile information for the user.

.google.cloud.oslogin.v1.LoginProfile login_profile = 1;

Returns
TypeDescription
LoginProfileOrBuilder

hasLoginProfile()

public abstract boolean hasLoginProfile()

The login profile information for the user.

.google.cloud.oslogin.v1.LoginProfile login_profile = 1;

Returns
TypeDescription
boolean

Whether the loginProfile field is set.