Package com.buildless.service.v1
Interface UpdateProjectSettingsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateProjectSettingsRequest,UpdateProjectSettingsRequest.Builder
public interface UpdateProjectSettingsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the project to be updated.Specifies the project to be updated.Specifies updates to apply to the project's settings.Specifies updates to apply to the project's settings.booleanSpecifies the project to be updated.booleanSpecifies updates to apply to the project's settings.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProject
boolean hasProject()Specifies the project to be updated. This field is required.
.buildless.service.v1.ProjectReference project = 1 [json_name = "project", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- Whether the project field is set.
-
getProject
ProjectReference getProject()Specifies the project to be updated. This field is required.
.buildless.service.v1.ProjectReference project = 1 [json_name = "project", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The project.
-
getProjectOrBuilder
ProjectReferenceOrBuilder getProjectOrBuilder()Specifies the project to be updated. This field is required.
.buildless.service.v1.ProjectReference project = 1 [json_name = "project", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... } -
hasSettings
boolean hasSettings()Specifies updates to apply to the project's settings.
.buildless.projects.Project.Settings.Update settings = 2 [json_name = "settings", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- Whether the settings field is set.
-
getSettings
Project.Settings.Update getSettings()Specifies updates to apply to the project's settings.
.buildless.projects.Project.Settings.Update settings = 2 [json_name = "settings", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The settings.
-
getSettingsOrBuilder
Project.Settings.UpdateOrBuilder getSettingsOrBuilder()Specifies updates to apply to the project's settings.
.buildless.projects.Project.Settings.Update settings = 2 [json_name = "settings", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }
-