Uses of Class
com.google.cloud.compute.v1.GetIamPolicyImageRequest
-
Packages that use GetIamPolicyImageRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetIamPolicyImageRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetIamPolicyImageRequest Modifier and Type Method Description GetIamPolicyImageRequest
GetIamPolicyImageRequest.Builder. build()
GetIamPolicyImageRequest
GetIamPolicyImageRequest.Builder. buildPartial()
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. getDefaultInstance()
GetIamPolicyImageRequest
GetIamPolicyImageRequest.Builder. getDefaultInstanceForType()
GetIamPolicyImageRequest
GetIamPolicyImageRequest. getDefaultInstanceForType()
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseDelimitedFrom(InputStream input)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(byte[] data)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(com.google.protobuf.ByteString data)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(InputStream input)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(ByteBuffer data)
static GetIamPolicyImageRequest
GetIamPolicyImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetIamPolicyImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIamPolicyImageRequest,Policy>
ImagesClient. getIamPolicyCallable()
Gets the access control policy for a resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicyImageRequest,Policy>
ImagesSettings.Builder. getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetIamPolicyImageRequest,Policy>
ImagesSettings. getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.com.google.protobuf.Parser<GetIamPolicyImageRequest>
GetIamPolicyImageRequest. getParserForType()
static com.google.protobuf.Parser<GetIamPolicyImageRequest>
GetIamPolicyImageRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetIamPolicyImageRequest Modifier and Type Method Description Policy
ImagesClient. getIamPolicy(GetIamPolicyImageRequest request)
Gets the access control policy for a resource.GetIamPolicyImageRequest.Builder
GetIamPolicyImageRequest.Builder. mergeFrom(GetIamPolicyImageRequest other)
static GetIamPolicyImageRequest.Builder
GetIamPolicyImageRequest. newBuilder(GetIamPolicyImageRequest prototype)
-
Uses of GetIamPolicyImageRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetIamPolicyImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIamPolicyImageRequest,Policy>
HttpJsonImagesStub. getIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetIamPolicyImageRequest,Policy>
ImagesStub. getIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIamPolicyImageRequest,Policy>
ImagesStubSettings.Builder. getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings<GetIamPolicyImageRequest,Policy>
ImagesStubSettings. getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
-