Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] cognitiveservices/data-plane/LocalSearch #3664

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// +build go1.9

// Copyright 2018 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package localsearchapi

import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/localsearch/localsearchapi"

type LocalClientAPI = original.LocalClientAPI
219 changes: 219 additions & 0 deletions profiles/preview/cognitiveservices/localsearch/models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
// +build go1.9

// Copyright 2018 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package localsearch

import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/localsearch"

const (
DefaultBaseURI = original.DefaultBaseURI
)

type EntityScenario = original.EntityScenario

const (
DisambiguationItem EntityScenario = original.DisambiguationItem
DominantEntity EntityScenario = original.DominantEntity
ListItem EntityScenario = original.ListItem
)

type EntityType = original.EntityType

const (
EntityTypeHotel EntityType = original.EntityTypeHotel
EntityTypeLocalBusiness EntityType = original.EntityTypeLocalBusiness
EntityTypePlace EntityType = original.EntityTypePlace
EntityTypeRestaurant EntityType = original.EntityTypeRestaurant
)

type ErrorCode = original.ErrorCode

const (
InsufficientAuthorization ErrorCode = original.InsufficientAuthorization
InvalidAuthorization ErrorCode = original.InvalidAuthorization
InvalidRequest ErrorCode = original.InvalidRequest
None ErrorCode = original.None
RateLimitExceeded ErrorCode = original.RateLimitExceeded
ServerError ErrorCode = original.ServerError
)

type ErrorSubCode = original.ErrorSubCode

const (
AuthorizationDisabled ErrorSubCode = original.AuthorizationDisabled
AuthorizationExpired ErrorSubCode = original.AuthorizationExpired
AuthorizationMissing ErrorSubCode = original.AuthorizationMissing
AuthorizationRedundancy ErrorSubCode = original.AuthorizationRedundancy
Blocked ErrorSubCode = original.Blocked
HTTPNotAllowed ErrorSubCode = original.HTTPNotAllowed
NotImplemented ErrorSubCode = original.NotImplemented
ParameterInvalidValue ErrorSubCode = original.ParameterInvalidValue
ParameterMissing ErrorSubCode = original.ParameterMissing
ResourceError ErrorSubCode = original.ResourceError
UnexpectedError ErrorSubCode = original.UnexpectedError
)

type ResponseFormat = original.ResponseFormat

const (
JSON ResponseFormat = original.JSON
JSONLd ResponseFormat = original.JSONLd
)

type SafeSearch = original.SafeSearch

const (
Moderate SafeSearch = original.Moderate
Off SafeSearch = original.Off
Strict SafeSearch = original.Strict
)

type Type = original.Type

const (
TypeQueryContext Type = original.TypeQueryContext
)

type TypeBasicEntitiesEntityPresentationInfo = original.TypeBasicEntitiesEntityPresentationInfo

const (
TypeEntitiesEntityPresentationInfo TypeBasicEntitiesEntityPresentationInfo = original.TypeEntitiesEntityPresentationInfo
)

type TypeBasicError = original.TypeBasicError

const (
TypeError TypeBasicError = original.TypeError
)

type TypeBasicGeoCoordinates = original.TypeBasicGeoCoordinates

const (
TypeGeoCoordinates TypeBasicGeoCoordinates = original.TypeGeoCoordinates
)

type TypeBasicResponseBase = original.TypeBasicResponseBase

const (
TypeAction TypeBasicResponseBase = original.TypeAction
TypeAnswer TypeBasicResponseBase = original.TypeAnswer
TypeCreativeWork TypeBasicResponseBase = original.TypeCreativeWork
TypeErrorResponse TypeBasicResponseBase = original.TypeErrorResponse
TypeIdentifiable TypeBasicResponseBase = original.TypeIdentifiable
TypeIntangible TypeBasicResponseBase = original.TypeIntangible
TypePlace TypeBasicResponseBase = original.TypePlace
TypePlaces TypeBasicResponseBase = original.TypePlaces
TypePostalAddress TypeBasicResponseBase = original.TypePostalAddress
TypeResponse TypeBasicResponseBase = original.TypeResponse
TypeResponseBase TypeBasicResponseBase = original.TypeResponseBase
TypeSearchAction TypeBasicResponseBase = original.TypeSearchAction
TypeSearchResponse TypeBasicResponseBase = original.TypeSearchResponse
TypeSearchResultsAnswer TypeBasicResponseBase = original.TypeSearchResultsAnswer
TypeStructuredValue TypeBasicResponseBase = original.TypeStructuredValue
TypeThing TypeBasicResponseBase = original.TypeThing
)

type Action = original.Action
type Answer = original.Answer
type BaseClient = original.BaseClient
type BasicAction = original.BasicAction
type BasicAnswer = original.BasicAnswer
type BasicCreativeWork = original.BasicCreativeWork
type BasicEntitiesEntityPresentationInfo = original.BasicEntitiesEntityPresentationInfo
type BasicError = original.BasicError
type BasicGeoCoordinates = original.BasicGeoCoordinates
type BasicIdentifiable = original.BasicIdentifiable
type BasicIntangible = original.BasicIntangible
type BasicQueryContext = original.BasicQueryContext
type BasicResponse = original.BasicResponse
type BasicResponseBase = original.BasicResponseBase
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
type BasicStructuredValue = original.BasicStructuredValue
type BasicThing = original.BasicThing
type CreativeWork = original.CreativeWork
type EntitiesEntityPresentationInfo = original.EntitiesEntityPresentationInfo
type Error = original.Error
type ErrorResponse = original.ErrorResponse
type GeoCoordinates = original.GeoCoordinates
type Identifiable = original.Identifiable
type Intangible = original.Intangible
type LocalClient = original.LocalClient
type Place = original.Place
type Places = original.Places
type PostalAddress = original.PostalAddress
type QueryContext = original.QueryContext
type Response = original.Response
type ResponseBase = original.ResponseBase
type SearchAction = original.SearchAction
type SearchResponse = original.SearchResponse
type SearchResultsAnswer = original.SearchResultsAnswer
type StructuredValue = original.StructuredValue
type Thing = original.Thing

func New() BaseClient {
return original.New()
}
func NewLocalClient() LocalClient {
return original.NewLocalClient()
}
func NewLocalClientWithBaseURI(baseURI string) LocalClient {
return original.NewLocalClientWithBaseURI(baseURI)
}
func NewWithBaseURI(baseURI string) BaseClient {
return original.NewWithBaseURI(baseURI)
}
func PossibleEntityScenarioValues() []EntityScenario {
return original.PossibleEntityScenarioValues()
}
func PossibleEntityTypeValues() []EntityType {
return original.PossibleEntityTypeValues()
}
func PossibleErrorCodeValues() []ErrorCode {
return original.PossibleErrorCodeValues()
}
func PossibleErrorSubCodeValues() []ErrorSubCode {
return original.PossibleErrorSubCodeValues()
}
func PossibleResponseFormatValues() []ResponseFormat {
return original.PossibleResponseFormatValues()
}
func PossibleSafeSearchValues() []SafeSearch {
return original.PossibleSafeSearchValues()
}
func PossibleTypeBasicEntitiesEntityPresentationInfoValues() []TypeBasicEntitiesEntityPresentationInfo {
return original.PossibleTypeBasicEntitiesEntityPresentationInfoValues()
}
func PossibleTypeBasicErrorValues() []TypeBasicError {
return original.PossibleTypeBasicErrorValues()
}
func PossibleTypeBasicGeoCoordinatesValues() []TypeBasicGeoCoordinates {
return original.PossibleTypeBasicGeoCoordinatesValues()
}
func PossibleTypeBasicResponseBaseValues() []TypeBasicResponseBase {
return original.PossibleTypeBasicResponseBaseValues()
}
func PossibleTypeValues() []Type {
return original.PossibleTypeValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/preview"
}
func Version() string {
return original.Version()
}
51 changes: 51 additions & 0 deletions services/cognitiveservices/v1.0/localsearch/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading