backendBucket = $backendBucket; } /** * @return string */ public function getBackendBucket() { return $this->backendBucket; } /** * The full resource name of load balancer backend service, for example, * "//compute.googleapis.com/projects/{project- * id}/global/backendServices/{name}". * * @param string $backendService */ public function setBackendService($backendService) { $this->backendService = $backendService; } /** * @return string */ public function getBackendService() { return $this->backendService; } /** * The name and version of the exposed web application, for example, "Jenkins * 2.184". * * @param string $exposedApplication */ public function setExposedApplication($exposedApplication) { $this->exposedApplication = $exposedApplication; } /** * @return string */ public function getExposedApplication() { return $this->exposedApplication; } /** * The resource which is running the exposed service, for example, * "//compute.googleapis.com/projects/{project- * id}/zones/{zone}/instances/{instance}.” * * @param string $exposedEndpoint */ public function setExposedEndpoint($exposedEndpoint) { $this->exposedEndpoint = $exposedEndpoint; } /** * @return string */ public function getExposedEndpoint() { return $this->exposedEndpoint; } /** * The name and version of the service, for example, "Jupyter Notebook * 6.14.0". * * @param string $exposedService */ public function setExposedService($exposedService) { $this->exposedService = $exposedService; } /** * @return string */ public function getExposedService() { return $this->exposedService; } /** * The full resource name of the forwarding rule, for example, * "//compute.googleapis.com/projects/{project- * id}/global/forwardingRules/{forwarding-rule-name}". * * @param string $forwardingRule */ public function setForwardingRule($forwardingRule) { $this->forwardingRule = $forwardingRule; } /** * @return string */ public function getForwardingRule() { return $this->forwardingRule; } /** * Hostname of the exposed application, for example, "https://test- * app.a.run.app/" * * @param string $hostnameUri */ public function setHostnameUri($hostnameUri) { $this->hostnameUri = $hostnameUri; } /** * @return string */ public function getHostnameUri() { return $this->hostnameUri; } /** * The http response returned by the web application. * * @param HttpResponse[] $httpResponse */ public function setHttpResponse($httpResponse) { $this->httpResponse = $httpResponse; } /** * @return HttpResponse[] */ public function getHttpResponse() { return $this->httpResponse; } /** * The full resource name of the instance group, for example, * "//compute.googleapis.com/projects/{project- * id}/global/instanceGroups/{name}". * * @param string $instanceGroup */ public function setInstanceGroup($instanceGroup) { $this->instanceGroup = $instanceGroup; } /** * @return string */ public function getInstanceGroup() { return $this->instanceGroup; } /** * The full resource name of load balancer backend service in the internal * project having resource exposed via PSC, for example, * "//compute.googleapis.com/projects/{project- * id}/global/backendServices/{name}". * * @param string $internalBackendService */ public function setInternalBackendService($internalBackendService) { $this->internalBackendService = $internalBackendService; } /** * @return string */ public function getInternalBackendService() { return $this->internalBackendService; } /** * The full resource name of the load balancer firewall policy, for example, * "//compute.googleapis.com/projects/{project- * id}/global/firewallPolicies/{policy-name}". * * @param string $loadBalancerFirewallPolicy */ public function setLoadBalancerFirewallPolicy($loadBalancerFirewallPolicy) { $this->loadBalancerFirewallPolicy = $loadBalancerFirewallPolicy; } /** * @return string */ public function getLoadBalancerFirewallPolicy() { return $this->loadBalancerFirewallPolicy; } /** * The full resource name of the network endpoint group, for example, * "//compute.googleapis.com/projects/{project- * id}/global/networkEndpointGroups/{name}". * * @param string $networkEndpointGroup */ public function setNetworkEndpointGroup($networkEndpointGroup) { $this->networkEndpointGroup = $networkEndpointGroup; } /** * @return string */ public function getNetworkEndpointGroup() { return $this->networkEndpointGroup; } /** * The full resource name of the network ingress firewall policy, for example, * "//compute.googleapis.com/projects/{project- * id}/global/firewallPolicies/{name}". * * @param string $networkIngressFirewallPolicy */ public function setNetworkIngressFirewallPolicy($networkIngressFirewallPolicy) { $this->networkIngressFirewallPolicy = $networkIngressFirewallPolicy; } /** * @return string */ public function getNetworkIngressFirewallPolicy() { return $this->networkIngressFirewallPolicy; } /** * Private IP address of the exposed endpoint. * * @param string $privateIpAddress */ public function setPrivateIpAddress($privateIpAddress) { $this->privateIpAddress = $privateIpAddress; } /** * @return string */ public function getPrivateIpAddress() { return $this->privateIpAddress; } /** * Port number associated with private IP address. * * @param string $privatePort */ public function setPrivatePort($privatePort) { $this->privatePort = $privatePort; } /** * @return string */ public function getPrivatePort() { return $this->privatePort; } /** * The full resource name of the PSC (Private Service Connect) network * attachment that network interface controller is attached to, for example, * "//compute.googleapis.com/projects/{project- * id}/regions/{region}/networkAttachments/{name}" * * @param string $pscNetworkAttachment */ public function setPscNetworkAttachment($pscNetworkAttachment) { $this->pscNetworkAttachment = $pscNetworkAttachment; } /** * @return string */ public function getPscNetworkAttachment() { return $this->pscNetworkAttachment; } /** * The full resource name of the PSC (Private Service Connect) service * attachment that the load balancer network endpoint group targets, for * example, "//compute.googleapis.com/projects/{project- * id}/regions/{region}/serviceAttachments/{name}" * * @param string $pscServiceAttachment */ public function setPscServiceAttachment($pscServiceAttachment) { $this->pscServiceAttachment = $pscServiceAttachment; } /** * @return string */ public function getPscServiceAttachment() { return $this->pscServiceAttachment; } /** * Public IP address of the exposed endpoint. * * @param string $publicIpAddress */ public function setPublicIpAddress($publicIpAddress) { $this->publicIpAddress = $publicIpAddress; } /** * @return string */ public function getPublicIpAddress() { return $this->publicIpAddress; } /** * Public port number of the exposed endpoint. * * @param string $publicPort */ public function setPublicPort($publicPort) { $this->publicPort = $publicPort; } /** * @return string */ public function getPublicPort() { return $this->publicPort; } /** * The full resource name of the firewall policy of the exposed service, for * example, "//compute.googleapis.com/projects/{project- * id}/global/firewallPolicies/{policy-name}". * * @param string $serviceFirewallPolicy */ public function setServiceFirewallPolicy($serviceFirewallPolicy) { $this->serviceFirewallPolicy = $serviceFirewallPolicy; } /** * @return string */ public function getServiceFirewallPolicy() { return $this->serviceFirewallPolicy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExternalExposure::class, 'Google_Service_SecurityCommandCenter_ExternalExposure');