Package com.buildless.service.v1
Interface UpdateProjectSettingsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateProjectSettingsResponse,UpdateProjectSettingsResponse.Builder
public interface UpdateProjectSettingsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the updated project key, which encloses a new version for the record.Specifies the updated project key, which encloses a new version for the record.booleanSpecifies the updated project key, which encloses a new version for the record.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 updated project key, which encloses a new version for the record.
.buildless.projects.ProjectKey project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the project field is set.
-
getProject
ProjectKey getProject()Specifies the updated project key, which encloses a new version for the record.
.buildless.projects.ProjectKey project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The project.
-
getProjectOrBuilder
ProjectKeyOrBuilder getProjectOrBuilder()Specifies the updated project key, which encloses a new version for the record.
.buildless.projects.ProjectKey project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];
-