Package com.buildless.service.v1
Interface CreateProjectResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateProjectResponse,CreateProjectResponse.Builder
public interface CreateProjectResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the project which was created, including all data provided as inputs, and any additional metadata written by the server.Specifies the project which was created, including all data provided as inputs, and any additional metadata written by the server.booleanSpecifies the project which was created, including all data provided as inputs, and any additional metadata written by the server.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 which was created, including all data provided as inputs, and any additional metadata written by the server.
.buildless.projects.Project project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the project field is set.
-
getProject
Project getProject()Specifies the project which was created, including all data provided as inputs, and any additional metadata written by the server.
.buildless.projects.Project project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The project.
-
getProjectOrBuilder
ProjectOrBuilder getProjectOrBuilder()Specifies the project which was created, including all data provided as inputs, and any additional metadata written by the server.
.buildless.projects.Project project = 1 [json_name = "project", (.google.api.field_behavior) = OUTPUT_ONLY];
-