Package com.buildless.service.v1
Class ListProjectsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ListProjectsRequest.Builder>
com.buildless.service.v1.ListProjectsRequest.Builder
- All Implemented Interfaces:
ListProjectsRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
ListProjectsRequest
public static final class ListProjectsRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ListProjectsRequest.Builder>
implements ListProjectsRequestOrBuilder
### List Projects: RequestProtobuf type
buildless.service.v1.ListProjectsRequest-
Method Summary
Modifier and TypeMethodDescriptionaddAllScope(Iterable<String> values) Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.addScopeBytes(com.google.protobuf.ByteString value) Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.build()clear()Supplies an expression-based filter, using CEL (Common Expression Language).clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Specifies query options for the list request.Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetExpr()Supplies an expression-based filter, using CEL (Common Expression Language).Supplies an expression-based filter, using CEL (Common Expression Language).Supplies an expression-based filter, using CEL (Common Expression Language).getQuery()Specifies query options for the list request.Specifies query options for the list request.Specifies query options for the list request.getScope(int index) Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.com.google.protobuf.ByteStringgetScopeBytes(int index) Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.intSpecifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.com.google.protobuf.ProtocolStringListSpecifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.booleanhasExpr()Supplies an expression-based filter, using CEL (Common Expression Language).booleanhasQuery()Specifies query options for the list request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeExpr(Expression value) Supplies an expression-based filter, using CEL (Common Expression Language).mergeFrom(ListProjectsRequest other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeQuery(QueryOptions value) Specifies query options for the list request.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setExpr(Expression value) Supplies an expression-based filter, using CEL (Common Expression Language).setExpr(Expression.Builder builderForValue) Supplies an expression-based filter, using CEL (Common Expression Language).setQuery(QueryOptions value) Specifies query options for the list request.setQuery(QueryOptions.Builder builderForValue) Specifies query options for the list request.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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<ListProjectsRequest.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<ListProjectsRequest.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<ListProjectsRequest.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<ListProjectsRequest.Builder>
-
setField
public ListProjectsRequest.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<ListProjectsRequest.Builder>
-
clearField
public ListProjectsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListProjectsRequest.Builder>
-
clearOneof
public ListProjectsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListProjectsRequest.Builder>
-
setRepeatedField
public ListProjectsRequest.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<ListProjectsRequest.Builder>
-
addRepeatedField
public ListProjectsRequest.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<ListProjectsRequest.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListProjectsRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListProjectsRequest.Builder>
-
mergeFrom
public ListProjectsRequest.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<ListProjectsRequest.Builder>- Throws:
IOException
-
getScopeList
public com.google.protobuf.ProtocolStringList getScopeList()Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Specified by:
getScopeListin interfaceListProjectsRequestOrBuilder- Returns:
- A list containing the scope.
-
getScopeCount
public int getScopeCount()Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Specified by:
getScopeCountin interfaceListProjectsRequestOrBuilder- Returns:
- The count of scope.
-
getScope
Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Specified by:
getScopein interfaceListProjectsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The scope at the given index.
-
getScopeBytes
public com.google.protobuf.ByteString getScopeBytes(int index) Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Specified by:
getScopeBytesin interfaceListProjectsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the scope at the given index.
-
setScope
Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Parameters:
index- The index to set the value at.value- The scope to set.- Returns:
- This builder for chaining.
-
addScope
Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Parameters:
value- The scope to add.- Returns:
- This builder for chaining.
-
addAllScope
Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Parameters:
values- The scope to add.- Returns:
- This builder for chaining.
-
clearScope
Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
addScopeBytes
Specifies the account scopes that should be included; the special string `self` can be used to include projects owned by the current user. Other strings are expected to be tenant short names which the user has access to.
repeated string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = UNORDERED_LIST, (.validate.rules) = { ... }- Parameters:
value- The bytes of the scope to add.- Returns:
- This builder for chaining.
-
hasQuery
public boolean hasQuery()Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL];- Specified by:
hasQueryin interfaceListProjectsRequestOrBuilder- Returns:
- Whether the query field is set.
-
getQuery
Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getQueryin interfaceListProjectsRequestOrBuilder- Returns:
- The query.
-
setQuery
Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL]; -
setQuery
Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL]; -
mergeQuery
Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL]; -
clearQuery
Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL]; -
getQueryBuilder
Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL]; -
getQueryOrBuilder
Specifies query options for the list request. This field is optional.
.buildless.service.v1.QueryOptions query = 2 [json_name = "query", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getQueryOrBuilderin interfaceListProjectsRequestOrBuilder
-
hasExpr
public boolean hasExpr()Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL];- Specified by:
hasExprin interfaceListProjectsRequestOrBuilder- Returns:
- Whether the expr field is set.
-
getExpr
Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getExprin interfaceListProjectsRequestOrBuilder- Returns:
- The expr.
-
setExpr
Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL]; -
setExpr
Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL]; -
mergeExpr
Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL]; -
clearExpr
Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL]; -
getExprBuilder
Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL]; -
getExprOrBuilder
Supplies an expression-based filter, using CEL (Common Expression Language).
.buildless.service.v1.Expression expr = 3 [json_name = "expr", (.google.api.field_behavior) = OPTIONAL];- Specified by:
getExprOrBuilderin interfaceListProjectsRequestOrBuilder
-
setUnknownFields
public final ListProjectsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListProjectsRequest.Builder>
-
mergeUnknownFields
public final ListProjectsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListProjectsRequest.Builder>
-