public static final class ResourceManifest.Builder extends GeneratedMessage.Builder<ResourceManifest.Builder> implements ResourceManifestOrBuilderResourceManifest represents a single Kubernetes resource to be applied to the cluster.
Protobuf type google.cloud.gkehub.v1beta1.ResourceManifest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ResourceManifest.BuilderImplements
ResourceManifestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ResourceManifest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ResourceManifest.Builder |
|
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 |
booleanThe 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 |
StringThe 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 |
ByteStringThe bytes for manifest to set. |
| Returns | |
|---|---|
| Type | Description |
ResourceManifest.Builder |
This builder for chaining. |