code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function getEmail()
{
return $this->email;
} | @return string | getEmail | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ContactInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ContactInfo.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Scope.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Scope.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Scope.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Scope.php | Apache-2.0 |
public function setDone($done)
{
$this->done = $done;
} | @param bool | setDone | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function getDone()
{
return $this->done;
} | @return bool | getDone | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function setError(Status $error)
{
$this->error = $error;
} | @param Status | setError | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return Status | getError | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function setMetadata($metadata)
{
$this->metadata = $metadata;
} | @param array[] | setMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return array[] | getMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function setResponse($response)
{
$this->response = $response;
} | @param array[] | setResponse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function getResponse()
{
return $this->response;
} | @return array[] | getResponse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Operation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Operation.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | Apache-2.0 |
public function setWorkloadProperties(WorkloadProperties $workloadProperties)
{
$this->workloadProperties = $workloadProperties;
} | @param WorkloadProperties | setWorkloadProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | Apache-2.0 |
public function getWorkloadProperties()
{
return $this->workloadProperties;
} | @return WorkloadProperties | getWorkloadProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | Apache-2.0 |
public function setWorkloadReference(WorkloadReference $workloadReference)
{
$this->workloadReference = $workloadReference;
} | @param WorkloadReference | setWorkloadReference | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | Apache-2.0 |
public function getWorkloadReference()
{
return $this->workloadReference;
} | @return WorkloadReference | getWorkloadReference | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredWorkload.php | Apache-2.0 |
public function setAttributes(Attributes $attributes)
{
$this->attributes = $attributes;
} | @param Attributes | setAttributes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getAttributes()
{
return $this->attributes;
} | @return Attributes | getAttributes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setScope(Scope $scope)
{
$this->scope = $scope;
} | @param Scope | setScope | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getScope()
{
return $this->scope;
} | @return Scope | getScope | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Application.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Application.php | Apache-2.0 |
public function setDiscoveredServices($discoveredServices)
{
$this->discoveredServices = $discoveredServices;
} | @param DiscoveredService[] | setDiscoveredServices | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | Apache-2.0 |
public function getDiscoveredServices()
{
return $this->discoveredServices;
} | @return DiscoveredService[] | getDiscoveredServices | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/FindUnregisteredServicesResponse.php | Apache-2.0 |
public function setServiceProjectAttachment(ServiceProjectAttachment $serviceProjectAttachment)
{
$this->serviceProjectAttachment = $serviceProjectAttachment;
} | @param ServiceProjectAttachment | setServiceProjectAttachment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/LookupServiceProjectAttachmentResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/LookupServiceProjectAttachmentResponse.php | Apache-2.0 |
public function getServiceProjectAttachment()
{
return $this->serviceProjectAttachment;
} | @return ServiceProjectAttachment | getServiceProjectAttachment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/LookupServiceProjectAttachmentResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/LookupServiceProjectAttachmentResponse.php | Apache-2.0 |
public function setLocations($locations)
{
$this->locations = $locations;
} | @param Location[] | setLocations | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | Apache-2.0 |
public function getLocations()
{
return $this->locations;
} | @return Location[] | getLocations | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListLocationsResponse.php | Apache-2.0 |
public function setAuditConfigs($auditConfigs)
{
$this->auditConfigs = $auditConfigs;
} | @param AuditConfig[] | setAuditConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function getAuditConfigs()
{
return $this->auditConfigs;
} | @return AuditConfig[] | getAuditConfigs | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function setBindings($bindings)
{
$this->bindings = $bindings;
} | @param Binding[] | setBindings | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function getBindings()
{
return $this->bindings;
} | @return Binding[] | getBindings | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function setEtag($etag)
{
$this->etag = $etag;
} | @param string | setEtag | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function getEtag()
{
return $this->etag;
} | @return string | getEtag | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function setVersion($version)
{
$this->version = $version;
} | @param int | setVersion | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function getVersion()
{
return $this->version;
} | @return int | getVersion | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Policy.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Policy.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Environment.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Environment.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Environment.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Environment.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | Apache-2.0 |
public function setServiceProjectAttachments($serviceProjectAttachments)
{
$this->serviceProjectAttachments = $serviceProjectAttachments;
} | @param ServiceProjectAttachment[] | setServiceProjectAttachments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | Apache-2.0 |
public function getServiceProjectAttachments()
{
return $this->serviceProjectAttachments;
} | @return ServiceProjectAttachment[] | getServiceProjectAttachments | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListServiceProjectAttachmentsResponse.php | Apache-2.0 |
public function setDiscoveredServices($discoveredServices)
{
$this->discoveredServices = $discoveredServices;
} | @param DiscoveredService[] | setDiscoveredServices | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | Apache-2.0 |
public function getDiscoveredServices()
{
return $this->discoveredServices;
} | @return DiscoveredService[] | getDiscoveredServices | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredServicesResponse.php | Apache-2.0 |
public function setUri($uri)
{
$this->uri = $uri;
} | @param string | setUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Channel.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Channel.php | Apache-2.0 |
public function getUri()
{
return $this->uri;
} | @return string | getUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Channel.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Channel.php | Apache-2.0 |
public function setDeleteResource($deleteResource)
{
$this->deleteResource = $deleteResource;
} | @param bool | setDeleteResource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | Apache-2.0 |
public function getDeleteResource()
{
return $this->deleteResource;
} | @return bool | getDeleteResource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | Apache-2.0 |
public function setExclusiveAction($exclusiveAction)
{
$this->exclusiveAction = $exclusiveAction;
} | @param string | setExclusiveAction | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | Apache-2.0 |
public function getExclusiveAction()
{
return $this->exclusiveAction;
} | @return string | getExclusiveAction | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ReconciliationOperationMetadata.php | Apache-2.0 |
public function setDiscoveredWorkloads($discoveredWorkloads)
{
$this->discoveredWorkloads = $discoveredWorkloads;
} | @param DiscoveredWorkload[] | setDiscoveredWorkloads | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | Apache-2.0 |
public function getDiscoveredWorkloads()
{
return $this->discoveredWorkloads;
} | @return DiscoveredWorkload[] | getDiscoveredWorkloads | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListDiscoveredWorkloadsResponse.php | Apache-2.0 |
public function setPermissions($permissions)
{
$this->permissions = $permissions;
} | @param string[] | setPermissions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/TestIamPermissionsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/TestIamPermissionsRequest.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return string[] | getPermissions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/TestIamPermissionsRequest.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/TestIamPermissionsRequest.php | Apache-2.0 |
public function setBusinessOwners($businessOwners)
{
$this->businessOwners = $businessOwners;
} | @param ContactInfo[] | setBusinessOwners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function getBusinessOwners()
{
return $this->businessOwners;
} | @return ContactInfo[] | getBusinessOwners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function setCriticality(Criticality $criticality)
{
$this->criticality = $criticality;
} | @param Criticality | setCriticality | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function getCriticality()
{
return $this->criticality;
} | @return Criticality | getCriticality | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function setDeveloperOwners($developerOwners)
{
$this->developerOwners = $developerOwners;
} | @param ContactInfo[] | setDeveloperOwners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function getDeveloperOwners()
{
return $this->developerOwners;
} | @return ContactInfo[] | getDeveloperOwners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function setEnvironment(Environment $environment)
{
$this->environment = $environment;
} | @param Environment | setEnvironment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function getEnvironment()
{
return $this->environment;
} | @return Environment | getEnvironment | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function setOperatorOwners($operatorOwners)
{
$this->operatorOwners = $operatorOwners;
} | @param ContactInfo[] | setOperatorOwners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function getOperatorOwners()
{
return $this->operatorOwners;
} | @return ContactInfo[] | getOperatorOwners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Attributes.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Attributes.php | Apache-2.0 |
public function setDiscoveredService(DiscoveredService $discoveredService)
{
$this->discoveredService = $discoveredService;
} | @param DiscoveredService | setDiscoveredService | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/LookupDiscoveredServiceResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/LookupDiscoveredServiceResponse.php | Apache-2.0 |
public function getDiscoveredService()
{
return $this->discoveredService;
} | @return DiscoveredService | getDiscoveredService | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/LookupDiscoveredServiceResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/LookupDiscoveredServiceResponse.php | Apache-2.0 |
public function setApplications($applications)
{
$this->applications = $applications;
} | @param Application[] | setApplications | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListApplicationsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListApplicationsResponse.php | Apache-2.0 |
public function getApplications()
{
return $this->applications;
} | @return Application[] | getApplications | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListApplicationsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListApplicationsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ListApplicationsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ListApplicationsResponse.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.