public static class ImageStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ImageStubSettings,ImageStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ImageStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
ImageStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
ImageStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteImageHttpRequest,Operation> |
deleteImageSettings()
Returns the builder for the settings used for calls to deleteImage.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeprecateImageHttpRequest,Operation> |
deprecateImageSettings()
Returns the builder for the settings used for calls to deprecateImage.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFromFamilyImageHttpRequest,Image> |
getFromFamilyImageSettings()
Returns the builder for the settings used for calls to getFromFamilyImage.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicyImageHttpRequest,Policy> |
getIamPolicyImageSettings()
Returns the builder for the settings used for calls to getIamPolicyImage.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageHttpRequest,Image> |
getImageSettings()
Returns the builder for the settings used for calls to getImage.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertImageHttpRequest,Operation> |
insertImageSettings()
Returns the builder for the settings used for calls to insertImage.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListImagesHttpRequest,ImageList,ImageClient.ListImagesPagedResponse> |
listImagesSettings()
Returns the builder for the settings used for calls to listImages.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetIamPolicyImageHttpRequest,Policy> |
setIamPolicyImageSettings()
Returns the builder for the settings used for calls to setIamPolicyImage.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLabelsImageHttpRequest,Operation> |
setLabelsImageSettings()
Returns the builder for the settings used for calls to setLabelsImage.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsImageHttpRequest,TestPermissionsResponse> |
testIamPermissionsImageSettings()
Returns the builder for the settings used for calls to testIamPermissionsImage.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ImageStubSettings settings)
public ImageStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteImageHttpRequest,Operation> deleteImageSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeprecateImageHttpRequest,Operation> deprecateImageSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageHttpRequest,Image> getImageSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFromFamilyImageHttpRequest,Image> getFromFamilyImageSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicyImageHttpRequest,Policy> getIamPolicyImageSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertImageHttpRequest,Operation> insertImageSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListImagesHttpRequest,ImageList,ImageClient.ListImagesPagedResponse> listImagesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetIamPolicyImageHttpRequest,Policy> setIamPolicyImageSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLabelsImageHttpRequest,Operation> setLabelsImageSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsImageHttpRequest,TestPermissionsResponse> testIamPermissionsImageSettings()
public ImageStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<ImageStubSettings,ImageStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.