Interface ConnectAgentResourceOrBuilder (0.5.4)

public interface ConnectAgentResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManifest()

public abstract String getManifest()

YAML manifest of the resource.

string manifest = 2;

Returns
TypeDescription
String

The manifest.

getManifestBytes()

public abstract ByteString getManifestBytes()

YAML manifest of the resource.

string manifest = 2;

Returns
TypeDescription
ByteString

The bytes for manifest.

getType()

public abstract TypeMeta getType()

Kubernetes type of the resource.

.google.cloud.gkehub.v1beta1.TypeMeta type = 1;

Returns
TypeDescription
TypeMeta

The type.

getTypeOrBuilder()

public abstract TypeMetaOrBuilder getTypeOrBuilder()

Kubernetes type of the resource.

.google.cloud.gkehub.v1beta1.TypeMeta type = 1;

Returns
TypeDescription
TypeMetaOrBuilder

hasType()

public abstract boolean hasType()

Kubernetes type of the resource.

.google.cloud.gkehub.v1beta1.TypeMeta type = 1;

Returns
TypeDescription
boolean

Whether the type field is set.