Skip to content

Commit 7a4084e

Browse files
committed
Exclude generated services from the library
There are currently no public API endpoints for the ModelServiceClient, thus there is no point in generating that code in the first place.
1 parent 49b06a4 commit 7a4084e

File tree

13 files changed

+16
-3444
lines changed

13 files changed

+16
-3444
lines changed

google/cloud/bigquery_v2/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
from .services.model_service import ModelServiceClient
18+
1919
from .types.encryption_config import EncryptionConfiguration
2020
from .types.model import DeleteModelRequest
2121
from .types.model import GetModelRequest
@@ -41,5 +41,4 @@
4141
"StandardSqlDataType",
4242
"StandardSqlField",
4343
"StandardSqlStructType",
44-
"ModelServiceClient",
4544
)

google/cloud/bigquery_v2/services/__init__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

google/cloud/bigquery_v2/services/model_service/__init__.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)