@Generated(value="by gapic-generator") @BetaApi public class ImageStubSettings extends StubSettings<ImageStubSettings>
ImageStub
.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object. For example, to set the total timeout of deleteImage to 30 seconds:
ImageStubSettings.Builder imageSettingsBuilder =
ImageStubSettings.newBuilder();
imageSettingsBuilder.deleteImageSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
ImageStubSettings imageSettings = imageSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
ImageStubSettings.Builder
Builder for ImageStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
ImageStubSettings(ImageStubSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
ImageStub |
createStub() |
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<DeleteImageHttpRequest,Operation> |
deleteImageSettings()
Returns the object with the settings used for calls to deleteImage.
|
UnaryCallSettings<DeprecateImageHttpRequest,Operation> |
deprecateImageSettings()
Returns the object with the settings used for calls to deprecateImage.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static int |
getDefaultServicePort()
Returns the default service port.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<GetFromFamilyImageHttpRequest,Image> |
getFromFamilyImageSettings()
Returns the object with the settings used for calls to getFromFamilyImage.
|
UnaryCallSettings<GetIamPolicyImageHttpRequest,Policy> |
getIamPolicyImageSettings()
Returns the object with the settings used for calls to getIamPolicyImage.
|
UnaryCallSettings<GetImageHttpRequest,Image> |
getImageSettings()
Returns the object with the settings used for calls to getImage.
|
UnaryCallSettings<InsertImageHttpRequest,Operation> |
insertImageSettings()
Returns the object with the settings used for calls to insertImage.
|
PagedCallSettings<ListImagesHttpRequest,ImageList,ImageClient.ListImagesPagedResponse> |
listImagesSettings()
Returns the object with the settings used for calls to listImages.
|
static ImageStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static ImageStubSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
UnaryCallSettings<SetIamPolicyImageHttpRequest,Policy> |
setIamPolicyImageSettings()
Returns the object with the settings used for calls to setIamPolicyImage.
|
UnaryCallSettings<SetLabelsImageHttpRequest,Operation> |
setLabelsImageSettings()
Returns the object with the settings used for calls to setLabelsImage.
|
UnaryCallSettings<TestIamPermissionsImageHttpRequest,TestPermissionsResponse> |
testIamPermissionsImageSettings()
Returns the object with the settings used for calls to testIamPermissionsImage.
|
ImageStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
protected ImageStubSettings(ImageStubSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<DeleteImageHttpRequest,Operation> deleteImageSettings()
public UnaryCallSettings<DeprecateImageHttpRequest,Operation> deprecateImageSettings()
public UnaryCallSettings<GetImageHttpRequest,Image> getImageSettings()
public UnaryCallSettings<GetFromFamilyImageHttpRequest,Image> getFromFamilyImageSettings()
public UnaryCallSettings<GetIamPolicyImageHttpRequest,Policy> getIamPolicyImageSettings()
public UnaryCallSettings<InsertImageHttpRequest,Operation> insertImageSettings()
public PagedCallSettings<ListImagesHttpRequest,ImageList,ImageClient.ListImagesPagedResponse> listImagesSettings()
public UnaryCallSettings<SetIamPolicyImageHttpRequest,Policy> setIamPolicyImageSettings()
public UnaryCallSettings<SetLabelsImageHttpRequest,Operation> setLabelsImageSettings()
public UnaryCallSettings<TestIamPermissionsImageHttpRequest,TestPermissionsResponse> testIamPermissionsImageSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public ImageStub createStub() throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static int getDefaultServicePort()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static ImageStubSettings.Builder newBuilder()
public static ImageStubSettings.Builder newBuilder(ClientContext clientContext)
public ImageStubSettings.Builder toBuilder()
toBuilder
in class StubSettings<ImageStubSettings>
Copyright © 2019 Google LLC. All rights reserved.