Package com.buildless.service.v1
Interface ProjectCreateAdviceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectCreateAdviceRequest,ProjectCreateAdviceRequest.Builder
public interface ProjectCreateAdviceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetScope()Specifies the active account scope to generate advice for.com.google.protobuf.ByteStringSpecifies the active account scope to generate advice for.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
-
getScope
String getScope()Specifies the active account scope to generate advice for. This field is required. The special value `self` requests advice for the current individual user account; any other value is expected to be a tenant ID.
string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The scope.
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes()Specifies the active account scope to generate advice for. This field is required. The special value `self` requests advice for the current individual user account; any other value is expected to be a tenant ID.
string scope = 1 [json_name = "scope", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for scope.
-