| Modifier and Type | Method and Description |
|---|---|
MessageName |
MessageName.Builder.build() |
MessageName |
MessageName.ProjectLocationConversationMessageBuilder.build() |
static MessageName |
MessageName.of(String project,
String conversation,
String message) |
static MessageName |
MessageName.ofProjectConversationMessageName(String project,
String conversation,
String message) |
static MessageName |
MessageName.ofProjectLocationConversationMessageName(String project,
String location,
String conversation,
String message) |
static MessageName |
MessageName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<MessageName> |
MessageName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
MessageName.toStringList(List<MessageName> values) |
Copyright © 2023 Google LLC. All rights reserved.