Interface AcceptedOrBuilder (0.2.0)

public interface AcceptedOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceptedBy()

public abstract String getAcceptedBy()

The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the MCA account.

string accepted_by = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The acceptedBy.

getAcceptedByBytes()

public abstract ByteString getAcceptedByBytes()

The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the MCA account.

string accepted_by = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for acceptedBy.

getTermsOfService()

public abstract String getTermsOfService()

The accepted termsOfService.

string terms_of_service = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The termsOfService.

getTermsOfServiceBytes()

public abstract ByteString getTermsOfServiceBytes()

The accepted termsOfService.

string terms_of_service = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for termsOfService.

getValidUntil()

public abstract Date getValidUntil()

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;

Returns
Type Description
com.google.type.Date

The validUntil.

getValidUntilOrBuilder()

public abstract DateOrBuilder getValidUntilOrBuilder()

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;

Returns
Type Description
com.google.type.DateOrBuilder

hasValidUntil()

public abstract boolean hasValidUntil()

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;

Returns
Type Description
boolean

Whether the validUntil field is set.