public interface RequiredOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTermsOfService()
public abstract String getTermsOfService()
Required. The TermsOfService
that need to be accepted.
string terms_of_service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The termsOfService. |
getTermsOfServiceBytes()
public abstract ByteString getTermsOfServiceBytes()
Required. The TermsOfService
that need to be accepted.
string terms_of_service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for termsOfService. |
getTosFileUri()
public abstract String getTosFileUri()
Required. Full URL to the terms of service file. This field is the same as
TermsOfService.file_uri
, it is added here for convenience only.
string tos_file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The tosFileUri. |
getTosFileUriBytes()
public abstract ByteString getTosFileUriBytes()
Required. Full URL to the terms of service file. This field is the same as
TermsOfService.file_uri
, it is added here for convenience only.
string tos_file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tosFileUri. |