Lines Matching defs:WebKeySettings

1098 type WebKeySettings struct {  struct
1100 …arint,3,opt,name=allow_all_domains,json=allowAllDomains,proto3" json:"allow_all_domains,omitempty"`
1105 …buf:"bytes,1,rep,name=allowed_domains,json=allowedDomains,proto3" json:"allowed_domains,omitempty"`
1107 …arint,2,opt,name=allow_amp_traffic,json=allowAmpTraffic,proto3" json:"allow_amp_traffic,omitempty"`
1109 …grationType,proto3,enum=google.cloud.recaptchaenterprise.v1.WebKeySettings_IntegrationType" json:"…
1113 …allenge_security_preference,json=challengeSecurityPreference,proto3,enum=google.cloud.recaptchaent…
1114 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1115 XXX_unrecognized []byte `json:"-"`
1116 XXX_sizecache int32 `json:"-"`
1119 func (m *WebKeySettings) Reset() { *m = WebKeySettings{} }
1120 func (m *WebKeySettings) String() string { return proto.CompactTextString(m) }
1121 func (*WebKeySettings) ProtoMessage() {}
1122 func (*WebKeySettings) Descriptor() ([]byte, []int) {
1126 func (m *WebKeySettings) XXX_Unmarshal(b []byte) error {
1129 func (m *WebKeySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1132 func (m *WebKeySettings) XXX_Merge(src proto.Message) {
1135 func (m *WebKeySettings) XXX_Size() int {
1138 func (m *WebKeySettings) XXX_DiscardUnknown() {
1144 func (m *WebKeySettings) GetAllowAllDomains() bool {
1151 func (m *WebKeySettings) GetAllowedDomains() []string {
1158 func (m *WebKeySettings) GetAllowAmpTraffic() bool {
1165 func (m *WebKeySettings) GetIntegrationType() WebKeySettings_IntegrationType {
1172 …c (m *WebKeySettings) GetChallengeSecurityPreference() WebKeySettings_ChallengeSecurityPreference {