Interface DeleteAuthorizedCertificateRequestOrBuilder (2.2.0)

public interface DeleteAuthorizedCertificateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.