Interface RemovePublicKeyRequestOrBuilder (2.35.0)

publicinterface RemovePublicKeyRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironment()

publicabstractStringgetEnvironment()

Environment this key should be removed from, e.g. users/me/environments/default.

string environment = 1;

Returns
Type Description
String

The environment.

getEnvironmentBytes()

publicabstractByteStringgetEnvironmentBytes()

Environment this key should be removed from, e.g. users/me/environments/default.

string environment = 1;

Returns
Type Description
ByteString

The bytes for environment.

getKey()

publicabstractStringgetKey()

Key that should be removed from the environment.

string key = 2;

Returns
Type Description
String

The key.

getKeyBytes()

publicabstractByteStringgetKeyBytes()

Key that should be removed from the environment.

string key = 2;

Returns
Type Description
ByteString

The bytes for key.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.