public static interface Endpoints.OAuth2ClientCredentialsGrantOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
(Required) The URL to submit a "client_credentials" grant type request for
an OAuth access token which will be used as a bearer token for requests.
|
com.google.protobuf.ByteString |
getUrlBytes()
(Required) The URL to submit a "client_credentials" grant type request for
an OAuth access token which will be used as a bearer token for requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
(Required) The URL to submit a "client_credentials" grant type request for an OAuth access token which will be used as a bearer token for requests.
string url = 1;com.google.protobuf.ByteString getUrlBytes()
(Required) The URL to submit a "client_credentials" grant type request for an OAuth access token which will be used as a bearer token for requests.
string url = 1;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.