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

14 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L7964: type UsableSubnetworkSecondaryRange struct {
		cluster_service.pb.go#L7978: func (x *UsableSubnetworkSecondaryRange) Reset() {
		cluster_service.pb.go#L7979: 	*x = UsableSubnetworkSecondaryRange{}
		cluster_service.pb.go#L7987: func (x *UsableSubnetworkSecondaryRange) String() string {
		cluster_service.pb.go#L7991: func (*UsableSubnetworkSecondaryRange) ProtoMessage() {}
		cluster_service.pb.go#L7993: func (x *UsableSubnetworkSecondaryRange) ProtoReflect() protoreflect.Message {
		cluster_service.pb.go#L8006: func (*UsableSubnetworkSecondaryRange) Descriptor() ([]byte, []int) {
		cluster_service.pb.go#L8010: func (x *UsableSubnetworkSecondaryRange) GetRangeName() string {
		cluster_service.pb.go#L8017: func (x *UsableSubnetworkSecondaryRange) GetIpCidrRange() string {
		cluster_service.pb.go#L8024: func (x *UsableSubnetworkSecondaryRange) GetStatus() UsableSubnetworkSecondaryRange_Status {
		cluster_service.pb.go#L8047: 	SecondaryIpRanges []*UsableSubnetworkSecondaryRange `protobuf:"bytes,4,rep,name=secondary_ip_ranges,json=secondaryIpRanges,proto3" json:"secondary_ip_ranges,omitempty"`
		cluster_service.pb.go#L8108: func (x *UsableSubnetwork) GetSecondaryIpRanges() []*UsableSubnetworkSecondaryRange {
		cluster_service.pb.go#L10369: 	(*UsableSubnetworkSecondaryRange)(nil),           // 85: google.container.v1.UsableSubnetworkSecondaryRange
		cluster_service.pb.go#L11447: 			switch v := v.(*UsableSubnetworkSecondaryRange); i {