public class Google extends ProxyOnlyResource
| Constructor and Description |
|---|
Google() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: The enabled property.
|
LoginScopes |
login()
Get the login property: The login property.
|
ClientRegistration |
registration()
Get the registration property: The registration property.
|
void |
validate()
Validates the instance.
|
AllowedAudiencesValidation |
validation()
Get the validation property: The validation property.
|
Google |
withEnabled(Boolean enabled)
Set the enabled property: The enabled property.
|
Google |
withKind(String kind)
Set the kind property: Kind of resource.
|
Google |
withLogin(LoginScopes login)
Set the login property: The login property.
|
Google |
withRegistration(ClientRegistration registration)
Set the registration property: The registration property.
|
Google |
withValidation(AllowedAudiencesValidation validation)
Set the validation property: The validation property.
|
kindpublic Boolean enabled()
public Google withEnabled(Boolean enabled)
enabled - the enabled value to set.public ClientRegistration registration()
public Google withRegistration(ClientRegistration registration)
registration - the registration value to set.public LoginScopes login()
public Google withLogin(LoginScopes login)
login - the login value to set.public AllowedAudiencesValidation validation()
public Google withValidation(AllowedAudiencesValidation validation)
validation - the validation value to set.public Google withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.