Class ResourceManifest.Builder (1.83.0)

public static final class ResourceManifest.Builder extends GeneratedMessage.Builder<ResourceManifest.Builder> implements ResourceManifestOrBuilder

ResourceManifest represents a single Kubernetes resource to be applied to the cluster.

Protobuf type google.cloud.gkehub.v1.ResourceManifest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ResourceManifest build()
Returns
Type Description
ResourceManifest

buildPartial()

public ResourceManifest buildPartial()
Returns
Type Description
ResourceManifest

clear()

public ResourceManifest.Builder clear()
Returns
Type Description
ResourceManifest.Builder
Overrides

clearClusterScoped()

public ResourceManifest.Builder clearClusterScoped()

Whether the resource provided in the manifest is cluster_scoped. If unset, the manifest is assumed to be namespace scoped.

This field is used for REST mapping when applying the resource in a cluster.

bool cluster_scoped = 2;

Returns
Type Description
ResourceManifest.Builder

This builder for chaining.

clearManifest()

public ResourceManifest.Builder clearManifest()

YAML manifest of the resource.

string manifest = 1;

Returns
Type Description
ResourceManifest.Builder

This builder for chaining.

getClusterScoped()

public boolean getClusterScoped()

Whether the resource provided in the manifest is cluster_scoped. If unset, the manifest is assumed to be namespace scoped.

This field is used for REST mapping when applying the resource in a cluster.

bool cluster_scoped = 2;

Returns
Type Description
boolean

The clusterScoped.

getDefaultInstanceForType()

public ResourceManifest getDefaultInstanceForType()
Returns
Type Description
ResourceManifest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getManifest()

public String getManifest()

YAML manifest of the resource.

string manifest = 1;

Returns
Type Description
String

The manifest.

getManifestBytes()

public ByteString getManifestBytes()

YAML manifest of the resource.

string manifest = 1;

Returns
Type Description
ByteString

The bytes for manifest.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ResourceManifest other)

public ResourceManifest.Builder mergeFrom(ResourceManifest other)
Parameter
Name Description
other ResourceManifest
Returns
Type Description
ResourceManifest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ResourceManifest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ResourceManifest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ResourceManifest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ResourceManifest.Builder
Overrides

setClusterScoped(boolean value)

public ResourceManifest.Builder setClusterScoped(boolean value)

Whether the resource provided in the manifest is cluster_scoped. If unset, the manifest is assumed to be namespace scoped.

This field is used for REST mapping when applying the resource in a cluster.

bool cluster_scoped = 2;

Parameter
Name Description
value boolean

The clusterScoped to set.

Returns
Type Description
ResourceManifest.Builder

This builder for chaining.

setManifest(String value)

public ResourceManifest.Builder setManifest(String value)

YAML manifest of the resource.

string manifest = 1;

Parameter
Name Description
value String

The manifest to set.

Returns
Type Description
ResourceManifest.Builder

This builder for chaining.

setManifestBytes(ByteString value)

public ResourceManifest.Builder setManifestBytes(ByteString value)

YAML manifest of the resource.

string manifest = 1;

Parameter
Name Description
value ByteString

The bytes for manifest to set.

Returns
Type Description
ResourceManifest.Builder

This builder for chaining.