はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ChatGPT

『Protocol Buffers』

  • 人気
  • 新着
  • すべて
  • Proto Best Practices

    5 users

    protobuf.dev

    Clients and servers are never updated at exactly the same time - even when you try to update them at the same time. One or the other may get rolled back. Don’t assume that you can make a breaking change and it’ll be okay because the client and server are in sync. Don’t Re-use a Tag NumberNever re-use a tag number. It messes up deserialization. Even if you think no one is using the field, don’t re-

    • テクノロジー
    • 2023/07/09 13:45
    • Protocol Buffer Basics: Go

      4 users

      protobuf.dev

      A basic Go programmers introduction to working with protocol buffers. This tutorial provides a basic Go programmer’s introduction to working with protocol buffers, using the proto3 version of the protocol buffers language. By walking through creating a simple example application, it shows you how to Define message formats in a .proto file.Use the protocol buffer compiler.Use the Go protocol buffer

      • テクノロジー
      • 2017/10/19 19:31
      • Style Guide

        3 users

        protobuf.dev

        Provides direction for how best to structure your proto definitions. This document provides a style guide for .proto files. By following these conventions, you’ll make your protocol buffer message definitions and their corresponding classes consistent and easy to read. Enforcement of the following style guidelines is controlled via enforce_naming_style. Standard File FormattingKeep the line length

        • テクノロジー
        • 2017/10/03 15:00
        • Protocol Buffers Well-Known Types

          4 users

          protobuf.dev

          IndexAny (message)Api (message)BoolValue (message)BytesValue (message)DoubleValue (message)Duration (message)Empty (message)Enum (message)EnumValue (message)Field (message)Field.Cardinality (enum)Field.Kind (enum)FieldMask (message)FloatValue (message)Int32Value (message)Int64Value (message)ListValue (message)Method (message)Mixin (message)NullValue (enum)Option (message)SourceContext (message)Str

          • テクノロジー
          • 2016/07/19 18:32
          • language
          • reference
          • data
          • Go Generated Code Guide (Open)

            6 users

            protobuf.dev

            Describes exactly what Go code the protocol buffer compiler generates for any given protocol definition. Any differences between proto2, proto3, and editions generated code are highlighted - note that these differences are in the generated code as described in this document, not the base API, which are the same in both versions. You should read the proto2 language guide, proto3 language guide, or

            • テクノロジー
            • 2015/11/23 05:35
            • Language Guide (proto 3)

              33 users

              protobuf.dev

              Covers how to use the proto3 revision of the Protocol Buffers language in your project. This guide describes how to use the protocol buffer language to structure your protocol buffer data, including .proto file syntax and how to generate data access classes from your .proto files. It covers the proto3 revision of the protocol buffers language. For information on editions syntax, see the Protobuf E

              • テクノロジー
              • 2015/10/12 14:50
              • protocol buffers
              • protobuf
              • gRPC
              • あとで読む
              • protocolbuffer
              • Techniques

                3 users

                protobuf.dev

                Describes some commonly-used design patterns for dealing with Protocol Buffers. You can also send design and usage questions to the Protocol Buffers discussion group. Common Filename SuffixesIt is fairly common to write messages to files in several different formats. We recommend using the following file extensions for these files. ContentExtension For Text Format specifically, .textproto is also

                • 世の中
                • 2013/12/15 13:44
                • Protocol Buffer Basics: C++

                  3 users

                  protobuf.dev

                  A basic C++ programmers introduction to working with protocol buffers. This tutorial provides a basic C++ programmers introduction to working with protocol buffers. By walking through creating a simple example application, it shows you how to Define message formats in a .proto file.Use the protocol buffer compiler.Use the C++ protocol buffer API to write and read messages.This isn’t a comprehensiv

                  • テクノロジー
                  • 2011/03/19 05:01
                  • c++
                  • tutorial
                  • google
                  • Protocol Buffer Basics: Java

                    5 users

                    protobuf.dev

                    A basic Java programmers introduction to working with protocol buffers. This tutorial provides a basic Java programmer’s introduction to working with protocol buffers. By walking through creating a simple example application, it shows you how to Define message formats in a .proto file.Use the protocol buffer compiler.Use the Java protocol buffer API to write and read messages.This isn’t a comprehe

                    • テクノロジー
                    • 2008/07/10 12:20
                    • protocol buffers
                    • google
                    • java
                    • あとで読む
                    • Protocol Buffer Basics: Python

                      5 users

                      protobuf.dev

                      A basic Python programmers introduction to working with protocol buffers. This tutorial provides a basic Python programmer’s introduction to working with protocol buffers. By walking through creating a simple example application, it shows you how to Define message formats in a .proto file.Use the protocol buffer compiler.Use the Python protocol buffer API to write and read messages.This isn’t a co

                      • テクノロジー
                      • 2008/07/10 11:24
                      • ProtocolBuffers
                      • Python
                      • Encoding

                        20 users

                        protobuf.dev

                        Explains how Protocol Buffers encodes data to files or to the wire. This document describes the protocol buffer wire format, which defines the details of how your message is sent on the wire and how much space it consumes on disk. You probably don’t need to understand this to use protocol buffers in your application, but it’s useful information for doing optimizations. If you already know the conc

                        • テクノロジー
                        • 2008/07/10 02:18
                        • protobuf
                        • algorithm
                        • 技術
                        • 開発
                        • programming
                        • google
                        • Language Guide (proto 2)

                          13 users

                          protobuf.dev

                          Covers how to use the proto2 revision of Protocol Buffers language in your project. This guide describes how to use the protocol buffer language to structure your protocol buffer data, including .proto file syntax and how to generate data access classes from your .proto files. It covers the proto2 revision of the protocol buffers language. For information on editions syntax, see the Protobuf Editi

                          • テクノロジー
                          • 2008/07/09 09:00
                          • data
                          • google
                          • network
                          • Overview

                            26 users

                            protobuf.dev

                            Protocol Buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data. It’s like JSON, except it’s smaller and faster, and it generates native language bindings. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using

                            • テクノロジー
                            • 2008/07/09 01:56
                            • protobuf
                            • google
                            • Protocol Buffers

                              113 users

                              protobuf.dev

                              Protocol Buffers are language-neutral, platform-neutral extensible mechanisms for serializing structured data. What Are Protocol Buffers?Protocol buffers are Google’s language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated sourc

                              • テクノロジー
                              • 2008/07/08 07:51
                              • ProtocolBuffers
                              • google
                              • Protocol Buffers
                              • protocol
                              • microservices
                              • Serialize
                              • xml
                              • gRPC
                              • library
                              • python

                              このページはまだ
                              ブックマークされていません

                              このページを最初にブックマークしてみませんか?

                              『Protocol Buffers』の新着エントリーを見る

                              キーボードショートカット一覧

                              j次のブックマーク

                              k前のブックマーク

                              lあとで読む

                              eコメント一覧を開く

                              oページを開く

                              はてなブックマーク

                              • 総合
                              • 一般
                              • 世の中
                              • 政治と経済
                              • 暮らし
                              • 学び
                              • テクノロジー
                              • エンタメ
                              • アニメとゲーム
                              • おもしろ
                              • アプリ・拡張機能
                              • 開発ブログ
                              • ヘルプ
                              • お問い合わせ
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について

                              公式Twitter

                              • 公式アカウント
                              • ホットエントリー

                              はてなのサービス

                              • はてなブログ
                              • はてなブログPro
                              • 人力検索はてな
                              • はてなブログ タグ
                              • はてなニュース
                              • ソレドコ
                              • App Storeからダウンロード
                              • Google Playで手に入れよう
                              Copyright © 2005-2025 Hatena. All Rights Reserved.
                              設定を変更しましたx