AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.clear() |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.clearToken()
optional .Token token = 1;
|
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.clone() |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeFrom(AuthenticationProtos.GetAuthenticationTokenResponse other) |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeToken(AuthenticationProtos.Token value)
optional .Token token = 1;
|
static AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.newBuilder() |
static AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.newBuilder(AuthenticationProtos.GetAuthenticationTokenResponse prototype) |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.newBuilderForType() |
protected AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.setToken(AuthenticationProtos.Token.Builder builderForValue)
optional .Token token = 1;
|
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.Builder.setToken(AuthenticationProtos.Token value)
optional .Token token = 1;
|
AuthenticationProtos.GetAuthenticationTokenResponse.Builder |
AuthenticationProtos.GetAuthenticationTokenResponse.toBuilder() |