public interface AddTokenAuthUserRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance()Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Required. The instance resource that this token auth user will be added for. Format: projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getTokenAuthUser()
public abstract String getTokenAuthUser()Required. The name of the token auth user to add.
string token_auth_user = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The tokenAuthUser. |
getTokenAuthUserBytes()
public abstract ByteString getTokenAuthUserBytes()Required. The name of the token auth user to add.
string token_auth_user = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tokenAuthUser. |