- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.6
- 1.2.1
- 1.1.0
- 1.0.1
- 0.5.4
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.v1.ResourceManifest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ResourceManifest.BuilderImplements
ResourceManifestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ResourceManifest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ResourceManifest.Builder |
build()
public ResourceManifest build()
Type | Description |
ResourceManifest |
buildPartial()
public ResourceManifest buildPartial()
Type | Description |
ResourceManifest |
clear()
public ResourceManifest.Builder clear()
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;
Type | Description |
ResourceManifest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ResourceManifest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ResourceManifest.Builder |
clearManifest()
public ResourceManifest.Builder clearManifest()
YAML manifest of the resource.
string manifest = 1;
Type | Description |
ResourceManifest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ResourceManifest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ResourceManifest.Builder |
clone()
public ResourceManifest.Builder clone()
Type | Description |
ResourceManifest.Builder |
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;
Type | Description |
boolean | The clusterScoped. |
getDefaultInstanceForType()
public ResourceManifest getDefaultInstanceForType()
Type | Description |
ResourceManifest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getManifest()
public String getManifest()
YAML manifest of the resource.
string manifest = 1;
Type | Description |
String | The manifest. |
getManifestBytes()
public ByteString getManifestBytes()
YAML manifest of the resource.
string manifest = 1;
Type | Description |
ByteString | The bytes for manifest. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ResourceManifest other)
public ResourceManifest.Builder mergeFrom(ResourceManifest other)
Name | Description |
other | ResourceManifest |
Type | Description |
ResourceManifest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResourceManifest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResourceManifest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ResourceManifest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ResourceManifest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ResourceManifest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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;
Name | Description |
value | boolean The clusterScoped to set. |
Type | Description |
ResourceManifest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ResourceManifest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ResourceManifest.Builder |
setManifest(String value)
public ResourceManifest.Builder setManifest(String value)
YAML manifest of the resource.
string manifest = 1;
Name | Description |
value | String The manifest to set. |
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;
Name | Description |
value | ByteString The bytes for manifest to set. |
Type | Description |
ResourceManifest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ResourceManifest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ResourceManifest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ResourceManifest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ResourceManifest.Builder |