Send feedback
Class FetchFileGitStatusesResponse.Builder (0.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.1 keyboard_arrow_down
public static final class FetchFileGitStatusesResponse . Builder extends GeneratedMessageV3 . Builder<FetchFileGitStatusesResponse . Builder > implements FetchFileGitStatusesResponseOrBuilder
FetchFileGitStatuses
response message.
Protobuf type google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public FetchFileGitStatusesResponse . Builder addAllUncommittedFileChanges ( Iterable <? extends FetchFileGitStatusesResponse . UncommittedFileChange > values )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Name Description values Iterable <? extends com.google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange >
Returns
public FetchFileGitStatusesResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public FetchFileGitStatusesResponse . Builder addUncommittedFileChanges ( FetchFileGitStatusesResponse . UncommittedFileChange value )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Returns
public FetchFileGitStatusesResponse . Builder addUncommittedFileChanges ( FetchFileGitStatusesResponse . UncommittedFileChange . Builder builderForValue )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Returns
public FetchFileGitStatusesResponse . Builder addUncommittedFileChanges ( int index , FetchFileGitStatusesResponse . UncommittedFileChange value )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameters
Returns
public FetchFileGitStatusesResponse . Builder addUncommittedFileChanges ( int index , FetchFileGitStatusesResponse . UncommittedFileChange . Builder builderForValue )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameters
Returns
public FetchFileGitStatusesResponse . UncommittedFileChange . Builder addUncommittedFileChangesBuilder ()
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Returns
public FetchFileGitStatusesResponse . UncommittedFileChange . Builder addUncommittedFileChangesBuilder ( int index )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Returns
public FetchFileGitStatusesResponse build ()
Returns
public FetchFileGitStatusesResponse buildPartial ()
Returns
public FetchFileGitStatusesResponse . Builder clear ()
Returns
Overrides
public FetchFileGitStatusesResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public FetchFileGitStatusesResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public FetchFileGitStatusesResponse . Builder clearUncommittedFileChanges ()
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Returns
public FetchFileGitStatusesResponse . Builder clone ()
Returns
Overrides
public FetchFileGitStatusesResponse getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public FetchFileGitStatusesResponse . UncommittedFileChange getUncommittedFileChanges ( int index )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Returns
public FetchFileGitStatusesResponse . UncommittedFileChange . Builder getUncommittedFileChangesBuilder ( int index )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Returns
public List<FetchFileGitStatusesResponse . UncommittedFileChange . Builder > getUncommittedFileChangesBuilderList ()
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Returns
public int getUncommittedFileChangesCount ()
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Returns
public List<FetchFileGitStatusesResponse . UncommittedFileChange > getUncommittedFileChangesList ()
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Returns
public FetchFileGitStatusesResponse . UncommittedFileChangeOrBuilder getUncommittedFileChangesOrBuilder ( int index )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Returns
public List <? extends FetchFileGitStatusesResponse . UncommittedFileChangeOrBuilder > getUncommittedFileChangesOrBuilderList ()
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Returns
Type Description List <? extends com.google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder >
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public FetchFileGitStatusesResponse . Builder mergeFrom ( FetchFileGitStatusesResponse other )
Parameter
Returns
public FetchFileGitStatusesResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public FetchFileGitStatusesResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final FetchFileGitStatusesResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public FetchFileGitStatusesResponse . Builder removeUncommittedFileChanges ( int index )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameter
Returns
public FetchFileGitStatusesResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public FetchFileGitStatusesResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public FetchFileGitStatusesResponse . Builder setUncommittedFileChanges ( int index , FetchFileGitStatusesResponse . UncommittedFileChange value )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameters
Returns
public FetchFileGitStatusesResponse . Builder setUncommittedFileChanges ( int index , FetchFileGitStatusesResponse . UncommittedFileChange . Builder builderForValue )
A list of all files which have uncommitted Git changes. There will only be
a single entry for any given file.
repeated .google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
Parameters
Returns
public final FetchFileGitStatusesResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
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-02-28 UTC.
Need to tell us more?
[[["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-02-28 UTC."],[],[]]