Interface GetJSONWebKeysRequestOrBuilder (2.5.1)

public interface GetJSONWebKeysRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

The cluster (project, location, cluster name) to get keys for. Specified in the format projects/*/locations/*/clusters/*.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The cluster (project, location, cluster name) to get keys for. Specified in the format projects/*/locations/*/clusters/*.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.