type google.golang.org/genproto/googleapis/container/v1.UsableSubnetwork

21 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L7909: 	Subnetworks []*UsableSubnetwork `protobuf:"bytes,1,rep,name=subnetworks,proto3" json:"subnetworks,omitempty"`
		cluster_service.pb.go#L7949: func (x *ListUsableSubnetworksResponse) GetSubnetworks() []*UsableSubnetwork {
		cluster_service.pb.go#L8033: type UsableSubnetwork struct {
		cluster_service.pb.go#L8055: func (x *UsableSubnetwork) Reset() {
		cluster_service.pb.go#L8056: 	*x = UsableSubnetwork{}
		cluster_service.pb.go#L8064: func (x *UsableSubnetwork) String() string {
		cluster_service.pb.go#L8068: func (*UsableSubnetwork) ProtoMessage() {}
		cluster_service.pb.go#L8070: func (x *UsableSubnetwork) ProtoReflect() protoreflect.Message {
		cluster_service.pb.go#L8083: func (*UsableSubnetwork) Descriptor() ([]byte, []int) {
		cluster_service.pb.go#L8087: func (x *UsableSubnetwork) GetSubnetwork() string {
		cluster_service.pb.go#L8094: func (x *UsableSubnetwork) GetNetwork() string {
		cluster_service.pb.go#L8101: func (x *UsableSubnetwork) GetIpCidrRange() string {
		cluster_service.pb.go#L8108: func (x *UsableSubnetwork) GetSecondaryIpRanges() []*UsableSubnetworkSecondaryRange {
		cluster_service.pb.go#L8115: func (x *UsableSubnetwork) GetStatusMessage() string {
		cluster_service.pb.go#L10370: 	(*UsableSubnetwork)(nil),                         // 86: google.container.v1.UsableSubnetwork
		cluster_service.pb.go#L11459: 			switch v := v.(*UsableSubnetwork); i {

	cloud.google.com/go/container/apiv1
		cluster_manager_client.go#L983: 	it.InternalFetch = func(pageSize int, pageToken string) ([]*containerpb.UsableSubnetwork, string, error) {
		cluster_manager_client.go#L1019: 	items    []*containerpb.UsableSubnetwork
		cluster_manager_client.go#L1034: 	InternalFetch func(pageSize int, pageToken string) (results []*containerpb.UsableSubnetwork, nextPageToken string, err error)
		cluster_manager_client.go#L1044: func (it *UsableSubnetworkIterator) Next() (*containerpb.UsableSubnetwork, error) {
		cluster_manager_client.go#L1045: 	var item *containerpb.UsableSubnetwork