Class FleetPackage.CloudBuildRepository (0.10.0)
public static final class FleetPackage.CloudBuildRepository extends GeneratedMessageV3 implements FleetPackage.CloudBuildRepositoryOrBuilder
CloudBuildRepository contains information about fetching Kubernetes
configuration from a CloudBuildRepository
.
Protobuf type google.cloud.configdelivery.v1beta.FleetPackage.CloudBuildRepository
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
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVICE_ACCOUNT_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TAG_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VARIANTS_PATTERN_FIELD_NUMBER
public static final int VARIANTS_PATTERN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static FleetPackage.CloudBuildRepository getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FleetPackage.CloudBuildRepository.Builder newBuilder()
newBuilder(FleetPackage.CloudBuildRepository prototype)
public static FleetPackage.CloudBuildRepository.Builder newBuilder(FleetPackage.CloudBuildRepository prototype)
public static FleetPackage.CloudBuildRepository parseDelimitedFrom(InputStream input)
public static FleetPackage.CloudBuildRepository parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FleetPackage.CloudBuildRepository parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FleetPackage.CloudBuildRepository parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FleetPackage.CloudBuildRepository parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FleetPackage.CloudBuildRepository parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FleetPackage.CloudBuildRepository parseFrom(CodedInputStream input)
public static FleetPackage.CloudBuildRepository parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FleetPackage.CloudBuildRepository parseFrom(InputStream input)
public static FleetPackage.CloudBuildRepository parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FleetPackage.CloudBuildRepository parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FleetPackage.CloudBuildRepository parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FleetPackage.CloudBuildRepository> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public FleetPackage.CloudBuildRepository getDefaultInstanceForType()
getName()
Required. Name of the cloud build repository.
Format is projects/{p}/locations/{l}/connections/{c}/repositories/{r}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. Name of the cloud build repository.
Format is projects/{p}/locations/{l}/connections/{c}/repositories/{r}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<FleetPackage.CloudBuildRepository> getParserForType()
Overrides
getPath()
Optional. path to the directory or file within the repository that
contains the kubernetes configuration. If unspecified, path is assumed to
the top level root directory of the repository.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The path.
|
getPathBytes()
public ByteString getPathBytes()
Optional. path to the directory or file within the repository that
contains the kubernetes configuration. If unspecified, path is assumed to
the top level root directory of the repository.
string path = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for path.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getServiceAccount()
public String getServiceAccount()
Required. Google service account to use in CloudBuild triggers to fetch
and store kubernetes configuration.
string service_account = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The serviceAccount.
|
getServiceAccountBytes()
public ByteString getServiceAccountBytes()
Required. Google service account to use in CloudBuild triggers to fetch
and store kubernetes configuration.
string service_account = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for serviceAccount.
|
getTag()
Required. git tag of the underlying git repository.
The git tag must be in the semantic version format vX.Y.Z
.
string tag = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The tag.
|
getTagBytes()
public ByteString getTagBytes()
Required. git tag of the underlying git repository.
The git tag must be in the semantic version format vX.Y.Z
.
string tag = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for tag.
|
getVariantsCase()
public FleetPackage.CloudBuildRepository.VariantsCase getVariantsCase()
getVariantsPattern()
public String getVariantsPattern()
Optional. variants_pattern is a glob pattern that will be used to find
variants in the repository. Examples: variants/*.yaml
, us-*
string variants_pattern = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The variantsPattern.
|
getVariantsPatternBytes()
public ByteString getVariantsPatternBytes()
Optional. variants_pattern is a glob pattern that will be used to find
variants in the repository. Examples: variants/*.yaml
, us-*
string variants_pattern = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for variantsPattern.
|
hasVariantsPattern()
public boolean hasVariantsPattern()
Optional. variants_pattern is a glob pattern that will be used to find
variants in the repository. Examples: variants/*.yaml
, us-*
string variants_pattern = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the variantsPattern field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FleetPackage.CloudBuildRepository.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FleetPackage.CloudBuildRepository.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public FleetPackage.CloudBuildRepository.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]