Uses of Class
com.google.cloud.compute.v1.TestIamPermissionsLicenseCodeRequest
-
Packages that use TestIamPermissionsLicenseCodeRequest 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 TestIamPermissionsLicenseCodeRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TestIamPermissionsLicenseCodeRequest Modifier and Type Method Description TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest.Builder. build()
TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest.Builder. buildPartial()
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. getDefaultInstance()
TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest.Builder. getDefaultInstanceForType()
TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. getDefaultInstanceForType()
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseDelimitedFrom(InputStream input)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(byte[] data)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(com.google.protobuf.ByteString data)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(InputStream input)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(ByteBuffer data)
static TestIamPermissionsLicenseCodeRequest
TestIamPermissionsLicenseCodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type TestIamPermissionsLicenseCodeRequest Modifier and Type Method Description com.google.protobuf.Parser<TestIamPermissionsLicenseCodeRequest>
TestIamPermissionsLicenseCodeRequest. getParserForType()
static com.google.protobuf.Parser<TestIamPermissionsLicenseCodeRequest>
TestIamPermissionsLicenseCodeRequest. parser()
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
LicenseCodesClient. testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
LicenseCodesSettings.Builder. testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.com.google.api.gax.rpc.UnaryCallSettings<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
LicenseCodesSettings. testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.Methods in com.google.cloud.compute.v1 with parameters of type TestIamPermissionsLicenseCodeRequest Modifier and Type Method Description TestIamPermissionsLicenseCodeRequest.Builder
TestIamPermissionsLicenseCodeRequest.Builder. mergeFrom(TestIamPermissionsLicenseCodeRequest other)
static TestIamPermissionsLicenseCodeRequest.Builder
TestIamPermissionsLicenseCodeRequest. newBuilder(TestIamPermissionsLicenseCodeRequest prototype)
TestPermissionsResponse
LicenseCodesClient. testIamPermissions(TestIamPermissionsLicenseCodeRequest request)
Returns permissions that a caller has on the specified resource. -
Uses of TestIamPermissionsLicenseCodeRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TestIamPermissionsLicenseCodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
HttpJsonLicenseCodesStub. testIamPermissionsCallable()
com.google.api.gax.rpc.UnaryCallable<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
LicenseCodesStub. testIamPermissionsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
LicenseCodesStubSettings.Builder. testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.com.google.api.gax.rpc.UnaryCallSettings<TestIamPermissionsLicenseCodeRequest,TestPermissionsResponse>
LicenseCodesStubSettings. testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
-