public interface AcceptedOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAcceptedBy()
public abstract String getAcceptedBy()
Required. The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the advanced account.
string accepted_by = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The acceptedBy. |
getAcceptedByBytes()
public abstract ByteString getAcceptedByBytes()
Required. The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the advanced account.
string accepted_by = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for acceptedBy. |
getTermsOfService()
public abstract String getTermsOfService()
Required. The accepted termsOfService.
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 accepted termsOfService.
string terms_of_service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for termsOfService. |
getValidUntil()
public abstract Date getValidUntil()
Optional. When set, it states that the accepted TermsOfService
is only
valid until the end of this date (in UTC). A new one must be accepted
before then. The information of the required TermsOfService
is found in
the Required
message.
optional .google.type.Date valid_until = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.Date |
The validUntil. |
getValidUntilOrBuilder()
public abstract DateOrBuilder getValidUntilOrBuilder()
Optional. When set, it states that the accepted TermsOfService
is only
valid until the end of this date (in UTC). A new one must be accepted
before then. The information of the required TermsOfService
is found in
the Required
message.
optional .google.type.Date valid_until = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
hasValidUntil()
public abstract boolean hasValidUntil()
Optional. When set, it states that the accepted TermsOfService
is only
valid until the end of this date (in UTC). A new one must be accepted
before then. The information of the required TermsOfService
is found in
the Required
message.
optional .google.type.Date valid_until = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the validUntil field is set. |