Package com.buildless.projects
Class Project.Settings.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
com.buildless.projects.Project.Settings.Builder
- All Implemented Interfaces:
Project.SettingsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
Project.Settings
public static final class Project.Settings.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
implements Project.SettingsOrBuilder
## Project Settings Models project top-level settings. These settings apply to the project and all data it contains, regardless of the type of data or tool that uploaded it. Project settings are designed to be mutable, and can safely be updated over the lifecycle of the project.Protobuf type
buildless.projects.Project.Settings-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Specifies display and reporting settings which apply to this project.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project.clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorSpecifies display and reporting settings which apply to this project.Specifies display and reporting settings which apply to this project.Specifies display and reporting settings which apply to this project.Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope.intDescribes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope.Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project.intDescribes the visibility mode for this project; this governs the default access controls which apply to the data held by the project.booleanSpecifies display and reporting settings which apply to this project.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeDisplay(DisplayOptions value) Specifies display and reporting settings which apply to this project.mergeFrom(Project.Settings other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) final Project.Settings.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setDisplay(DisplayOptions value) Specifies display and reporting settings which apply to this project.setDisplay(DisplayOptions.Builder builderForValue) Specifies display and reporting settings which apply to this project.setIsolation(Isolation value) Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope.setIsolationValue(int value) Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Project.Settings.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setVisibility(Visibility value) Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project.setVisibilityValue(int value) Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
setField
public Project.Settings.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
setRepeatedField
public Project.Settings.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
addRepeatedField
public Project.Settings.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Project.Settings.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
mergeFrom
public Project.Settings.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Project.Settings.Builder>- Throws:
IOException
-
getVisibilityValue
public int getVisibilityValue()Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project. See the `Visibility` enum for more information about each mode.
.buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getVisibilityValuein interfaceProject.SettingsOrBuilder- Returns:
- The enum numeric value on the wire for visibility.
-
setVisibilityValue
Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project. See the `Visibility` enum for more information about each mode.
.buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for visibility to set.- Returns:
- This builder for chaining.
-
getVisibility
Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project. See the `Visibility` enum for more information about each mode.
.buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getVisibilityin interfaceProject.SettingsOrBuilder- Returns:
- The visibility.
-
setVisibility
Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project. See the `Visibility` enum for more information about each mode.
.buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The visibility to set.- Returns:
- This builder for chaining.
-
clearVisibility
Describes the visibility mode for this project; this governs the default access controls which apply to the data held by the project. See the `Visibility` enum for more information about each mode.
.buildless.projects.Visibility visibility = 1 [json_name = "visibility", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getIsolationValue
public int getIsolationValue()Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope. See the `Isolation` enum for more information about each mode.
.buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getIsolationValuein interfaceProject.SettingsOrBuilder- Returns:
- The enum numeric value on the wire for isolation.
-
setIsolationValue
Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope. See the `Isolation` enum for more information about each mode.
.buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for isolation to set.- Returns:
- This builder for chaining.
-
getIsolation
Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope. See the `Isolation` enum for more information about each mode.
.buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getIsolationin interfaceProject.SettingsOrBuilder- Returns:
- The isolation.
-
setIsolation
Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope. See the `Isolation` enum for more information about each mode.
.buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The isolation to set.- Returns:
- This builder for chaining.
-
clearIsolation
Describes the isolation mode for this project; this governs how (or if) read and write operations interact with the project's parent scope. See the `Isolation` enum for more information about each mode.
.buildless.projects.Isolation isolation = 2 [json_name = "isolation", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasDisplay
public boolean hasDisplay()Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasDisplayin interfaceProject.SettingsOrBuilder- Returns:
- Whether the display field is set.
-
getDisplay
Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDisplayin interfaceProject.SettingsOrBuilder- Returns:
- The display.
-
setDisplay
Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY]; -
setDisplay
Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY]; -
mergeDisplay
Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY]; -
clearDisplay
Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY]; -
getDisplayBuilder
Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY]; -
getDisplayOrBuilder
Specifies display and reporting settings which apply to this project. Some of these settings can be overridden by user account-level preferences.
.buildless.projects.DisplayOptions display = 3 [json_name = "display", (.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDisplayOrBuilderin interfaceProject.SettingsOrBuilder
-
setUnknownFields
public final Project.Settings.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-
mergeUnknownFields
public final Project.Settings.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Project.Settings.Builder>
-