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 setVersions($versions) { $this->versions = $versions; }
@param Version[]
setVersions
php
googleapis/google-api-php-client-services
src/DataFusion/ListAvailableVersionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListAvailableVersionsResponse.php
Apache-2.0
public function getVersions() { return $this->versions; }
@return Version[]
getVersions
php
googleapis/google-api-php-client-services
src/DataFusion/ListAvailableVersionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListAvailableVersionsResponse.php
Apache-2.0
public function setExpected(IsolationExpectations $expected) { $this->expected = $expected; }
@param IsolationExpectations
setExpected
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function getExpected() { return $this->expected; }
@return IsolationExpectations
getExpected
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function setExtraParameters($extraParameters) { $this->extraParameters = $extraParameters; }
@param ExtraParameter[]
setExtraParameters
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function getExtraParameters() { return $this->extraParameters; }
@return ExtraParameter[]
getExtraParameters
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function setLocationData($locationData) { $this->locationData = $locationData; }
@param LocationData[]
setLocationData
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function getLocationData() { return $this->locationData; }
@return LocationData[]
getLocationData
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function setParentAsset($parentAsset) { $this->parentAsset = $parentAsset; }
@param CloudAsset[]
setParentAsset
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function getParentAsset() { return $this->parentAsset; }
@return CloudAsset[]
getParentAsset
php
googleapis/google-api-php-client-services
src/DataFusion/AssetLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AssetLocation.php
Apache-2.0
public function setPolicy(Policy $policy) { $this->policy = $policy; }
@param Policy
setPolicy
php
googleapis/google-api-php-client-services
src/DataFusion/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/SetIamPolicyRequest.php
Apache-2.0
public function getPolicy() { return $this->policy; }
@return Policy
getPolicy
php
googleapis/google-api-php-client-services
src/DataFusion/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/SetIamPolicyRequest.php
Apache-2.0
public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; }
@param string
setUpdateMask
php
googleapis/google-api-php-client-services
src/DataFusion/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/SetIamPolicyRequest.php
Apache-2.0
public function getUpdateMask() { return $this->updateMask; }
@return string
getUpdateMask
php
googleapis/google-api-php-client-services
src/DataFusion/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/SetIamPolicyRequest.php
Apache-2.0
public function setInstanceCloudLoggingDisabled($instanceCloudLoggingDisabled) { $this->instanceCloudLoggingDisabled = $instanceCloudLoggingDisabled; }
@param bool
setInstanceCloudLoggingDisabled
php
googleapis/google-api-php-client-services
src/DataFusion/LoggingConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/LoggingConfig.php
Apache-2.0
public function getInstanceCloudLoggingDisabled() { return $this->instanceCloudLoggingDisabled; }
@return bool
getInstanceCloudLoggingDisabled
php
googleapis/google-api-php-client-services
src/DataFusion/LoggingConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/LoggingConfig.php
Apache-2.0
public function setEndTime($endTime) { $this->endTime = $endTime; }
@param string
setEndTime
php
googleapis/google-api-php-client-services
src/DataFusion/TimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TimeWindow.php
Apache-2.0
public function getEndTime() { return $this->endTime; }
@return string
getEndTime
php
googleapis/google-api-php-client-services
src/DataFusion/TimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TimeWindow.php
Apache-2.0
public function setStartTime($startTime) { $this->startTime = $startTime; }
@param string
setStartTime
php
googleapis/google-api-php-client-services
src/DataFusion/TimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TimeWindow.php
Apache-2.0
public function getStartTime() { return $this->startTime; }
@return string
getStartTime
php
googleapis/google-api-php-client-services
src/DataFusion/TimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TimeWindow.php
Apache-2.0
public function setZone($zone) { $this->zone = $zone; }
@param string
setZone
php
googleapis/google-api-php-client-services
src/DataFusion/ZoneConfiguration.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ZoneConfiguration.php
Apache-2.0
public function getZone() { return $this->zone; }
@return string
getZone
php
googleapis/google-api-php-client-services
src/DataFusion/ZoneConfiguration.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ZoneConfiguration.php
Apache-2.0
public function setInstances($instances) { $this->instances = $instances; }
@param Instance[]
setInstances
php
googleapis/google-api-php-client-services
src/DataFusion/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListInstancesResponse.php
Apache-2.0
public function getInstances() { return $this->instances; }
@return Instance[]
getInstances
php
googleapis/google-api-php-client-services
src/DataFusion/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListInstancesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/DataFusion/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListInstancesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/DataFusion/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListInstancesResponse.php
Apache-2.0
public function setUnreachable($unreachable) { $this->unreachable = $unreachable; }
@param string[]
setUnreachable
php
googleapis/google-api-php-client-services
src/DataFusion/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListInstancesResponse.php
Apache-2.0
public function getUnreachable() { return $this->unreachable; }
@return string[]
getUnreachable
php
googleapis/google-api-php-client-services
src/DataFusion/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ListInstancesResponse.php
Apache-2.0
public function setAdditionalStatus($additionalStatus) { $this->additionalStatus = $additionalStatus; }
@param string[]
setAdditionalStatus
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getAdditionalStatus() { return $this->additionalStatus; }
@return string[]
getAdditionalStatus
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setApiVersion($apiVersion) { $this->apiVersion = $apiVersion; }
@param string
setApiVersion
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getApiVersion() { return $this->apiVersion; }
@return string
getApiVersion
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setEndTime($endTime) { $this->endTime = $endTime; }
@param string
setEndTime
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getEndTime() { return $this->endTime; }
@return string
getEndTime
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; }
@param bool
setRequestedCancellation
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getRequestedCancellation() { return $this->requestedCancellation; }
@return bool
getRequestedCancellation
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; }
@param string
setStatusDetail
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getStatusDetail() { return $this->statusDetail; }
@return string
getStatusDetail
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setTarget($target) { $this->target = $target; }
@param string
setTarget
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getTarget() { return $this->target; }
@return string
getTarget
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setVerb($verb) { $this->verb = $verb; }
@param string
setVerb
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function getVerb() { return $this->verb; }
@return string
getVerb
php
googleapis/google-api-php-client-services
src/DataFusion/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/OperationMetadata.php
Apache-2.0
public function setAvailableFeatures($availableFeatures) { $this->availableFeatures = $availableFeatures; }
@param string[]
setAvailableFeatures
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function getAvailableFeatures() { return $this->availableFeatures; }
@return string[]
getAvailableFeatures
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function setDefaultVersion($defaultVersion) { $this->defaultVersion = $defaultVersion; }
@param bool
setDefaultVersion
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function getDefaultVersion() { return $this->defaultVersion; }
@return bool
getDefaultVersion
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function setVersionNumber($versionNumber) { $this->versionNumber = $versionNumber; }
@param string
setVersionNumber
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function getVersionNumber() { return $this->versionNumber; }
@return string
getVersionNumber
php
googleapis/google-api-php-client-services
src/DataFusion/Version.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Version.php
Apache-2.0
public function setEffectiveUnreachableCidrBlock($effectiveUnreachableCidrBlock) { $this->effectiveUnreachableCidrBlock = $effectiveUnreachableCidrBlock; }
@param string
setEffectiveUnreachableCidrBlock
php
googleapis/google-api-php-client-services
src/DataFusion/PrivateServiceConnectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PrivateServiceConnectConfig.php
Apache-2.0
public function getEffectiveUnreachableCidrBlock() { return $this->effectiveUnreachableCidrBlock; }
@return string
getEffectiveUnreachableCidrBlock
php
googleapis/google-api-php-client-services
src/DataFusion/PrivateServiceConnectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PrivateServiceConnectConfig.php
Apache-2.0
public function setNetworkAttachment($networkAttachment) { $this->networkAttachment = $networkAttachment; }
@param string
setNetworkAttachment
php
googleapis/google-api-php-client-services
src/DataFusion/PrivateServiceConnectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PrivateServiceConnectConfig.php
Apache-2.0
public function getNetworkAttachment() { return $this->networkAttachment; }
@return string
getNetworkAttachment
php
googleapis/google-api-php-client-services
src/DataFusion/PrivateServiceConnectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PrivateServiceConnectConfig.php
Apache-2.0
public function setUnreachableCidrBlock($unreachableCidrBlock) { $this->unreachableCidrBlock = $unreachableCidrBlock; }
@param string
setUnreachableCidrBlock
php
googleapis/google-api-php-client-services
src/DataFusion/PrivateServiceConnectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PrivateServiceConnectConfig.php
Apache-2.0
public function getUnreachableCidrBlock() { return $this->unreachableCidrBlock; }
@return string
getUnreachableCidrBlock
php
googleapis/google-api-php-client-services
src/DataFusion/PrivateServiceConnectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PrivateServiceConnectConfig.php
Apache-2.0
public function setAuditLogConfigs($auditLogConfigs) { $this->auditLogConfigs = $auditLogConfigs; }
@param AuditLogConfig[]
setAuditLogConfigs
php
googleapis/google-api-php-client-services
src/DataFusion/AuditConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditConfig.php
Apache-2.0
public function getAuditLogConfigs() { return $this->auditLogConfigs; }
@return AuditLogConfig[]
getAuditLogConfigs
php
googleapis/google-api-php-client-services
src/DataFusion/AuditConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditConfig.php
Apache-2.0
public function setService($service) { $this->service = $service; }
@param string
setService
php
googleapis/google-api-php-client-services
src/DataFusion/AuditConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditConfig.php
Apache-2.0
public function getService() { return $this->service; }
@return string
getService
php
googleapis/google-api-php-client-services
src/DataFusion/AuditConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditConfig.php
Apache-2.0
public function setEnabled($enabled) { $this->enabled = $enabled; }
@param bool
setEnabled
php
googleapis/google-api-php-client-services
src/DataFusion/EventPublishConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/EventPublishConfig.php
Apache-2.0
public function getEnabled() { return $this->enabled; }
@return bool
getEnabled
php
googleapis/google-api-php-client-services
src/DataFusion/EventPublishConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/EventPublishConfig.php
Apache-2.0
public function setTopic($topic) { $this->topic = $topic; }
@param string
setTopic
php
googleapis/google-api-php-client-services
src/DataFusion/EventPublishConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/EventPublishConfig.php
Apache-2.0
public function getTopic() { return $this->topic; }
@return string
getTopic
php
googleapis/google-api-php-client-services
src/DataFusion/EventPublishConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/EventPublishConfig.php
Apache-2.0
public function setDisplayName($displayName) { $this->displayName = $displayName; }
@param string
setDisplayName
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function getDisplayName() { return $this->displayName; }
@return string
getDisplayName
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function setLabels($labels) { $this->labels = $labels; }
@param string[]
setLabels
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function getLabels() { return $this->labels; }
@return string[]
getLabels
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function setLocationId($locationId) { $this->locationId = $locationId; }
@param string
setLocationId
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function getLocationId() { return $this->locationId; }
@return string
getLocationId
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function setMetadata($metadata) { $this->metadata = $metadata; }
@param array[]
setMetadata
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function getMetadata() { return $this->metadata; }
@return array[]
getMetadata
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/DataFusion/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Location.php
Apache-2.0
public function setPermissions($permissions) { $this->permissions = $permissions; }
@param string[]
setPermissions
php
googleapis/google-api-php-client-services
src/DataFusion/TestIamPermissionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TestIamPermissionsResponse.php
Apache-2.0
public function getPermissions() { return $this->permissions; }
@return string[]
getPermissions
php
googleapis/google-api-php-client-services
src/DataFusion/TestIamPermissionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TestIamPermissionsResponse.php
Apache-2.0
public function setConnectionType($connectionType) { $this->connectionType = $connectionType; }
@param string
setConnectionType
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function getConnectionType() { return $this->connectionType; }
@return string
getConnectionType
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function setIpAllocation($ipAllocation) { $this->ipAllocation = $ipAllocation; }
@param string
setIpAllocation
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function getIpAllocation() { return $this->ipAllocation; }
@return string
getIpAllocation
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function setNetwork($network) { $this->network = $network; }
@param string
setNetwork
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function getNetwork() { return $this->network; }
@return string
getNetwork
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function setPrivateServiceConnectConfig(PrivateServiceConnectConfig $privateServiceConnectConfig) { $this->privateServiceConnectConfig = $privateServiceConnectConfig; }
@param PrivateServiceConnectConfig
setPrivateServiceConnectConfig
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function getPrivateServiceConnectConfig() { return $this->privateServiceConnectConfig; }
@return PrivateServiceConnectConfig
getPrivateServiceConnectConfig
php
googleapis/google-api-php-client-services
src/DataFusion/NetworkConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/NetworkConfig.php
Apache-2.0
public function setRecurrence($recurrence) { $this->recurrence = $recurrence; }
@param string
setRecurrence
php
googleapis/google-api-php-client-services
src/DataFusion/RecurringTimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RecurringTimeWindow.php
Apache-2.0
public function getRecurrence() { return $this->recurrence; }
@return string
getRecurrence
php
googleapis/google-api-php-client-services
src/DataFusion/RecurringTimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RecurringTimeWindow.php
Apache-2.0
public function setWindow(TimeWindow $window) { $this->window = $window; }
@param TimeWindow
setWindow
php
googleapis/google-api-php-client-services
src/DataFusion/RecurringTimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RecurringTimeWindow.php
Apache-2.0
public function getWindow() { return $this->window; }
@return TimeWindow
getWindow
php
googleapis/google-api-php-client-services
src/DataFusion/RecurringTimeWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RecurringTimeWindow.php
Apache-2.0
public function setDescription($description) { $this->description = $description; }
@param string
setDescription
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function getDescription() { return $this->description; }
@return string
getDescription
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function setDomain($domain) { $this->domain = $domain; }
@param string
setDomain
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function getDomain() { return $this->domain; }
@return string
getDomain
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function setTargetNetwork($targetNetwork) { $this->targetNetwork = $targetNetwork; }
@param string
setTargetNetwork
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function getTargetNetwork() { return $this->targetNetwork; }
@return string
getTargetNetwork
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function setTargetProject($targetProject) { $this->targetProject = $targetProject; }
@param string
setTargetProject
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0
public function getTargetProject() { return $this->targetProject; }
@return string
getTargetProject
php
googleapis/google-api-php-client-services
src/DataFusion/DnsPeering.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/DnsPeering.php
Apache-2.0