public interface UserOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The timestamp when the user was created.
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The createTime. | 
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The timestamp when the user was created.
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getDisplayName()
public abstract String getDisplayName()Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
 string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The displayName. | 
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
 string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for displayName. | 
getLastTokenRequestTime()
public abstract Timestamp getLastTokenRequestTime()Output only. The timestamp when the token was last requested.
 
 .google.protobuf.Timestamp last_token_request_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The lastTokenRequestTime. | 
getLastTokenRequestTimeOrBuilder()
public abstract TimestampOrBuilder getLastTokenRequestTimeOrBuilder()Output only. The timestamp when the token was last requested.
 
 .google.protobuf.Timestamp last_token_request_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getName()
public abstract String getName() Identifier. Resource name of the user, in the format
 projects/*/locations/*/accountConnectors/*/users/*.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public abstract ByteString getNameBytes() Identifier. Resource name of the user, in the format
 projects/*/locations/*/accountConnectors/*/users/*.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The timestamp when the user was created.
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the createTime field is set. | 
hasLastTokenRequestTime()
public abstract boolean hasLastTokenRequestTime()Output only. The timestamp when the token was last requested.
 
 .google.protobuf.Timestamp last_token_request_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the lastTokenRequestTime field is set. |