public interface RequiredOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTermsOfService()
public abstract String getTermsOfService()
The termsOfService that need to be accepted.
string terms_of_service = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The termsOfService. |
getTermsOfServiceBytes()
public abstract ByteString getTermsOfServiceBytes()
The termsOfService that need to be accepted.
string terms_of_service = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for termsOfService. |
getTosFileUri()
public abstract String getTosFileUri()
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;
Returns | |
---|---|
Type | Description |
String |
The tosFileUri. |
getTosFileUriBytes()
public abstract ByteString getTosFileUriBytes()
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tosFileUri. |