public static final class ResourceManifest.Builder extends GeneratedMessageV3.Builder<ResourceManifest.Builder> implements ResourceManifestOrBuilder
ResourceManifest represents a single Kubernetes resource to be applied to
the cluster.
Protobuf type google.cloud.gkehub.v1beta1.ResourceManifest
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ResourceManifest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ResourceManifest build()
Returns
buildPartial()
public ResourceManifest buildPartial()
Returns
clear()
public ResourceManifest.Builder clear()
Returns
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
clearField(Descriptors.FieldDescriptor field)
public ResourceManifest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearManifest()
public ResourceManifest.Builder clearManifest()
YAML manifest of the resource.
string manifest = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ResourceManifest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ResourceManifest.Builder clone()
Returns
Overrides
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
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ResourceManifest other)
public ResourceManifest.Builder mergeFrom(ResourceManifest other)
Parameter
Returns
public ResourceManifest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ResourceManifest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ResourceManifest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
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
setField(Descriptors.FieldDescriptor field, Object value)
public ResourceManifest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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
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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ResourceManifest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ResourceManifest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides