Package com.buildless.service.v1
Interface CredentialCheckRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CredentialCheckRequest,CredentialCheckRequest.Builder
public interface CredentialCheckRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the project ID which should be checked; optional.com.google.protobuf.ByteStringSpecifies the project ID which should be checked; optional.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
-
getProject
String getProject()Specifies the project ID which should be checked; optional.
string project = 1 [json_name = "project"];- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()Specifies the project ID which should be checked; optional.
string project = 1 [json_name = "project"];- Returns:
- The bytes for project.
-