public static final class SkaffoldModules.SkaffoldGCSSource.Builder extends GeneratedMessage.Builder<SkaffoldModules.SkaffoldGCSSource.Builder> implements SkaffoldModules.SkaffoldGCSSourceOrBuilderCloud Storage bucket containing Skaffold Config modules.
Protobuf type google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SkaffoldModules.SkaffoldGCSSource.BuilderImplements
SkaffoldModules.SkaffoldGCSSourceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SkaffoldModules.SkaffoldGCSSource build()| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource |
|
buildPartial()
public SkaffoldModules.SkaffoldGCSSource buildPartial()| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource |
|
clear()
public SkaffoldModules.SkaffoldGCSSource.Builder clear()| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
|
clearPath()
public SkaffoldModules.SkaffoldGCSSource.Builder clearPath()Optional. Relative path from the source to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
This builder for chaining. |
clearSource()
public SkaffoldModules.SkaffoldGCSSource.Builder clearSource()Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
string source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SkaffoldModules.SkaffoldGCSSource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPath()
public String getPath()Optional. Relative path from the source to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public ByteString getPathBytes()Optional. Relative path from the source to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getSource()
public String getSource()Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
string source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The source. |
getSourceBytes()
public ByteString getSourceBytes()Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
string source = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for source. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SkaffoldModules.SkaffoldGCSSource other)
public SkaffoldModules.SkaffoldGCSSource.Builder mergeFrom(SkaffoldModules.SkaffoldGCSSource other)| Parameter | |
|---|---|
| Name | Description |
other |
SkaffoldModules.SkaffoldGCSSource |
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SkaffoldModules.SkaffoldGCSSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SkaffoldModules.SkaffoldGCSSource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
|
setPath(String value)
public SkaffoldModules.SkaffoldGCSSource.Builder setPath(String value)Optional. Relative path from the source to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe path to set. |
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
This builder for chaining. |
setPathBytes(ByteString value)
public SkaffoldModules.SkaffoldGCSSource.Builder setPathBytes(ByteString value)Optional. Relative path from the source to the Skaffold file.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for path to set. |
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
This builder for chaining. |
setSource(String value)
public SkaffoldModules.SkaffoldGCSSource.Builder setSource(String value)Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
string source = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe source to set. |
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
This builder for chaining. |
setSourceBytes(ByteString value)
public SkaffoldModules.SkaffoldGCSSource.Builder setSourceBytes(ByteString value)Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
string source = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for source to set. |
| Returns | |
|---|---|
| Type | Description |
SkaffoldModules.SkaffoldGCSSource.Builder |
This builder for chaining. |