type google.golang.org/genproto/googleapis/container/v1.ListUsableSubnetworksResponse
17 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L7903: type ListUsableSubnetworksResponse struct {
cluster_service.pb.go#L7917: func (x *ListUsableSubnetworksResponse) Reset() {
cluster_service.pb.go#L7918: *x = ListUsableSubnetworksResponse{}
cluster_service.pb.go#L7926: func (x *ListUsableSubnetworksResponse) String() string {
cluster_service.pb.go#L7930: func (*ListUsableSubnetworksResponse) ProtoMessage() {}
cluster_service.pb.go#L7932: func (x *ListUsableSubnetworksResponse) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L7945: func (*ListUsableSubnetworksResponse) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L7949: func (x *ListUsableSubnetworksResponse) GetSubnetworks() []*UsableSubnetwork {
cluster_service.pb.go#L7956: func (x *ListUsableSubnetworksResponse) GetNextPageToken() string {
cluster_service.pb.go#L10368: (*ListUsableSubnetworksResponse)(nil), // 84: google.container.v1.ListUsableSubnetworksResponse
cluster_service.pb.go#L11435: switch v := v.(*ListUsableSubnetworksResponse); i {
cluster_service.pb.go#L11653: ListUsableSubnetworks(ctx context.Context, in *ListUsableSubnetworksRequest, opts ...grpc.CallOption) (*ListUsableSubnetworksResponse, error)
cluster_service.pb.go#L11934: func (c *clusterManagerClient) ListUsableSubnetworks(ctx context.Context, in *ListUsableSubnetworksRequest, opts ...grpc.CallOption) (*ListUsableSubnetworksResponse, error) {
cluster_service.pb.go#L11935: out := new(ListUsableSubnetworksResponse)
cluster_service.pb.go#L12030: ListUsableSubnetworks(context.Context, *ListUsableSubnetworksRequest) (*ListUsableSubnetworksResponse, error)
cluster_service.pb.go#L12127: func (*UnimplementedClusterManagerServer) ListUsableSubnetworks(context.Context, *ListUsableSubnetworksRequest) (*ListUsableSubnetworksResponse, error) {
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L984: var resp *containerpb.ListUsableSubnetworksResponse
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |