Uses of Class
com.google.cloud.compute.v1.GetFirewallPolicyRequest
-
Packages that use GetFirewallPolicyRequest 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 GetFirewallPolicyRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetFirewallPolicyRequest Modifier and Type Method Description GetFirewallPolicyRequest
GetFirewallPolicyRequest.Builder. build()
GetFirewallPolicyRequest
GetFirewallPolicyRequest.Builder. buildPartial()
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. getDefaultInstance()
GetFirewallPolicyRequest
GetFirewallPolicyRequest.Builder. getDefaultInstanceForType()
GetFirewallPolicyRequest
GetFirewallPolicyRequest. getDefaultInstanceForType()
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseDelimitedFrom(InputStream input)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(byte[] data)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(InputStream input)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(ByteBuffer data)
static GetFirewallPolicyRequest
GetFirewallPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetFirewallPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFirewallPolicyRequest,FirewallPolicy>
FirewallPoliciesClient. getCallable()
Returns the specified firewall policy.com.google.protobuf.Parser<GetFirewallPolicyRequest>
GetFirewallPolicyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallPolicyRequest,FirewallPolicy>
FirewallPoliciesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetFirewallPolicyRequest,FirewallPolicy>
FirewallPoliciesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetFirewallPolicyRequest>
GetFirewallPolicyRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetFirewallPolicyRequest Modifier and Type Method Description FirewallPolicy
FirewallPoliciesClient. get(GetFirewallPolicyRequest request)
Returns the specified firewall policy.GetFirewallPolicyRequest.Builder
GetFirewallPolicyRequest.Builder. mergeFrom(GetFirewallPolicyRequest other)
static GetFirewallPolicyRequest.Builder
GetFirewallPolicyRequest. newBuilder(GetFirewallPolicyRequest prototype)
-
Uses of GetFirewallPolicyRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetFirewallPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFirewallPolicyRequest,FirewallPolicy>
FirewallPoliciesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetFirewallPolicyRequest,FirewallPolicy>
HttpJsonFirewallPoliciesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFirewallPolicyRequest,FirewallPolicy>
FirewallPoliciesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetFirewallPolicyRequest,FirewallPolicy>
FirewallPoliciesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-