Interface CheckAutopilotCompatibilityRequestOrBuilder (2.25.0)

public interface CheckAutopilotCompatibilityRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The name (project, location, cluster) of the cluster to retrieve. Specified in the format projects/*/locations/*/clusters/*.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name (project, location, cluster) of the cluster to retrieve. Specified in the format projects/*/locations/*/clusters/*.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.