public final class Config extends GeneratedMessageV3 implements ConfigOrBuilder
Service-wide configuration.
Protobuf type google.cloud.deploy.v1.Config
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEFAULT_SKAFFOLD_VERSION_FIELD_NUMBER
public static final int DEFAULT_SKAFFOLD_VERSION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUPPORTED_VERSIONS_FIELD_NUMBER
public static final int SUPPORTED_VERSIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Config getDefaultInstance()
Returns |
Type |
Description |
Config |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Config.Builder newBuilder()
newBuilder(Config prototype)
public static Config.Builder newBuilder(Config prototype)
Parameter |
Name |
Description |
prototype |
Config
|
public static Config parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Config |
|
public static Config parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Config |
|
parseFrom(byte[] data)
public static Config parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Config |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Config parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Config |
|
parseFrom(ByteString data)
public static Config parseFrom(ByteString data)
Returns |
Type |
Description |
Config |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Config parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Config |
|
public static Config parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Config |
|
public static Config parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Config |
|
public static Config parseFrom(InputStream input)
Returns |
Type |
Description |
Config |
|
public static Config parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Config |
|
parseFrom(ByteBuffer data)
public static Config parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Config |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Config parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Config |
|
parser()
public static Parser<Config> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Config getDefaultInstanceForType()
Returns |
Type |
Description |
Config |
|
getDefaultSkaffoldVersion()
public String getDefaultSkaffoldVersion()
Default Skaffold version that is assigned when a Release is created without
specifying a Skaffold version.
string default_skaffold_version = 3;
Returns |
Type |
Description |
String |
The defaultSkaffoldVersion.
|
getDefaultSkaffoldVersionBytes()
public ByteString getDefaultSkaffoldVersionBytes()
Default Skaffold version that is assigned when a Release is created without
specifying a Skaffold version.
string default_skaffold_version = 3;
Returns |
Type |
Description |
ByteString |
The bytes for defaultSkaffoldVersion.
|
getName()
Name of the configuration.
string name = 1;
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Name of the configuration.
string name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<Config> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSupportedVersions(int index)
public SkaffoldVersion getSupportedVersions(int index)
All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
Parameter |
Name |
Description |
index |
int
|
getSupportedVersionsCount()
public int getSupportedVersionsCount()
All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
Returns |
Type |
Description |
int |
|
getSupportedVersionsList()
public List<SkaffoldVersion> getSupportedVersionsList()
All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
getSupportedVersionsOrBuilder(int index)
public SkaffoldVersionOrBuilder getSupportedVersionsOrBuilder(int index)
All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
Parameter |
Name |
Description |
index |
int
|
getSupportedVersionsOrBuilderList()
public List<? extends SkaffoldVersionOrBuilder> getSupportedVersionsOrBuilderList()
All supported versions of Skaffold.
repeated .google.cloud.deploy.v1.SkaffoldVersion supported_versions = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.deploy.v1.SkaffoldVersionOrBuilder> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Config.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Config.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Config.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides