Interface ConnectAgentResourceOrBuilder (1.44.0)

public interface ConnectAgentResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManifest()

public abstract String getManifest()

YAML manifest of the resource.

string manifest = 2;

Returns
Type Description
String

The manifest.

getManifestBytes()

public abstract ByteString getManifestBytes()

YAML manifest of the resource.

string manifest = 2;

Returns
Type Description
ByteString

The bytes for manifest.

getType()

public abstract TypeMeta getType()

Kubernetes type of the resource.

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

Returns
Type Description
TypeMeta

The type.

getTypeOrBuilder()

public abstract TypeMetaOrBuilder getTypeOrBuilder()

Kubernetes type of the resource.

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

Returns
Type Description
TypeMetaOrBuilder

hasType()

public abstract boolean hasType()

Kubernetes type of the resource.

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

Returns
Type Description
boolean

Whether the type field is set.