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 getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setDiscoveredService($discoveredService)
{
$this->discoveredService = $discoveredService;
} | @param string | setDiscoveredService | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getDiscoveredService()
{
return $this->discoveredService;
} | @return string | getDiscoveredService | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setServiceProperties(ServiceProperties $serviceProperties)
{
$this->serviceProperties = $serviceProperties;
} | @param ServiceProperties | setServiceProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getServiceProperties()
{
return $this->serviceProperties;
} | @return ServiceProperties | getServiceProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setServiceReference(ServiceReference $serviceReference)
{
$this->serviceReference = $serviceReference;
} | @param ServiceReference | setServiceReference | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getServiceReference()
{
return $this->serviceReference;
} | @return ServiceReference | getServiceReference | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Service.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Service.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function setLocationId($locationId)
{
$this->locationId = $locationId;
} | @param string | setLocationId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function getLocationId()
{
return $this->locationId;
} | @return string | getLocationId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function setMetadata($metadata)
{
$this->metadata = $metadata;
} | @param array[] | setMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return array[] | getMetadata | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Location.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Location.php | Apache-2.0 |
public function setPermissions($permissions)
{
$this->permissions = $permissions;
} | @param string[] | setPermissions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/TestIamPermissionsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/TestIamPermissionsResponse.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return string[] | getPermissions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/TestIamPermissionsResponse.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/TestIamPermissionsResponse.php | Apache-2.0 |
public function setUri($uri)
{
$this->uri = $uri;
} | @param string | setUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/WorkloadReference.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/WorkloadReference.php | Apache-2.0 |
public function getUri()
{
return $this->uri;
} | @return string | getUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/WorkloadReference.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/WorkloadReference.php | Apache-2.0 |
public function setCondition(Expr $condition)
{
$this->condition = $condition;
} | @param Expr | setCondition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Binding.php | Apache-2.0 |
public function getCondition()
{
return $this->condition;
} | @return Expr | getCondition | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Binding.php | Apache-2.0 |
public function setMembers($members)
{
$this->members = $members;
} | @param string[] | setMembers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Binding.php | Apache-2.0 |
public function getMembers()
{
return $this->members;
} | @return string[] | getMembers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Binding.php | Apache-2.0 |
public function setRole($role)
{
$this->role = $role;
} | @param string | setRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Binding.php | Apache-2.0 |
public function getRole()
{
return $this->role;
} | @return string | getRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/Binding.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/Binding.php | Apache-2.0 |
public function setExemptedMembers($exemptedMembers)
{
$this->exemptedMembers = $exemptedMembers;
} | @param string[] | setExemptedMembers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | Apache-2.0 |
public function getExemptedMembers()
{
return $this->exemptedMembers;
} | @return string[] | getExemptedMembers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | Apache-2.0 |
public function setLogType($logType)
{
$this->logType = $logType;
} | @param string | setLogType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | Apache-2.0 |
public function getLogType()
{
return $this->logType;
} | @return string | getLogType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/AuditLogConfig.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | Apache-2.0 |
public function setServiceProperties(ServiceProperties $serviceProperties)
{
$this->serviceProperties = $serviceProperties;
} | @param ServiceProperties | setServiceProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | Apache-2.0 |
public function getServiceProperties()
{
return $this->serviceProperties;
} | @return ServiceProperties | getServiceProperties | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | Apache-2.0 |
public function setServiceReference(ServiceReference $serviceReference)
{
$this->serviceReference = $serviceReference;
} | @param ServiceReference | setServiceReference | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | Apache-2.0 |
public function getServiceReference()
{
return $this->serviceReference;
} | @return ServiceReference | getServiceReference | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/DiscoveredService.php | Apache-2.0 |
public function setUri($uri)
{
$this->uri = $uri;
} | @param string | setUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ServiceReference.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ServiceReference.php | Apache-2.0 |
public function getUri()
{
return $this->uri;
} | @return string | getUri | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AppHub/ServiceReference.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AppHub/ServiceReference.php | Apache-2.0 |
public function setApi(Api $api)
{
$this->api = $api;
} | @param Api | setApi | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getApi()
{
return $this->api;
} | @return Api | getApi | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setDestination(Peer $destination)
{
$this->destination = $destination;
} | @param Peer | setDestination | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getDestination()
{
return $this->destination;
} | @return Peer | getDestination | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setExtensions($extensions)
{
$this->extensions = $extensions;
} | @param array[] | setExtensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getExtensions()
{
return $this->extensions;
} | @return array[] | getExtensions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setOrigin(Peer $origin)
{
$this->origin = $origin;
} | @param Peer | setOrigin | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getOrigin()
{
return $this->origin;
} | @return Peer | getOrigin | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setRequest(Request $request)
{
$this->request = $request;
} | @param Request | setRequest | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getRequest()
{
return $this->request;
} | @return Request | getRequest | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setResource(ServicecontrolResource $resource)
{
$this->resource = $resource;
} | @param ServicecontrolResource | setResource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getResource()
{
return $this->resource;
} | @return ServicecontrolResource | getResource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setResponse(Response $response)
{
$this->response = $response;
} | @param Response | setResponse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getResponse()
{
return $this->response;
} | @return Response | getResponse | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setSource(Peer $source)
{
$this->source = $source;
} | @param Peer | setSource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function getSource()
{
return $this->source;
} | @return Peer | getSource | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AttributeContext.php | Apache-2.0 |
public function setPayload($payload)
{
$this->payload = $payload;
} | @param array[] | setPayload | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function getPayload()
{
return $this->payload;
} | @return array[] | getPayload | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function setResourceTags($resourceTags)
{
$this->resourceTags = $resourceTags;
} | @param string[] | setResourceTags | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function getResourceTags()
{
return $this->resourceTags;
} | @return string[] | getResourceTags | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function setResourceType($resourceType)
{
$this->resourceType = $resourceType;
} | @param string | setResourceType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function getResourceType()
{
return $this->resourceType;
} | @return string | getResourceType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function setViolationInfo($violationInfo)
{
$this->violationInfo = $violationInfo;
} | @param ViolationInfo[] | setViolationInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function getViolationInfo()
{
return $this->violationInfo;
} | @return ViolationInfo[] | getViolationInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/OrgPolicyViolationInfo.php | Apache-2.0 |
public function setContainer($container)
{
$this->container = $container;
} | @param string | setContainer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function getContainer()
{
return $this->container;
} | @return string | getContainer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function setPermission($permission)
{
$this->permission = $permission;
} | @param string | setPermission | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function getPermission()
{
return $this->permission;
} | @return string | getPermission | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/ResourceInfo.php | Apache-2.0 |
public function setSpanName($spanName)
{
$this->spanName = $spanName;
} | @param string | setSpanName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/SpanContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/SpanContext.php | Apache-2.0 |
public function getSpanName()
{
return $this->spanName;
} | @return string | getSpanName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/SpanContext.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/SpanContext.php | Apache-2.0 |
public function setFirst($first)
{
$this->first = $first;
} | @param bool | setFirst | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function getFirst()
{
return $this->first;
} | @return bool | getFirst | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function setLast($last)
{
$this->last = $last;
} | @param bool | setLast | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function getLast()
{
return $this->last;
} | @return bool | getLast | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function setProducer($producer)
{
$this->producer = $producer;
} | @param string | setProducer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function getProducer()
{
return $this->producer;
} | @return string | getProducer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/V2LogEntryOperation.php | Apache-2.0 |
public function setOrgPolicyViolationInfo(OrgPolicyViolationInfo $orgPolicyViolationInfo)
{
$this->orgPolicyViolationInfo = $orgPolicyViolationInfo;
} | @param OrgPolicyViolationInfo | setOrgPolicyViolationInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/PolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/PolicyViolationInfo.php | Apache-2.0 |
public function getOrgPolicyViolationInfo()
{
return $this->orgPolicyViolationInfo;
} | @return OrgPolicyViolationInfo | getOrgPolicyViolationInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/PolicyViolationInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/PolicyViolationInfo.php | Apache-2.0 |
public function setAuthenticationInfo(AuthenticationInfo $authenticationInfo)
{
$this->authenticationInfo = $authenticationInfo;
} | @param AuthenticationInfo | setAuthenticationInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AuditLog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AuditLog.php | Apache-2.0 |
public function getAuthenticationInfo()
{
return $this->authenticationInfo;
} | @return AuthenticationInfo | getAuthenticationInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AuditLog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AuditLog.php | Apache-2.0 |
public function setAuthorizationInfo($authorizationInfo)
{
$this->authorizationInfo = $authorizationInfo;
} | @param AuthorizationInfo[] | setAuthorizationInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/ServiceControl/AuditLog.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/ServiceControl/AuditLog.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.