public static interface Endpoints.ApiServiceDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Endpoints.ApiServiceDescriptor.AuthenticationCase |
getAuthenticationCase() |
Endpoints.OAuth2ClientCredentialsGrant |
getOauth2ClientCredentialsGrant()
.org.apache.beam.portability.v1.OAuth2ClientCredentialsGrant oauth2_client_credentials_grant = 3; |
Endpoints.OAuth2ClientCredentialsGrantOrBuilder |
getOauth2ClientCredentialsGrantOrBuilder()
.org.apache.beam.portability.v1.OAuth2ClientCredentialsGrant oauth2_client_credentials_grant = 3; |
String |
getUrl()
(Required) The URL to connect to.
|
com.google.protobuf.ByteString |
getUrlBytes()
(Required) The URL to connect to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
(Required) The URL to connect to.
string url = 2;com.google.protobuf.ByteString getUrlBytes()
(Required) The URL to connect to.
string url = 2;Endpoints.OAuth2ClientCredentialsGrant getOauth2ClientCredentialsGrant()
.org.apache.beam.portability.v1.OAuth2ClientCredentialsGrant oauth2_client_credentials_grant = 3;Endpoints.OAuth2ClientCredentialsGrantOrBuilder getOauth2ClientCredentialsGrantOrBuilder()
.org.apache.beam.portability.v1.OAuth2ClientCredentialsGrant oauth2_client_credentials_grant = 3;Endpoints.ApiServiceDescriptor.AuthenticationCase getAuthenticationCase()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.