public interface SkaffoldModulesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigs(int index)
Optional.
|
com.google.protobuf.ByteString |
getConfigsBytes(int index)
Optional.
|
int |
getConfigsCount()
Optional.
|
List<String> |
getConfigsList()
Optional.
|
SkaffoldModules.SkaffoldGitSource |
getGit()
Remote git repository containing the Skaffold Config modules.
|
SkaffoldModules.SkaffoldGitSourceOrBuilder |
getGitOrBuilder()
Remote git repository containing the Skaffold Config modules.
|
SkaffoldModules.SkaffoldGCSSource |
getGoogleCloudStorage()
Cloud Storage bucket containing the Skaffold Config modules.
|
SkaffoldModules.SkaffoldGCSSourceOrBuilder |
getGoogleCloudStorageOrBuilder()
Cloud Storage bucket containing the Skaffold Config modules.
|
SkaffoldModules.SourceCase |
getSourceCase() |
boolean |
hasGit()
Remote git repository containing the Skaffold Config modules.
|
boolean |
hasGoogleCloudStorage()
Cloud Storage bucket containing the Skaffold Config modules.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getConfigsList()
Optional. The Skaffold Config modules to use from the specified source.
repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];int getConfigsCount()
Optional. The Skaffold Config modules to use from the specified source.
repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];String getConfigs(int index)
Optional. The Skaffold Config modules to use from the specified source.
repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getConfigsBytes(int index)
Optional. The Skaffold Config modules to use from the specified source.
repeated string configs = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.boolean hasGit()
Remote git repository containing the Skaffold Config modules.
.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGitSource git = 2;SkaffoldModules.SkaffoldGitSource getGit()
Remote git repository containing the Skaffold Config modules.
.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGitSource git = 2;SkaffoldModules.SkaffoldGitSourceOrBuilder getGitOrBuilder()
Remote git repository containing the Skaffold Config modules.
.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGitSource git = 2;boolean hasGoogleCloudStorage()
Cloud Storage bucket containing the Skaffold Config modules.
.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource google_cloud_storage = 3;
SkaffoldModules.SkaffoldGCSSource getGoogleCloudStorage()
Cloud Storage bucket containing the Skaffold Config modules.
.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource google_cloud_storage = 3;
SkaffoldModules.SkaffoldGCSSourceOrBuilder getGoogleCloudStorageOrBuilder()
Cloud Storage bucket containing the Skaffold Config modules.
.google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource google_cloud_storage = 3;
SkaffoldModules.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.